Class Priority
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Priority
-
public class Priority extends java.lang.ObjectPriorityPriority of the ticket
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPriority.Builder
-
Constructor Summary
Constructors Constructor Description Priority()Priority(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Priority.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The id of the ticket priority.org.openapitools.jackson.nullable.JsonNullable<TicketingReadTicketSourceValue>sourceValue()The source value of the ticket priority.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TicketingReadTicketValue>value()The priority of the ticket.PrioritywithId(java.lang.String id)The id of the ticket priority.PrioritywithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The id of the ticket priority.PrioritywithSourceValue(TicketingReadTicketSourceValue sourceValue)The source value of the ticket priority.PrioritywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketSourceValue> sourceValue)The source value of the ticket priority.PrioritywithValue(TicketingReadTicketValue value)The priority of the ticket.PrioritywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketValue> value)The priority of the ticket.
-
-
-
Constructor Detail
-
Priority
public Priority(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketSourceValue> sourceValue)
-
Priority
public Priority()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
The id of the ticket priority.
-
value
public org.openapitools.jackson.nullable.JsonNullable<TicketingReadTicketValue> value()
The priority of the ticket.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TicketingReadTicketSourceValue> sourceValue()
The source value of the ticket priority.
-
builder
public static Priority.Builder builder()
-
withId
public Priority withId(java.lang.String id)
The id of the ticket priority.
-
withId
public Priority withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The id of the ticket priority.
-
withValue
public Priority withValue(TicketingReadTicketValue value)
The priority of the ticket.
-
withValue
public Priority withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketValue> value)
The priority of the ticket.
-
withSourceValue
public Priority withSourceValue(TicketingReadTicketSourceValue sourceValue)
The source value of the ticket priority.
-
withSourceValue
public Priority withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketSourceValue> sourceValue)
The source value of the ticket priority.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-