Class HrisDocumentsUploadRequestDtoCategory
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisDocumentsUploadRequestDtoCategory
-
public class HrisDocumentsUploadRequestDtoCategory extends java.lang.ObjectHrisDocumentsUploadRequestDtoCategoryThe 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 classHrisDocumentsUploadRequestDtoCategory.Builder
-
Constructor Summary
Constructors Constructor Description HrisDocumentsUploadRequestDtoCategory()HrisDocumentsUploadRequestDtoCategory(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoCategoryValue> 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 HrisDocumentsUploadRequestDtoCategory.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<HrisDocumentsUploadRequestDtoCategoryValue>value()The category name to associate with the fileHrisDocumentsUploadRequestDtoCategorywithSourceValue(java.lang.String sourceValue)The provider specific category for associating uploaded files, if provided, the value will be ignored.HrisDocumentsUploadRequestDtoCategorywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)The provider specific category for associating uploaded files, if provided, the value will be ignored.HrisDocumentsUploadRequestDtoCategorywithValue(HrisDocumentsUploadRequestDtoCategoryValue value)The category name to associate with the fileHrisDocumentsUploadRequestDtoCategorywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoCategoryValue> value)The category name to associate with the file
-
-
-
Constructor Detail
-
HrisDocumentsUploadRequestDtoCategory
public HrisDocumentsUploadRequestDtoCategory(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoCategoryValue> value, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)
-
HrisDocumentsUploadRequestDtoCategory
public HrisDocumentsUploadRequestDtoCategory()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisDocumentsUploadRequestDtoCategoryValue> 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 HrisDocumentsUploadRequestDtoCategory.Builder builder()
-
withValue
public HrisDocumentsUploadRequestDtoCategory withValue(HrisDocumentsUploadRequestDtoCategoryValue value)
The category name to associate with the file
-
withValue
public HrisDocumentsUploadRequestDtoCategory withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoCategoryValue> value)
The category name to associate with the file
-
withSourceValue
public HrisDocumentsUploadRequestDtoCategory withSourceValue(java.lang.String sourceValue)
The provider specific category for associating uploaded files, if provided, the value will be ignored.
-
withSourceValue
public HrisDocumentsUploadRequestDtoCategory 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
-
-