Class TicketTypeAttributeList.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.types.TicketTypeAttributeList.Builder
-
- Enclosing class:
- TicketTypeAttributeList
public static final class TicketTypeAttributeList.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TicketTypeAttributeListbuild()TicketTypeAttributeList.Builderfrom(TicketTypeAttributeList other)TicketTypeAttributeList.BuilderticketTypeAttributes(java.util.List<java.util.Optional<TicketTypeAttribute>> ticketTypeAttributes)TicketTypeAttributeList.BuilderticketTypeAttributes(java.util.Optional<java.util.List<java.util.Optional<TicketTypeAttribute>>> ticketTypeAttributes)A list of ticket type attributes associated with a given ticket type.TicketTypeAttributeList.Buildertype(java.lang.String type)TicketTypeAttributeList.Buildertype(java.util.Optional<java.lang.String> type)String representing the object's type.
-
-
-
Method Detail
-
from
public TicketTypeAttributeList.Builder from(TicketTypeAttributeList other)
-
type
public TicketTypeAttributeList.Builder type(java.util.Optional<java.lang.String> type)
String representing the object's type. Always has the value
ticket_type_attributes.list.
-
type
public TicketTypeAttributeList.Builder type(java.lang.String type)
-
ticketTypeAttributes
public TicketTypeAttributeList.Builder ticketTypeAttributes(java.util.Optional<java.util.List<java.util.Optional<TicketTypeAttribute>>> ticketTypeAttributes)
A list of ticket type attributes associated with a given ticket type.
-
ticketTypeAttributes
public TicketTypeAttributeList.Builder ticketTypeAttributes(java.util.List<java.util.Optional<TicketTypeAttribute>> ticketTypeAttributes)
-
build
public TicketTypeAttributeList build()
-
-