Class TicketingTicketStatusType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingTicketStatusType
-
public class TicketingTicketStatusType extends java.lang.ObjectTicketingTicketStatusTypeThe type of this status
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingTicketStatusType.Builder
-
Constructor Summary
Constructors Constructor Description TicketingTicketStatusType()TicketingTicketStatusType(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketStatusSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingTicketStatusType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<TicketingTicketStatusSourceValue>sourceValue()The source value of this status typejava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TicketingTicketStatusValue>value()The type of this statusTicketingTicketStatusTypewithSourceValue(TicketingTicketStatusSourceValue sourceValue)The source value of this status typeTicketingTicketStatusTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketStatusSourceValue> sourceValue)The source value of this status typeTicketingTicketStatusTypewithValue(TicketingTicketStatusValue value)The type of this statusTicketingTicketStatusTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketStatusValue> value)The type of this status
-
-
-
Constructor Detail
-
TicketingTicketStatusType
public TicketingTicketStatusType(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketStatusSourceValue> sourceValue)
-
TicketingTicketStatusType
public TicketingTicketStatusType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<TicketingTicketStatusValue> value()
The type of this status
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TicketingTicketStatusSourceValue> sourceValue()
The source value of this status type
-
builder
public static TicketingTicketStatusType.Builder builder()
-
withValue
public TicketingTicketStatusType withValue(TicketingTicketStatusValue value)
The type of this status
-
withValue
public TicketingTicketStatusType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketStatusValue> value)
The type of this status
-
withSourceValue
public TicketingTicketStatusType withSourceValue(TicketingTicketStatusSourceValue sourceValue)
The source value of this status type
-
withSourceValue
public TicketingTicketStatusType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketStatusSourceValue> sourceValue)
The source value of this status type
-
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
-
-