Class FileCategory.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.FileCategory.Builder
-
- Enclosing class:
- FileCategory
public static final class FileCategory.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileCategorybuild()FileCategory.BuildersourceValue(FileSourceValue sourceValue)FileCategory.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends FileSourceValue> sourceValue)FileCategory.Buildervalue(java.lang.String value)The category of the fileFileCategory.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)The category of the file
-
-
-
Method Detail
-
value
public FileCategory.Builder value(java.lang.String value)
The category of the file
-
value
public FileCategory.Builder value(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
The category of the file
-
sourceValue
public FileCategory.Builder sourceValue(FileSourceValue sourceValue)
-
sourceValue
public FileCategory.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends FileSourceValue> sourceValue)
-
build
public FileCategory build()
-
-