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