Class TicketingTicketType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingTicketType
-
public class TicketingTicketType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingTicketType.Builder
-
Constructor Summary
Constructors Constructor Description TicketingTicketType()TicketingTicketType(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 TicketingTicketType.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()TicketingTicketTypewithId(java.lang.String id)The id of the ticket type.TicketingTicketTypewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The id of the ticket type.TicketingTicketTypewithName(java.lang.String name)The name of the ticket type.TicketingTicketTypewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the ticket type.TicketingTicketTypewithProjectId(java.lang.String projectId)The project the ticket type belongs to.TicketingTicketTypewithProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)The project the ticket type belongs to.
-
-
-
Constructor Detail
-
TicketingTicketType
public TicketingTicketType(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)
-
TicketingTicketType
public TicketingTicketType()
-
-
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 TicketingTicketType.Builder builder()
-
withId
public TicketingTicketType withId(java.lang.String id)
The id of the ticket type.
-
withId
public TicketingTicketType withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The id of the ticket type.
-
withName
public TicketingTicketType withName(java.lang.String name)
The name of the ticket type.
-
withName
public TicketingTicketType withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the ticket type.
-
withProjectId
public TicketingTicketType withProjectId(java.lang.String projectId)
The project the ticket type belongs to.
-
withProjectId
public TicketingTicketType 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
-
-