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