Package com.intercom.api.types
Class CompanyAttachedContacts.Builder
java.lang.Object
com.intercom.api.types.CompanyAttachedContacts.Builder
- All Implemented Interfaces:
CompanyAttachedContacts._FinalStage,CompanyAttachedContacts.TotalCountStage
- Enclosing class:
CompanyAttachedContacts
public static final class CompanyAttachedContacts.Builder
extends Object
implements CompanyAttachedContacts.TotalCountStage, CompanyAttachedContacts._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaddAllData(List<Contact> data) An array containing Contact ObjectsAn array containing Contact Objectsbuild()from(CompanyAttachedContacts other) pages(CursorPages pages) pages(Optional<CursorPages> pages) totalCount(int totalCount) The total number of contacts
-
Method Details
-
from
- Specified by:
fromin interfaceCompanyAttachedContacts.TotalCountStage
-
totalCount
The total number of contacts
- Specified by:
totalCountin interfaceCompanyAttachedContacts.TotalCountStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
pages
- Specified by:
pagesin interfaceCompanyAttachedContacts._FinalStage
-
pages
- Specified by:
pagesin interfaceCompanyAttachedContacts._FinalStage
-
addAllData
An array containing Contact Objects
- Specified by:
addAllDatain interfaceCompanyAttachedContacts._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
addData
An array containing Contact Objects
- Specified by:
addDatain interfaceCompanyAttachedContacts._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
data
- Specified by:
datain interfaceCompanyAttachedContacts._FinalStage
-
build
- Specified by:
buildin interfaceCompanyAttachedContacts._FinalStage
-