Class TicketingUserType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingUserType
-
public class TicketingUserType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingUserType.Builder
-
Constructor Summary
Constructors Constructor Description TicketingUserType()TicketingUserType(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingUserValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingUserSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingUserType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<TicketingUserSourceValue>sourceValue()The source value of the user type.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TicketingUserValue>value()The type of the user.TicketingUserTypewithSourceValue(TicketingUserSourceValue sourceValue)The source value of the user type.TicketingUserTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingUserSourceValue> sourceValue)The source value of the user type.TicketingUserTypewithValue(TicketingUserValue value)The type of the user.TicketingUserTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingUserValue> value)The type of the user.
-
-
-
Constructor Detail
-
TicketingUserType
public TicketingUserType(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingUserValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingUserSourceValue> sourceValue)
-
TicketingUserType
public TicketingUserType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<TicketingUserValue> value()
The type of the user.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TicketingUserSourceValue> sourceValue()
The source value of the user type.
-
builder
public static TicketingUserType.Builder builder()
-
withValue
public TicketingUserType withValue(TicketingUserValue value)
The type of the user.
-
withValue
public TicketingUserType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingUserValue> value)
The type of the user.
-
withSourceValue
public TicketingUserType withSourceValue(TicketingUserSourceValue sourceValue)
The source value of the user type.
-
withSourceValue
public TicketingUserType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingUserSourceValue> sourceValue)
The source value of the user 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
-
-