Class DetachContactFromCompanyRequest.Builder
java.lang.Object
com.intercom.api.resources.companies.requests.DetachContactFromCompanyRequest.Builder
- All Implemented Interfaces:
DetachContactFromCompanyRequest._FinalStage,DetachContactFromCompanyRequest.CompanyIdStage,DetachContactFromCompanyRequest.ContactIdStage
- Enclosing class:
DetachContactFromCompanyRequest
public static final class DetachContactFromCompanyRequest.Builder
extends Object
implements DetachContactFromCompanyRequest.ContactIdStage, DetachContactFromCompanyRequest.CompanyIdStage, DetachContactFromCompanyRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The unique identifier for the company which is given by IntercomThe unique identifier for the contact which is given by Intercom
-
Method Details
-
from
- Specified by:
fromin interfaceDetachContactFromCompanyRequest.ContactIdStage
-
contactId
The unique identifier for the contact which is given by Intercom
- Specified by:
contactIdin interfaceDetachContactFromCompanyRequest.ContactIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
companyId
The unique identifier for the company which is given by Intercom
- Specified by:
companyIdin interfaceDetachContactFromCompanyRequest.CompanyIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceDetachContactFromCompanyRequest._FinalStage
-