Class TicketingTicketUpdateRequestDtoPriority
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingTicketUpdateRequestDtoPriority
-
public class TicketingTicketUpdateRequestDtoPriority extends java.lang.ObjectTicketingTicketUpdateRequestDtoPriorityPriority of the ticket
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingTicketUpdateRequestDtoPriority.Builder
-
Constructor Summary
Constructors Constructor Description TicketingTicketUpdateRequestDtoPriority()TicketingTicketUpdateRequestDtoPriority(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingTicketUpdateRequestDtoPriority.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<TicketingTicketUpdateRequestDtoSourceValue>sourceValue()The source value of the ticket priority.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TicketingTicketUpdateRequestDtoValue>value()The priority of the ticket.TicketingTicketUpdateRequestDtoPrioritywithId(java.lang.String id)The id of the ticket priority.TicketingTicketUpdateRequestDtoPrioritywithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The id of the ticket priority.TicketingTicketUpdateRequestDtoPrioritywithSourceValue(TicketingTicketUpdateRequestDtoSourceValue sourceValue)The source value of the ticket priority.TicketingTicketUpdateRequestDtoPrioritywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoSourceValue> sourceValue)The source value of the ticket priority.TicketingTicketUpdateRequestDtoPrioritywithValue(TicketingTicketUpdateRequestDtoValue value)The priority of the ticket.TicketingTicketUpdateRequestDtoPrioritywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoValue> value)The priority of the ticket.
-
-
-
Constructor Detail
-
TicketingTicketUpdateRequestDtoPriority
public TicketingTicketUpdateRequestDtoPriority(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoSourceValue> sourceValue)
-
TicketingTicketUpdateRequestDtoPriority
public TicketingTicketUpdateRequestDtoPriority()
-
-
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<TicketingTicketUpdateRequestDtoValue> value()
The priority of the ticket.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TicketingTicketUpdateRequestDtoSourceValue> sourceValue()
The source value of the ticket priority.
-
builder
public static TicketingTicketUpdateRequestDtoPriority.Builder builder()
-
withId
public TicketingTicketUpdateRequestDtoPriority withId(java.lang.String id)
The id of the ticket priority.
-
withId
public TicketingTicketUpdateRequestDtoPriority withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The id of the ticket priority.
-
withValue
public TicketingTicketUpdateRequestDtoPriority withValue(TicketingTicketUpdateRequestDtoValue value)
The priority of the ticket.
-
withValue
public TicketingTicketUpdateRequestDtoPriority withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoValue> value)
The priority of the ticket.
-
withSourceValue
public TicketingTicketUpdateRequestDtoPriority withSourceValue(TicketingTicketUpdateRequestDtoSourceValue sourceValue)
The source value of the ticket priority.
-
withSourceValue
public TicketingTicketUpdateRequestDtoPriority withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoSourceValue> 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
-
-