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