Class HrisDocumentApiModelFileFormat
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisDocumentApiModelFileFormat
-
public class HrisDocumentApiModelFileFormat extends java.lang.ObjectHrisDocumentApiModelFileFormat - The file format of the file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisDocumentApiModelFileFormat.Builder
-
Constructor Summary
Constructors Constructor Description HrisDocumentApiModelFileFormat()HrisDocumentApiModelFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelFileFormatValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelFileFormatSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisDocumentApiModelFileFormat.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HrisDocumentApiModelFileFormatSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HrisDocumentApiModelFileFormatValue>value()The file format of the file, expressed as a file extensionHrisDocumentApiModelFileFormatwithSourceValue(HrisDocumentApiModelFileFormatSourceValue sourceValue)HrisDocumentApiModelFileFormatwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelFileFormatSourceValue> sourceValue)HrisDocumentApiModelFileFormatwithValue(HrisDocumentApiModelFileFormatValue value)The file format of the file, expressed as a file extensionHrisDocumentApiModelFileFormatwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelFileFormatValue> value)The file format of the file, expressed as a file extension
-
-
-
Constructor Detail
-
HrisDocumentApiModelFileFormat
public HrisDocumentApiModelFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelFileFormatValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelFileFormatSourceValue> sourceValue)
-
HrisDocumentApiModelFileFormat
public HrisDocumentApiModelFileFormat()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisDocumentApiModelFileFormatValue> value()
The file format of the file, expressed as a file extension
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisDocumentApiModelFileFormatSourceValue> sourceValue()
-
builder
public static final HrisDocumentApiModelFileFormat.Builder builder()
-
withValue
public HrisDocumentApiModelFileFormat withValue(HrisDocumentApiModelFileFormatValue value)
The file format of the file, expressed as a file extension
-
withValue
public HrisDocumentApiModelFileFormat withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelFileFormatValue> value)
The file format of the file, expressed as a file extension
-
withSourceValue
public HrisDocumentApiModelFileFormat withSourceValue(HrisDocumentApiModelFileFormatSourceValue sourceValue)
-
withSourceValue
public HrisDocumentApiModelFileFormat withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelFileFormatSourceValue> 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
-
-