Class ListAttachedCompaniesRequest.Builder
java.lang.Object
com.intercom.api.resources.contacts.requests.ListAttachedCompaniesRequest.Builder
- All Implemented Interfaces:
ListAttachedCompaniesRequest._FinalStage,ListAttachedCompaniesRequest.ContactIdStage
- Enclosing class:
ListAttachedCompaniesRequest
public static final class ListAttachedCompaniesRequest.Builder
extends Object
implements ListAttachedCompaniesRequest.ContactIdStage, ListAttachedCompaniesRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The unique identifier for the contact which is given by Intercomfrom(ListAttachedCompaniesRequest other) The page of results to fetch.How many results to display per page.
-
Method Details
-
from
- Specified by:
fromin interfaceListAttachedCompaniesRequest.ContactIdStage
-
contactId
The unique identifier for the contact which is given by Intercom
- Specified by:
contactIdin interfaceListAttachedCompaniesRequest.ContactIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
perPage
How many results to display per page. Defaults to 15
- Specified by:
perPagein interfaceListAttachedCompaniesRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
perPage
- Specified by:
perPagein interfaceListAttachedCompaniesRequest._FinalStage
-
page
The page of results to fetch. Defaults to first page
- Specified by:
pagein interfaceListAttachedCompaniesRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
page
- Specified by:
pagein interfaceListAttachedCompaniesRequest._FinalStage
-
build
- Specified by:
buildin interfaceListAttachedCompaniesRequest._FinalStage
-