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 Object
implements FindTagRequest.TagIdStage, FindTagRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(FindTagRequest other) The unique identifier of a given tag
-
Method Details
-
from
- Specified by:
fromin interfaceFindTagRequest.TagIdStage
-
tagId
The unique identifier of a given tag
- Specified by:
tagIdin interfaceFindTagRequest.TagIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceFindTagRequest._FinalStage
-