Class AtsDocumentsUploadRequestDtoCategory
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsDocumentsUploadRequestDtoCategory
-
public class AtsDocumentsUploadRequestDtoCategory extends java.lang.ObjectAtsDocumentsUploadRequestDtoCategoryThe category to be associated with the file to be uploaded. Id will take precedence over name.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsDocumentsUploadRequestDtoCategory.Builder
-
Constructor Summary
Constructors Constructor Description AtsDocumentsUploadRequestDtoCategory()AtsDocumentsUploadRequestDtoCategory(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoCategoryValue> value, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsDocumentsUploadRequestDtoCategory.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>sourceValue()The provider specific category for associating uploaded files, if provided, the value will be ignored.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AtsDocumentsUploadRequestDtoCategoryValue>value()The category name to associate with the fileAtsDocumentsUploadRequestDtoCategorywithSourceValue(java.lang.String sourceValue)The provider specific category for associating uploaded files, if provided, the value will be ignored.AtsDocumentsUploadRequestDtoCategorywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)The provider specific category for associating uploaded files, if provided, the value will be ignored.AtsDocumentsUploadRequestDtoCategorywithValue(AtsDocumentsUploadRequestDtoCategoryValue value)The category name to associate with the fileAtsDocumentsUploadRequestDtoCategorywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoCategoryValue> value)The category name to associate with the file
-
-
-
Constructor Detail
-
AtsDocumentsUploadRequestDtoCategory
public AtsDocumentsUploadRequestDtoCategory(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoCategoryValue> value, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)
-
AtsDocumentsUploadRequestDtoCategory
public AtsDocumentsUploadRequestDtoCategory()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AtsDocumentsUploadRequestDtoCategoryValue> value()
The category name to associate with the file
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue()
The provider specific category for associating uploaded files, if provided, the value will be ignored.
-
builder
public static AtsDocumentsUploadRequestDtoCategory.Builder builder()
-
withValue
public AtsDocumentsUploadRequestDtoCategory withValue(AtsDocumentsUploadRequestDtoCategoryValue value)
The category name to associate with the file
-
withValue
public AtsDocumentsUploadRequestDtoCategory withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoCategoryValue> value)
The category name to associate with the file
-
withSourceValue
public AtsDocumentsUploadRequestDtoCategory withSourceValue(java.lang.String sourceValue)
The provider specific category for associating uploaded files, if provided, the value will be ignored.
-
withSourceValue
public AtsDocumentsUploadRequestDtoCategory withSourceValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)
The provider specific category for associating uploaded files, if provided, the value will be ignored.
-
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
-
-