Class Priority.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Priority.Builder
-
- Enclosing class:
- Priority
public static final class Priority.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Prioritybuild()Priority.Builderid(java.lang.String id)The id of the ticket priority.Priority.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The id of the ticket priority.Priority.BuildersourceValue(TicketingReadTicketSourceValue sourceValue)The source value of the ticket priority.Priority.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketSourceValue> sourceValue)The source value of the ticket priority.Priority.Buildervalue(TicketingReadTicketValue value)The priority of the ticket.Priority.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketValue> value)The priority of the ticket.
-
-
-
Method Detail
-
id
public Priority.Builder id(java.lang.String id)
The id of the ticket priority.
-
id
public Priority.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The id of the ticket priority.
-
value
public Priority.Builder value(TicketingReadTicketValue value)
The priority of the ticket.
-
value
public Priority.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketValue> value)
The priority of the ticket.
-
sourceValue
public Priority.Builder sourceValue(TicketingReadTicketSourceValue sourceValue)
The source value of the ticket priority.
-
sourceValue
public Priority.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketSourceValue> sourceValue)
The source value of the ticket priority.
-
build
public Priority build()
-
-