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 Object
implements DeleteCollectionRequest.CollectionIdStage, DeleteCollectionRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()collectionId(String collectionId) The unique identifier for the collection which is given by Intercom.from(DeleteCollectionRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceDeleteCollectionRequest.CollectionIdStage
-
collectionId
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
- Specified by:
buildin interfaceDeleteCollectionRequest._FinalStage
-