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