Class FileFormat.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.FileFormat.Builder
-
- Enclosing class:
- FileFormat
public static final class FileFormat.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileFormatbuild()FileFormat.BuildersourceValue(HrisDocumentsUploadRequestDtoSourceValue sourceValue)FileFormat.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoSourceValue> sourceValue)FileFormat.Buildervalue(HrisDocumentsUploadRequestDtoValue value)The file format of the file, expressed as a file extensionFileFormat.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoValue> value)The file format of the file, expressed as a file extension
-
-
-
Method Detail
-
value
public FileFormat.Builder value(HrisDocumentsUploadRequestDtoValue value)
The file format of the file, expressed as a file extension
-
value
public FileFormat.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoValue> value)
The file format of the file, expressed as a file extension
-
sourceValue
public FileFormat.Builder sourceValue(HrisDocumentsUploadRequestDtoSourceValue sourceValue)
-
sourceValue
public FileFormat.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoSourceValue> sourceValue)
-
build
public FileFormat build()
-
-