Class Type
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Type
-
public class Type extends java.lang.ObjectTypeThe type of the custom field.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classType.Builder
-
Constructor Summary
Constructors Constructor Description Type()Type(org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldDefinitionValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldDefinitionSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Type.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<CustomFieldDefinitionSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<CustomFieldDefinitionValue>value()TypewithSourceValue(CustomFieldDefinitionSourceValue sourceValue)TypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldDefinitionSourceValue> sourceValue)TypewithValue(CustomFieldDefinitionValue value)TypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldDefinitionValue> value)
-
-
-
Constructor Detail
-
Type
public Type(org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldDefinitionValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldDefinitionSourceValue> sourceValue)
-
Type
public Type()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<CustomFieldDefinitionValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<CustomFieldDefinitionSourceValue> sourceValue()
-
builder
public static final Type.Builder builder()
-
withValue
public Type withValue(CustomFieldDefinitionValue value)
-
withValue
public Type withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldDefinitionValue> value)
-
withSourceValue
public Type withSourceValue(CustomFieldDefinitionSourceValue sourceValue)
-
withSourceValue
public Type withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldDefinitionSourceValue> sourceValue)
-
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
-
-