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