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