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