Class TicketPart.UpdatedAttributeData.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.tickets.types.TicketPart.UpdatedAttributeData.Builder
-
- All Implemented Interfaces:
TicketPart.UpdatedAttributeData._FinalStage,TicketPart.UpdatedAttributeData.AttributeStage,TicketPart.UpdatedAttributeData.ValueStage
- Enclosing class:
- TicketPart.UpdatedAttributeData
public static final class TicketPart.UpdatedAttributeData.Builder extends java.lang.Object implements TicketPart.UpdatedAttributeData.AttributeStage, TicketPart.UpdatedAttributeData.ValueStage, TicketPart.UpdatedAttributeData._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TicketPart.UpdatedAttributeData.ValueStageattribute(TicketPart.UpdatedAttributeData.Attribute attribute)Information about the attribute that was updated.TicketPart.UpdatedAttributeDatabuild()TicketPart.UpdatedAttributeData.Builderfrom(TicketPart.UpdatedAttributeData other)TicketPart.UpdatedAttributeData._FinalStagevalue(TicketPart.UpdatedAttributeData.Value value)The new value of the attribute.
-
-
-
Method Detail
-
from
public TicketPart.UpdatedAttributeData.Builder from(TicketPart.UpdatedAttributeData other)
- Specified by:
fromin interfaceTicketPart.UpdatedAttributeData.AttributeStage
-
attribute
public TicketPart.UpdatedAttributeData.ValueStage attribute(@NotNull TicketPart.UpdatedAttributeData.Attribute attribute)
Information about the attribute that was updated.
Information about the attribute that was updated.
- Specified by:
attributein interfaceTicketPart.UpdatedAttributeData.AttributeStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
value
public TicketPart.UpdatedAttributeData._FinalStage value(@NotNull TicketPart.UpdatedAttributeData.Value value)
The new value of the attribute.
The new value of the attribute.
- Specified by:
valuein interfaceTicketPart.UpdatedAttributeData.ValueStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public TicketPart.UpdatedAttributeData build()
- Specified by:
buildin interfaceTicketPart.UpdatedAttributeData._FinalStage
-
-