Package com.intercom.api.types
Interface DeletedCollectionObject.IdStage
-
- All Known Implementing Classes:
DeletedCollectionObject.Builder
- Enclosing class:
- DeletedCollectionObject
public static interface DeletedCollectionObject.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletedCollectionObject.Builderfrom(DeletedCollectionObject other)DeletedCollectionObject.DeletedStageid(java.lang.String id)The unique identifier for the collection which you provided in the URL.
-
-
-
Method Detail
-
id
DeletedCollectionObject.DeletedStage id(@NotNull java.lang.String id)
The unique identifier for the collection which you provided in the URL.
-
from
DeletedCollectionObject.Builder from(DeletedCollectionObject other)
-
-