Class AttachContactToCompanyRequest.Builder
java.lang.Object
com.intercom.api.resources.companies.requests.AttachContactToCompanyRequest.Builder
- All Implemented Interfaces:
AttachContactToCompanyRequest._FinalStage,AttachContactToCompanyRequest.CompanyIdStage,AttachContactToCompanyRequest.ContactIdStage
- Enclosing class:
AttachContactToCompanyRequest
public static final class AttachContactToCompanyRequest.Builder
extends Object
implements AttachContactToCompanyRequest.ContactIdStage, AttachContactToCompanyRequest.CompanyIdStage, AttachContactToCompanyRequest._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 interfaceAttachContactToCompanyRequest.ContactIdStage
-
contactId
The unique identifier for the contact which is given by Intercom
- Specified by:
contactIdin interfaceAttachContactToCompanyRequest.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 interfaceAttachContactToCompanyRequest.CompanyIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceAttachContactToCompanyRequest._FinalStage
-