Class TicketingReadTicketStatusType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingReadTicketStatusType
-
public class TicketingReadTicketStatusType extends java.lang.ObjectTicketingReadTicketStatusTypeThe type of this status
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingReadTicketStatusType.Builder
-
Constructor Summary
Constructors Constructor Description TicketingReadTicketStatusType()TicketingReadTicketStatusType(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketStatusSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingReadTicketStatusType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<TicketingReadTicketStatusSourceValue>sourceValue()The source value of this status typejava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TicketingReadTicketStatusValue>value()The type of this statusTicketingReadTicketStatusTypewithSourceValue(TicketingReadTicketStatusSourceValue sourceValue)The source value of this status typeTicketingReadTicketStatusTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketStatusSourceValue> sourceValue)The source value of this status typeTicketingReadTicketStatusTypewithValue(TicketingReadTicketStatusValue value)The type of this statusTicketingReadTicketStatusTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketStatusValue> value)The type of this status
-
-
-
Constructor Detail
-
TicketingReadTicketStatusType
public TicketingReadTicketStatusType(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketStatusSourceValue> sourceValue)
-
TicketingReadTicketStatusType
public TicketingReadTicketStatusType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<TicketingReadTicketStatusValue> value()
The type of this status
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TicketingReadTicketStatusSourceValue> sourceValue()
The source value of this status type
-
builder
public static TicketingReadTicketStatusType.Builder builder()
-
withValue
public TicketingReadTicketStatusType withValue(TicketingReadTicketStatusValue value)
The type of this status
-
withValue
public TicketingReadTicketStatusType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketStatusValue> value)
The type of this status
-
withSourceValue
public TicketingReadTicketStatusType withSourceValue(TicketingReadTicketStatusSourceValue sourceValue)
The source value of this status type
-
withSourceValue
public TicketingReadTicketStatusType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketStatusSourceValue> 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
-
-