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