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