Class DeleteCollectionRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.helpcenters.collections.requests.DeleteCollectionRequest.Builder
-
- All Implemented Interfaces:
DeleteCollectionRequest._FinalStage,DeleteCollectionRequest.CollectionIdStage
- Enclosing class:
- DeleteCollectionRequest
public static final class DeleteCollectionRequest.Builder extends java.lang.Object implements DeleteCollectionRequest.CollectionIdStage, DeleteCollectionRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteCollectionRequestbuild()DeleteCollectionRequest._FinalStagecollectionId(int collectionId)The unique identifier for the collection which is given by Intercom.DeleteCollectionRequest.Builderfrom(DeleteCollectionRequest other)
-
-
-
Method Detail
-
from
public DeleteCollectionRequest.Builder from(DeleteCollectionRequest other)
- Specified by:
fromin interfaceDeleteCollectionRequest.CollectionIdStage
-
collectionId
public DeleteCollectionRequest._FinalStage collectionId(int collectionId)
The unique identifier for the collection which is given by Intercom.
The unique identifier for the collection which is given by Intercom.
- Specified by:
collectionIdin interfaceDeleteCollectionRequest.CollectionIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public DeleteCollectionRequest build()
- Specified by:
buildin interfaceDeleteCollectionRequest._FinalStage
-
-