Class AtsDocumentApiModelCategory
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsDocumentApiModelCategory
-
public class AtsDocumentApiModelCategory extends java.lang.ObjectAtsDocumentApiModelCategoryThe category of the the document
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsDocumentApiModelCategory.Builder
-
Constructor Summary
Constructors Constructor Description AtsDocumentApiModelCategory()AtsDocumentApiModelCategory(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsDocumentApiModelCategory.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AtsDocumentApiModelSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>value()The category of the fileAtsDocumentApiModelCategorywithSourceValue(AtsDocumentApiModelSourceValue sourceValue)AtsDocumentApiModelCategorywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelSourceValue> sourceValue)AtsDocumentApiModelCategorywithValue(java.lang.String value)The category of the fileAtsDocumentApiModelCategorywithValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)The category of the file
-
-
-
Constructor Detail
-
AtsDocumentApiModelCategory
public AtsDocumentApiModelCategory(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelSourceValue> sourceValue)
-
AtsDocumentApiModelCategory
public AtsDocumentApiModelCategory()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
The category of the file
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AtsDocumentApiModelSourceValue> sourceValue()
-
builder
public static final AtsDocumentApiModelCategory.Builder builder()
-
withValue
public AtsDocumentApiModelCategory withValue(java.lang.String value)
The category of the file
-
withValue
public AtsDocumentApiModelCategory withValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
The category of the file
-
withSourceValue
public AtsDocumentApiModelCategory withSourceValue(AtsDocumentApiModelSourceValue sourceValue)
-
withSourceValue
public AtsDocumentApiModelCategory withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelSourceValue> 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
-
-