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 java.lang.Object implements AddressableList.TypeStage, AddressableList.IdStage, AddressableList.UrlStage, AddressableList._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressableListbuild()AddressableList.Builderfrom(AddressableList other)AddressableList.UrlStageid(java.lang.String id)The id of the addressable objectAddressableList.IdStagetype(java.lang.String type)The addressable object typeAddressableList._FinalStageurl(java.lang.String url)Url to get more company resources for this contact
-
-
-
Method Detail
-
from
public AddressableList.Builder from(AddressableList other)
- Specified by:
fromin interfaceAddressableList.TypeStage
-
type
public AddressableList.IdStage type(@NotNull java.lang.String type)
The addressable object typeThe addressable object type
- Specified by:
typein interfaceAddressableList.TypeStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
id
public AddressableList.UrlStage id(@NotNull java.lang.String id)
The id of the addressable objectThe id of the addressable object
- Specified by:
idin interfaceAddressableList.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
url
public AddressableList._FinalStage url(@NotNull java.lang.String url)
Url to get more company resources for this contactUrl 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
public AddressableList build()
- Specified by:
buildin interfaceAddressableList._FinalStage
-
-