Class HrisDocumentsUploadRequestDtoCategory.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisDocumentsUploadRequestDtoCategory.Builder
-
- Enclosing class:
- HrisDocumentsUploadRequestDtoCategory
public static final class HrisDocumentsUploadRequestDtoCategory.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisDocumentsUploadRequestDtoCategorybuild()HrisDocumentsUploadRequestDtoCategory.BuildersourceValue(java.lang.String sourceValue)The provider specific category for associating uploaded files, if provided, the value will be ignored.HrisDocumentsUploadRequestDtoCategory.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)The provider specific category for associating uploaded files, if provided, the value will be ignored.HrisDocumentsUploadRequestDtoCategory.Buildervalue(HrisDocumentsUploadRequestDtoCategoryValue value)The category name to associate with the fileHrisDocumentsUploadRequestDtoCategory.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoCategoryValue> value)The category name to associate with the file
-
-
-
Method Detail
-
value
public HrisDocumentsUploadRequestDtoCategory.Builder value(HrisDocumentsUploadRequestDtoCategoryValue value)
The category name to associate with the file
-
value
public HrisDocumentsUploadRequestDtoCategory.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoCategoryValue> value)
The category name to associate with the file
-
sourceValue
public HrisDocumentsUploadRequestDtoCategory.Builder sourceValue(java.lang.String sourceValue)
The provider specific category for associating uploaded files, if provided, the value will be ignored.
-
sourceValue
public HrisDocumentsUploadRequestDtoCategory.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)
The provider specific category for associating uploaded files, if provided, the value will be ignored.
-
build
public HrisDocumentsUploadRequestDtoCategory build()
-
-