Class TicketingTicketResultPriority
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingTicketResultPriority
-
public class TicketingTicketResultPriority extends java.lang.ObjectTicketingTicketResultPriorityPriority of the ticket
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingTicketResultPriority.Builder
-
Constructor Summary
Constructors Constructor Description TicketingTicketResultPriority()TicketingTicketResultPriority(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingTicketResultPriority.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<TicketingTicketResultSourceValue>sourceValue()The source value of the ticket priority.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TicketingTicketResultValue>value()The priority of the ticket.TicketingTicketResultPrioritywithId(java.lang.String id)The id of the ticket priority.TicketingTicketResultPrioritywithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The id of the ticket priority.TicketingTicketResultPrioritywithSourceValue(TicketingTicketResultSourceValue sourceValue)The source value of the ticket priority.TicketingTicketResultPrioritywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultSourceValue> sourceValue)The source value of the ticket priority.TicketingTicketResultPrioritywithValue(TicketingTicketResultValue value)The priority of the ticket.TicketingTicketResultPrioritywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultValue> value)The priority of the ticket.
-
-
-
Constructor Detail
-
TicketingTicketResultPriority
public TicketingTicketResultPriority(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultSourceValue> sourceValue)
-
TicketingTicketResultPriority
public TicketingTicketResultPriority()
-
-
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<TicketingTicketResultValue> value()
The priority of the ticket.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TicketingTicketResultSourceValue> sourceValue()
The source value of the ticket priority.
-
builder
public static TicketingTicketResultPriority.Builder builder()
-
withId
public TicketingTicketResultPriority withId(java.lang.String id)
The id of the ticket priority.
-
withId
public TicketingTicketResultPriority withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The id of the ticket priority.
-
withValue
public TicketingTicketResultPriority withValue(TicketingTicketResultValue value)
The priority of the ticket.
-
withValue
public TicketingTicketResultPriority withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultValue> value)
The priority of the ticket.
-
withSourceValue
public TicketingTicketResultPriority withSourceValue(TicketingTicketResultSourceValue sourceValue)
The source value of the ticket priority.
-
withSourceValue
public TicketingTicketResultPriority withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultSourceValue> 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
-
-