Class FindNewsItemRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.news.items.requests.FindNewsItemRequest.Builder
-
- All Implemented Interfaces:
FindNewsItemRequest._FinalStage,FindNewsItemRequest.NewsItemIdStage
- Enclosing class:
- FindNewsItemRequest
public static final class FindNewsItemRequest.Builder extends java.lang.Object implements FindNewsItemRequest.NewsItemIdStage, FindNewsItemRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FindNewsItemRequestbuild()FindNewsItemRequest.Builderfrom(FindNewsItemRequest other)FindNewsItemRequest._FinalStagenewsItemId(int newsItemId)The unique identifier for the news item which is given by Intercom.
-
-
-
Method Detail
-
from
public FindNewsItemRequest.Builder from(FindNewsItemRequest other)
- Specified by:
fromin interfaceFindNewsItemRequest.NewsItemIdStage
-
newsItemId
public FindNewsItemRequest._FinalStage newsItemId(int newsItemId)
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:
newsItemIdin interfaceFindNewsItemRequest.NewsItemIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public FindNewsItemRequest build()
- Specified by:
buildin interfaceFindNewsItemRequest._FinalStage
-
-