Interface ListCompanyNotesRequest.IdStage
-
- All Known Implementing Classes:
ListCompanyNotesRequest.Builder
- Enclosing class:
- ListCompanyNotesRequest
public static interface ListCompanyNotesRequest.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCompanyNotesRequest.Builderfrom(ListCompanyNotesRequest other)ListCompanyNotesRequest._FinalStageid(java.lang.String id)The unique identifier for the company which is given by Intercom
-
-
-
Method Detail
-
id
ListCompanyNotesRequest._FinalStage id(@NotNull java.lang.String id)
The unique identifier for the company which is given by Intercom
-
from
ListCompanyNotesRequest.Builder from(ListCompanyNotesRequest other)
-
-