Class FindCollectionRequest.Builder
java.lang.Object
com.intercom.api.resources.helpcenters.collections.requests.FindCollectionRequest.Builder
- All Implemented Interfaces:
FindCollectionRequest._FinalStage,FindCollectionRequest.CollectionIdStage
- Enclosing class:
FindCollectionRequest
public static final class FindCollectionRequest.Builder
extends Object
implements FindCollectionRequest.CollectionIdStage, FindCollectionRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()collectionId(String collectionId) The unique identifier for the collection which is given by Intercom.from(FindCollectionRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceFindCollectionRequest.CollectionIdStage
-
collectionId
The unique identifier for the collection which is given by Intercom.
- Specified by:
collectionIdin interfaceFindCollectionRequest.CollectionIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceFindCollectionRequest._FinalStage
-