Interface TicketPart.UpdatedAttributeData.Attribute.IdStage
-
- All Known Implementing Classes:
TicketPart.UpdatedAttributeData.Attribute.Builder
- Enclosing class:
- TicketPart.UpdatedAttributeData.Attribute
public static interface TicketPart.UpdatedAttributeData.Attribute.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TicketPart.UpdatedAttributeData.Attribute.Builderfrom(TicketPart.UpdatedAttributeData.Attribute other)TicketPart.UpdatedAttributeData.Attribute.LabelStageid(java.lang.String id)The unique identifier of the attribute.
-
-
-
Method Detail
-
id
TicketPart.UpdatedAttributeData.Attribute.LabelStage id(@NotNull java.lang.String id)
The unique identifier of the attribute.
-
-