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