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