Class FileFileFormat
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.FileFileFormat
-
public class FileFileFormat extends java.lang.ObjectFileFileFormatThe file format of the file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileFileFormat.Builder
-
Constructor Summary
Constructors Constructor Description FileFileFormat()FileFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends FileValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends FileFileFormatSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileFileFormat.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<FileFileFormatSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<FileValue>value()The file format of the file, expressed as a file extensionFileFileFormatwithSourceValue(FileFileFormatSourceValue sourceValue)FileFileFormatwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends FileFileFormatSourceValue> sourceValue)FileFileFormatwithValue(FileValue value)The file format of the file, expressed as a file extensionFileFileFormatwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends FileValue> value)The file format of the file, expressed as a file extension
-
-
-
Constructor Detail
-
FileFileFormat
public FileFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends FileValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends FileFileFormatSourceValue> sourceValue)
-
FileFileFormat
public FileFileFormat()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<FileValue> value()
The file format of the file, expressed as a file extension
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<FileFileFormatSourceValue> sourceValue()
-
builder
public static FileFileFormat.Builder builder()
-
withValue
public FileFileFormat withValue(FileValue value)
The file format of the file, expressed as a file extension
-
withValue
public FileFileFormat withValue(org.openapitools.jackson.nullable.JsonNullable<? extends FileValue> value)
The file format of the file, expressed as a file extension
-
withSourceValue
public FileFileFormat withSourceValue(FileFileFormatSourceValue sourceValue)
-
withSourceValue
public FileFileFormat withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends FileFileFormatSourceValue> 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
-
-