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