Package com.intercom.api.types
Class AddressableList.Builder
java.lang.Object
com.intercom.api.types.AddressableList.Builder
- All Implemented Interfaces:
AddressableList._FinalStage,AddressableList.IdStage,AddressableList.TypeStage,AddressableList.UrlStage
- Enclosing class:
AddressableList
public static final class AddressableList.Builder
extends Object
implements AddressableList.TypeStage, AddressableList.IdStage, AddressableList.UrlStage, AddressableList._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(AddressableList other) The id of the addressable objectThe addressable object typeUrl to get more company resources for this contact
-
Method Details
-
from
- Specified by:
fromin interfaceAddressableList.TypeStage
-
type
The addressable object type
- Specified by:
typein interfaceAddressableList.TypeStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
id
The id of the addressable object
- Specified by:
idin interfaceAddressableList.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
url
Url to get more company resources for this contact
- Specified by:
urlin interfaceAddressableList.UrlStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceAddressableList._FinalStage
-