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