Class FileFormat
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.FileFormat
-
public class FileFormat extends java.lang.ObjectFileFormat - The file format of the file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileFormat.Builder
-
Constructor Summary
Constructors Constructor Description FileFormat()FileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileFormat.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HrisDocumentsUploadRequestDtoSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HrisDocumentsUploadRequestDtoValue>value()The file format of the file, expressed as a file extensionFileFormatwithSourceValue(HrisDocumentsUploadRequestDtoSourceValue sourceValue)FileFormatwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoSourceValue> sourceValue)FileFormatwithValue(HrisDocumentsUploadRequestDtoValue value)The file format of the file, expressed as a file extensionFileFormatwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoValue> value)The file format of the file, expressed as a file extension
-
-
-
Constructor Detail
-
FileFormat
public FileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoSourceValue> sourceValue)
-
FileFormat
public FileFormat()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisDocumentsUploadRequestDtoValue> value()
The file format of the file, expressed as a file extension
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisDocumentsUploadRequestDtoSourceValue> sourceValue()
-
builder
public static final FileFormat.Builder builder()
-
withValue
public FileFormat withValue(HrisDocumentsUploadRequestDtoValue value)
The file format of the file, expressed as a file extension
-
withValue
public FileFormat withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoValue> value)
The file format of the file, expressed as a file extension
-
withSourceValue
public FileFormat withSourceValue(HrisDocumentsUploadRequestDtoSourceValue sourceValue)
-
withSourceValue
public FileFormat withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoSourceValue> sourceValue)
-
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
-
-