Package com.intercom.api.types
Class ContactCompany.Builder
java.lang.Object
com.intercom.api.types.ContactCompany.Builder
- All Implemented Interfaces:
ContactCompany._FinalStage,ContactCompany.IdStage,ContactCompany.UrlStage
- Enclosing class:
ContactCompany
public static final class ContactCompany.Builder
extends Object
implements ContactCompany.IdStage, ContactCompany.UrlStage, ContactCompany._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(ContactCompany other) The unique identifier for the companyURL to get the full company resource
-
Method Details
-
from
- Specified by:
fromin interfaceContactCompany.IdStage
-
id
The unique identifier for the company
- Specified by:
idin interfaceContactCompany.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
url
URL to get the full company resource
- Specified by:
urlin interfaceContactCompany.UrlStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceContactCompany._FinalStage
-