Class Tag.Builder
java.lang.Object
com.intercom.api.resources.tags.types.Tag.Builder
- All Implemented Interfaces:
Tag._FinalStage,Tag.AppliedAtStage,Tag.AppliedByStage,Tag.IdStage,Tag.NameStage
- Enclosing class:
Tag
public static final class Tag.Builder
extends Object
implements Tag.IdStage, Tag.NameStage, Tag.AppliedAtStage, Tag.AppliedByStage, Tag._FinalStage
-
Method Details
-
from
- Specified by:
fromin interfaceTag.IdStage
-
id
The id of the tag
- Specified by:
idin interfaceTag.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
name
The name of the tag
- Specified by:
namein interfaceTag.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
appliedAt
The time when the tag was applied to the object
- Specified by:
appliedAtin interfaceTag.AppliedAtStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
appliedBy
- Specified by:
appliedByin interfaceTag.AppliedByStage
-
build
- Specified by:
buildin interfaceTag._FinalStage
-