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