Class FileFileFormat.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.FileFileFormat.Builder
-
- Enclosing class:
- FileFileFormat
public static final class FileFileFormat.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileFileFormatbuild()FileFileFormat.BuildersourceValue(FileFileFormatSourceValue sourceValue)FileFileFormat.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends FileFileFormatSourceValue> sourceValue)FileFileFormat.Buildervalue(FileValue value)The file format of the file, expressed as a file extensionFileFileFormat.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends FileValue> value)The file format of the file, expressed as a file extension
-
-
-
Method Detail
-
value
public FileFileFormat.Builder value(FileValue value)
The file format of the file, expressed as a file extension
-
value
public FileFileFormat.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends FileValue> value)
The file format of the file, expressed as a file extension
-
sourceValue
public FileFileFormat.Builder sourceValue(FileFileFormatSourceValue sourceValue)
-
sourceValue
public FileFileFormat.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends FileFileFormatSourceValue> sourceValue)
-
build
public FileFileFormat build()
-
-