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