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