Package com.intercom.api.types
Class CreateOrUpdateTagRequest.Builder
java.lang.Object
com.intercom.api.types.CreateOrUpdateTagRequest.Builder
- All Implemented Interfaces:
CreateOrUpdateTagRequest._FinalStage,CreateOrUpdateTagRequest.NameStage
- Enclosing class:
CreateOrUpdateTagRequest
public static final class CreateOrUpdateTagRequest.Builder
extends Object
implements CreateOrUpdateTagRequest.NameStage, CreateOrUpdateTagRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(CreateOrUpdateTagRequest other) The id of tag to updates.The name of the tag, which will be created if not found, or the new name for the tag if this is an update request.
-
Method Details
-
from
- Specified by:
fromin interfaceCreateOrUpdateTagRequest.NameStage
-
name
The name of the tag, which will be created if not found, or the new name for the tag if this is an update request. Names are case insensitive.
- Specified by:
namein interfaceCreateOrUpdateTagRequest.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
id
The id of tag to updates.
- Specified by:
idin interfaceCreateOrUpdateTagRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
id
- Specified by:
idin interfaceCreateOrUpdateTagRequest._FinalStage
-
build
- Specified by:
buildin interfaceCreateOrUpdateTagRequest._FinalStage
-