Class ListCompaniesForAContactRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.contacts.requests.ListCompaniesForAContactRequest.Builder
-
- All Implemented Interfaces:
ListCompaniesForAContactRequest._FinalStage,ListCompaniesForAContactRequest.IdStage
- Enclosing class:
- ListCompaniesForAContactRequest
public static final class ListCompaniesForAContactRequest.Builder extends java.lang.Object implements ListCompaniesForAContactRequest.IdStage, ListCompaniesForAContactRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCompaniesForAContactRequestbuild()ListCompaniesForAContactRequest.Builderfrom(ListCompaniesForAContactRequest other)ListCompaniesForAContactRequest._FinalStageid(java.lang.String id)The unique identifier for the contact which is given by Intercom
-
-
-
Method Detail
-
from
public ListCompaniesForAContactRequest.Builder from(ListCompaniesForAContactRequest other)
- Specified by:
fromin interfaceListCompaniesForAContactRequest.IdStage
-
id
public ListCompaniesForAContactRequest._FinalStage id(@NotNull java.lang.String id)
The unique identifier for the contact which is given by Intercom
The unique identifier for the contact which is given by Intercom
- Specified by:
idin interfaceListCompaniesForAContactRequest.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ListCompaniesForAContactRequest build()
- Specified by:
buildin interfaceListCompaniesForAContactRequest._FinalStage
-
-