Class TicketingTicketUpdateRequestDtoStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingTicketUpdateRequestDtoStatus
-
public class TicketingTicketUpdateRequestDtoStatus extends java.lang.ObjectTicketingTicketUpdateRequestDtoStatusCurrent status of the ticket
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingTicketUpdateRequestDtoStatus.Builder
-
Constructor Summary
Constructors Constructor Description TicketingTicketUpdateRequestDtoStatus()TicketingTicketUpdateRequestDtoStatus(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoType> type, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingTicketUpdateRequestDtoStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The id of the ticket status.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name of the ticket status.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TicketingTicketUpdateRequestDtoType>type()The type of this statusTicketingTicketUpdateRequestDtoStatuswithId(java.lang.String id)The id of the ticket status.TicketingTicketUpdateRequestDtoStatuswithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The id of the ticket status.TicketingTicketUpdateRequestDtoStatuswithName(java.lang.String name)The name of the ticket status.TicketingTicketUpdateRequestDtoStatuswithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the ticket status.TicketingTicketUpdateRequestDtoStatuswithType(TicketingTicketUpdateRequestDtoType type)The type of this statusTicketingTicketUpdateRequestDtoStatuswithType(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoType> type)The type of this status
-
-
-
Constructor Detail
-
TicketingTicketUpdateRequestDtoStatus
public TicketingTicketUpdateRequestDtoStatus(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoType> type, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
TicketingTicketUpdateRequestDtoStatus
public TicketingTicketUpdateRequestDtoStatus()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
The id of the ticket status.
-
type
public org.openapitools.jackson.nullable.JsonNullable<TicketingTicketUpdateRequestDtoType> type()
The type of this status
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name of the ticket status.
-
builder
public static TicketingTicketUpdateRequestDtoStatus.Builder builder()
-
withId
public TicketingTicketUpdateRequestDtoStatus withId(java.lang.String id)
The id of the ticket status.
-
withId
public TicketingTicketUpdateRequestDtoStatus withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The id of the ticket status.
-
withType
public TicketingTicketUpdateRequestDtoStatus withType(TicketingTicketUpdateRequestDtoType type)
The type of this status
-
withType
public TicketingTicketUpdateRequestDtoStatus withType(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoType> type)
The type of this status
-
withName
public TicketingTicketUpdateRequestDtoStatus withName(java.lang.String name)
The name of the ticket status.
-
withName
public TicketingTicketUpdateRequestDtoStatus withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the ticket status.
-
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
-
-