Class ListCompanyNotesRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.notes.requests.ListCompanyNotesRequest.Builder
-
- All Implemented Interfaces:
ListCompanyNotesRequest._FinalStage,ListCompanyNotesRequest.IdStage
- Enclosing class:
- ListCompanyNotesRequest
public static final class ListCompanyNotesRequest.Builder extends java.lang.Object implements ListCompanyNotesRequest.IdStage, ListCompanyNotesRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCompanyNotesRequestbuild()ListCompanyNotesRequest.Builderfrom(ListCompanyNotesRequest other)ListCompanyNotesRequest._FinalStageid(java.lang.String id)The unique identifier for the company which is given by Intercom
-
-
-
Method Detail
-
from
public ListCompanyNotesRequest.Builder from(ListCompanyNotesRequest other)
- Specified by:
fromin interfaceListCompanyNotesRequest.IdStage
-
id
public ListCompanyNotesRequest._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 interfaceListCompanyNotesRequest.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ListCompanyNotesRequest build()
- Specified by:
buildin interfaceListCompanyNotesRequest._FinalStage
-
-