Class FileCategory
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.FileCategory
-
public class FileCategory extends java.lang.ObjectFileCategoryThe category of the file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileCategory.Builder
-
Constructor Summary
Constructors Constructor Description FileCategory()FileCategory(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends FileSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileCategory.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<FileSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>value()The category of the fileFileCategorywithSourceValue(FileSourceValue sourceValue)FileCategorywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends FileSourceValue> sourceValue)FileCategorywithValue(java.lang.String value)The category of the fileFileCategorywithValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)The category of the file
-
-
-
Constructor Detail
-
FileCategory
public FileCategory(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends FileSourceValue> sourceValue)
-
FileCategory
public FileCategory()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
The category of the file
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<FileSourceValue> sourceValue()
-
builder
public static FileCategory.Builder builder()
-
withValue
public FileCategory withValue(java.lang.String value)
The category of the file
-
withValue
public FileCategory withValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
The category of the file
-
withSourceValue
public FileCategory withSourceValue(FileSourceValue sourceValue)
-
withSourceValue
public FileCategory withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends FileSourceValue> 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
-
-