Class ListSubscriptionsForAContactRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.contacts.requests.ListSubscriptionsForAContactRequest.Builder
-
- All Implemented Interfaces:
ListSubscriptionsForAContactRequest._FinalStage,ListSubscriptionsForAContactRequest.ContactIdStage
- Enclosing class:
- ListSubscriptionsForAContactRequest
public static final class ListSubscriptionsForAContactRequest.Builder extends java.lang.Object implements ListSubscriptionsForAContactRequest.ContactIdStage, ListSubscriptionsForAContactRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSubscriptionsForAContactRequestbuild()ListSubscriptionsForAContactRequest._FinalStagecontactId(java.lang.String contactId)The unique identifier for the contact which is given by IntercomListSubscriptionsForAContactRequest.Builderfrom(ListSubscriptionsForAContactRequest other)
-
-
-
Method Detail
-
from
public ListSubscriptionsForAContactRequest.Builder from(ListSubscriptionsForAContactRequest other)
- Specified by:
fromin interfaceListSubscriptionsForAContactRequest.ContactIdStage
-
contactId
public ListSubscriptionsForAContactRequest._FinalStage contactId(@NotNull java.lang.String contactId)
The unique identifier for the contact which is given by Intercom
The unique identifier for the contact which is given by Intercom
- Specified by:
contactIdin interfaceListSubscriptionsForAContactRequest.ContactIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ListSubscriptionsForAContactRequest build()
- Specified by:
buildin interfaceListSubscriptionsForAContactRequest._FinalStage
-
-