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