Class TicketingReadTicketType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingReadTicketType
-
public class TicketingReadTicketType extends java.lang.ObjectTicketingReadTicketTypeThe type of the ticket
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingReadTicketType.Builder
-
Constructor Summary
Constructors Constructor Description TicketingReadTicketType()TicketingReadTicketType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingReadTicketType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The id of the ticket type.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name of the ticket type.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>projectId()The project the ticket type belongs to.java.lang.StringtoString()TicketingReadTicketTypewithId(java.lang.String id)The id of the ticket type.TicketingReadTicketTypewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The id of the ticket type.TicketingReadTicketTypewithName(java.lang.String name)The name of the ticket type.TicketingReadTicketTypewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the ticket type.TicketingReadTicketTypewithProjectId(java.lang.String projectId)The project the ticket type belongs to.TicketingReadTicketTypewithProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)The project the ticket type belongs to.
-
-
-
Constructor Detail
-
TicketingReadTicketType
public TicketingReadTicketType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
-
TicketingReadTicketType
public TicketingReadTicketType()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
The id of the ticket type.
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name of the ticket type.
-
projectId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId()
The project the ticket type belongs to.
-
builder
public static TicketingReadTicketType.Builder builder()
-
withId
public TicketingReadTicketType withId(java.lang.String id)
The id of the ticket type.
-
withId
public TicketingReadTicketType withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The id of the ticket type.
-
withName
public TicketingReadTicketType withName(java.lang.String name)
The name of the ticket type.
-
withName
public TicketingReadTicketType withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the ticket type.
-
withProjectId
public TicketingReadTicketType withProjectId(java.lang.String projectId)
The project the ticket type belongs to.
-
withProjectId
public TicketingReadTicketType withProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
The project the ticket type belongs to.
-
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
-
-