Class TicketingTicketCreateRequestDtoPriority
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingTicketCreateRequestDtoPriority
-
public class TicketingTicketCreateRequestDtoPriority extends java.lang.ObjectTicketingTicketCreateRequestDtoPriorityPriority of the ticket
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingTicketCreateRequestDtoPriority.Builder
-
Constructor Summary
Constructors Constructor Description TicketingTicketCreateRequestDtoPriority()TicketingTicketCreateRequestDtoPriority(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketCreateRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketCreateRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingTicketCreateRequestDtoPriority.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<TicketingTicketCreateRequestDtoSourceValue>sourceValue()The source value of the ticket priority.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TicketingTicketCreateRequestDtoValue>value()The priority of the ticket.TicketingTicketCreateRequestDtoPrioritywithId(java.lang.String id)The id of the ticket priority.TicketingTicketCreateRequestDtoPrioritywithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The id of the ticket priority.TicketingTicketCreateRequestDtoPrioritywithSourceValue(TicketingTicketCreateRequestDtoSourceValue sourceValue)The source value of the ticket priority.TicketingTicketCreateRequestDtoPrioritywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketCreateRequestDtoSourceValue> sourceValue)The source value of the ticket priority.TicketingTicketCreateRequestDtoPrioritywithValue(TicketingTicketCreateRequestDtoValue value)The priority of the ticket.TicketingTicketCreateRequestDtoPrioritywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketCreateRequestDtoValue> value)The priority of the ticket.
-
-
-
Constructor Detail
-
TicketingTicketCreateRequestDtoPriority
public TicketingTicketCreateRequestDtoPriority(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketCreateRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketCreateRequestDtoSourceValue> sourceValue)
-
TicketingTicketCreateRequestDtoPriority
public TicketingTicketCreateRequestDtoPriority()
-
-
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<TicketingTicketCreateRequestDtoValue> value()
The priority of the ticket.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TicketingTicketCreateRequestDtoSourceValue> sourceValue()
The source value of the ticket priority.
-
builder
public static TicketingTicketCreateRequestDtoPriority.Builder builder()
-
withId
public TicketingTicketCreateRequestDtoPriority withId(java.lang.String id)
The id of the ticket priority.
-
withId
public TicketingTicketCreateRequestDtoPriority withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The id of the ticket priority.
-
withValue
public TicketingTicketCreateRequestDtoPriority withValue(TicketingTicketCreateRequestDtoValue value)
The priority of the ticket.
-
withValue
public TicketingTicketCreateRequestDtoPriority withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketCreateRequestDtoValue> value)
The priority of the ticket.
-
withSourceValue
public TicketingTicketCreateRequestDtoPriority withSourceValue(TicketingTicketCreateRequestDtoSourceValue sourceValue)
The source value of the ticket priority.
-
withSourceValue
public TicketingTicketCreateRequestDtoPriority withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketCreateRequestDtoSourceValue> 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
-
-