Class DetachSubscriptionTypeToContactRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.subscriptiontypes.requests.DetachSubscriptionTypeToContactRequest.Builder
-
- All Implemented Interfaces:
DetachSubscriptionTypeToContactRequest._FinalStage,DetachSubscriptionTypeToContactRequest.ContactIdStage,DetachSubscriptionTypeToContactRequest.IdStage
- Enclosing class:
- DetachSubscriptionTypeToContactRequest
public static final class DetachSubscriptionTypeToContactRequest.Builder extends java.lang.Object implements DetachSubscriptionTypeToContactRequest.ContactIdStage, DetachSubscriptionTypeToContactRequest.IdStage, DetachSubscriptionTypeToContactRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetachSubscriptionTypeToContactRequestbuild()DetachSubscriptionTypeToContactRequest.IdStagecontactId(java.lang.String contactId)The unique identifier for the contact which is given by IntercomDetachSubscriptionTypeToContactRequest.Builderfrom(DetachSubscriptionTypeToContactRequest other)DetachSubscriptionTypeToContactRequest._FinalStageid(java.lang.String id)The unique identifier for the subscription type which is given by Intercom
-
-
-
Method Detail
-
from
public DetachSubscriptionTypeToContactRequest.Builder from(DetachSubscriptionTypeToContactRequest other)
- Specified by:
fromin interfaceDetachSubscriptionTypeToContactRequest.ContactIdStage
-
contactId
public DetachSubscriptionTypeToContactRequest.IdStage 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 interfaceDetachSubscriptionTypeToContactRequest.ContactIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
id
public DetachSubscriptionTypeToContactRequest._FinalStage id(@NotNull java.lang.String id)
The unique identifier for the subscription type which is given by Intercom
The unique identifier for the subscription type which is given by Intercom
- Specified by:
idin interfaceDetachSubscriptionTypeToContactRequest.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public DetachSubscriptionTypeToContactRequest build()
- Specified by:
buildin interfaceDetachSubscriptionTypeToContactRequest._FinalStage
-
-