Class FilesFileFormat
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.FilesFileFormat
-
public class FilesFileFormat extends java.lang.ObjectFilesFileFormatThe file format of the file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilesFileFormat.Builder
-
Constructor Summary
Constructors Constructor Description FilesFileFormat()FilesFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends FilesValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends FilesSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FilesFileFormat.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<FilesSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<FilesValue>value()The file format of the file, expressed as a file extensionFilesFileFormatwithSourceValue(FilesSourceValue sourceValue)FilesFileFormatwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends FilesSourceValue> sourceValue)FilesFileFormatwithValue(FilesValue value)The file format of the file, expressed as a file extensionFilesFileFormatwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends FilesValue> value)The file format of the file, expressed as a file extension
-
-
-
Constructor Detail
-
FilesFileFormat
public FilesFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends FilesValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends FilesSourceValue> sourceValue)
-
FilesFileFormat
public FilesFileFormat()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<FilesValue> value()
The file format of the file, expressed as a file extension
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<FilesSourceValue> sourceValue()
-
builder
public static FilesFileFormat.Builder builder()
-
withValue
public FilesFileFormat withValue(FilesValue value)
The file format of the file, expressed as a file extension
-
withValue
public FilesFileFormat withValue(org.openapitools.jackson.nullable.JsonNullable<? extends FilesValue> value)
The file format of the file, expressed as a file extension
-
withSourceValue
public FilesFileFormat withSourceValue(FilesSourceValue sourceValue)
-
withSourceValue
public FilesFileFormat withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends FilesSourceValue> 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
-
-