Class TicketPart.UpdatedAttributeData.Attribute.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.tickets.types.TicketPart.UpdatedAttributeData.Attribute.Builder
-
- All Implemented Interfaces:
TicketPart.UpdatedAttributeData.Attribute._FinalStage,TicketPart.UpdatedAttributeData.Attribute.IdStage,TicketPart.UpdatedAttributeData.Attribute.LabelStage
- Enclosing class:
- TicketPart.UpdatedAttributeData.Attribute
public static final class TicketPart.UpdatedAttributeData.Attribute.Builder extends java.lang.Object implements TicketPart.UpdatedAttributeData.Attribute.IdStage, TicketPart.UpdatedAttributeData.Attribute.LabelStage, TicketPart.UpdatedAttributeData.Attribute._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TicketPart.UpdatedAttributeData.Attributebuild()TicketPart.UpdatedAttributeData.Attribute.Builderfrom(TicketPart.UpdatedAttributeData.Attribute other)TicketPart.UpdatedAttributeData.Attribute.LabelStageid(java.lang.String id)The unique identifier of the attribute.TicketPart.UpdatedAttributeData.Attribute._FinalStagelabel(java.lang.String label)The human-readable name of the attribute.
-
-
-
Method Detail
-
from
public TicketPart.UpdatedAttributeData.Attribute.Builder from(TicketPart.UpdatedAttributeData.Attribute other)
- Specified by:
fromin interfaceTicketPart.UpdatedAttributeData.Attribute.IdStage
-
id
public TicketPart.UpdatedAttributeData.Attribute.LabelStage id(@NotNull java.lang.String id)
The unique identifier of the attribute.
The unique identifier of the attribute.
- Specified by:
idin interfaceTicketPart.UpdatedAttributeData.Attribute.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
label
public TicketPart.UpdatedAttributeData.Attribute._FinalStage label(@NotNull java.lang.String label)
The human-readable name of the attribute.
The human-readable name of the attribute.
- Specified by:
labelin interfaceTicketPart.UpdatedAttributeData.Attribute.LabelStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public TicketPart.UpdatedAttributeData.Attribute build()
- Specified by:
buildin interfaceTicketPart.UpdatedAttributeData.Attribute._FinalStage
-
-