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