Class DeleteTagRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.tags.requests.DeleteTagRequest.Builder
-
- All Implemented Interfaces:
DeleteTagRequest._FinalStage,DeleteTagRequest.IdStage
- Enclosing class:
- DeleteTagRequest
public static final class DeleteTagRequest.Builder extends java.lang.Object implements DeleteTagRequest.IdStage, DeleteTagRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteTagRequestbuild()DeleteTagRequest.Builderfrom(DeleteTagRequest other)DeleteTagRequest._FinalStageid(java.lang.String id)The unique identifier of a given tag
-
-
-
Method Detail
-
from
public DeleteTagRequest.Builder from(DeleteTagRequest other)
- Specified by:
fromin interfaceDeleteTagRequest.IdStage
-
id
public DeleteTagRequest._FinalStage id(@NotNull java.lang.String id)
The unique identifier of a given tag
The unique identifier of a given tag
- Specified by:
idin interfaceDeleteTagRequest.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public DeleteTagRequest build()
- Specified by:
buildin interfaceDeleteTagRequest._FinalStage
-
-