Class AtsDocumentApiModelFileFormat
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsDocumentApiModelFileFormat
-
public class AtsDocumentApiModelFileFormat extends java.lang.ObjectAtsDocumentApiModelFileFormat - The file format of the file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsDocumentApiModelFileFormat.Builder
-
Constructor Summary
Constructors Constructor Description AtsDocumentApiModelFileFormat()AtsDocumentApiModelFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelFileFormatSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsDocumentApiModelFileFormat.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AtsDocumentApiModelFileFormatSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AtsDocumentApiModelValue>value()The file format of the file, expressed as a file extensionAtsDocumentApiModelFileFormatwithSourceValue(AtsDocumentApiModelFileFormatSourceValue sourceValue)AtsDocumentApiModelFileFormatwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelFileFormatSourceValue> sourceValue)AtsDocumentApiModelFileFormatwithValue(AtsDocumentApiModelValue value)The file format of the file, expressed as a file extensionAtsDocumentApiModelFileFormatwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelValue> value)The file format of the file, expressed as a file extension
-
-
-
Constructor Detail
-
AtsDocumentApiModelFileFormat
public AtsDocumentApiModelFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelFileFormatSourceValue> sourceValue)
-
AtsDocumentApiModelFileFormat
public AtsDocumentApiModelFileFormat()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AtsDocumentApiModelValue> value()
The file format of the file, expressed as a file extension
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AtsDocumentApiModelFileFormatSourceValue> sourceValue()
-
builder
public static final AtsDocumentApiModelFileFormat.Builder builder()
-
withValue
public AtsDocumentApiModelFileFormat withValue(AtsDocumentApiModelValue value)
The file format of the file, expressed as a file extension
-
withValue
public AtsDocumentApiModelFileFormat withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelValue> value)
The file format of the file, expressed as a file extension
-
withSourceValue
public AtsDocumentApiModelFileFormat withSourceValue(AtsDocumentApiModelFileFormatSourceValue sourceValue)
-
withSourceValue
public AtsDocumentApiModelFileFormat withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelFileFormatSourceValue> 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
-
-