Class TicketingTicketUpdateRequestDtoType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingTicketUpdateRequestDtoType
-
public class TicketingTicketUpdateRequestDtoType extends java.lang.ObjectTicketingTicketUpdateRequestDtoTypeThe type of this status
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingTicketUpdateRequestDtoType.Builder
-
Constructor Summary
Constructors Constructor Description TicketingTicketUpdateRequestDtoType()TicketingTicketUpdateRequestDtoType(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoStatusSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
TicketingTicketUpdateRequestDtoType
public TicketingTicketUpdateRequestDtoType(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoStatusSourceValue> sourceValue)
-
TicketingTicketUpdateRequestDtoType
public TicketingTicketUpdateRequestDtoType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<TicketingTicketUpdateRequestDtoStatusValue> value()
The type of this status
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TicketingTicketUpdateRequestDtoStatusSourceValue> sourceValue()
The source value of this status type
-
builder
public static TicketingTicketUpdateRequestDtoType.Builder builder()
-
withValue
public TicketingTicketUpdateRequestDtoType withValue(TicketingTicketUpdateRequestDtoStatusValue value)
The type of this status
-
withValue
public TicketingTicketUpdateRequestDtoType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoStatusValue> value)
The type of this status
-
withSourceValue
public TicketingTicketUpdateRequestDtoType withSourceValue(TicketingTicketUpdateRequestDtoStatusSourceValue sourceValue)
The source value of this status type
-
withSourceValue
public TicketingTicketUpdateRequestDtoType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoStatusSourceValue> 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
-
-