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