Class ListAttachedSubscriptionsRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.contacts.requests.ListAttachedSubscriptionsRequest.Builder
-
- All Implemented Interfaces:
ListAttachedSubscriptionsRequest._FinalStage,ListAttachedSubscriptionsRequest.ContactIdStage
- Enclosing class:
- ListAttachedSubscriptionsRequest
public static final class ListAttachedSubscriptionsRequest.Builder extends java.lang.Object implements ListAttachedSubscriptionsRequest.ContactIdStage, ListAttachedSubscriptionsRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListAttachedSubscriptionsRequestbuild()ListAttachedSubscriptionsRequest._FinalStagecontactId(java.lang.String contactId)The unique identifier for the contact which is given by IntercomListAttachedSubscriptionsRequest.Builderfrom(ListAttachedSubscriptionsRequest other)
-
-
-
Method Detail
-
from
public ListAttachedSubscriptionsRequest.Builder from(ListAttachedSubscriptionsRequest other)
- Specified by:
fromin interfaceListAttachedSubscriptionsRequest.ContactIdStage
-
contactId
public ListAttachedSubscriptionsRequest._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 interfaceListAttachedSubscriptionsRequest.ContactIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ListAttachedSubscriptionsRequest build()
- Specified by:
buildin interfaceListAttachedSubscriptionsRequest._FinalStage
-
-