Uses of Class
dev.vality.file.storage.FileNotFound._Fields
-
Uses of FileNotFound._Fields in dev.vality.file.storage
Fields in dev.vality.file.storage with type parameters of type FileNotFound._Fields Modifier and Type Field Description static Map<FileNotFound._Fields,org.apache.thrift.meta_data.FieldMetaData>FileNotFound. metaDataMapMethods in dev.vality.file.storage that return FileNotFound._Fields Modifier and Type Method Description FileNotFound._FieldsFileNotFound. fieldForId(int fieldId)static FileNotFound._FieldsFileNotFound._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static FileNotFound._FieldsFileNotFound._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static FileNotFound._FieldsFileNotFound._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.FileNotFound._Fields[]FileNotFound. getFields()static FileNotFound._FieldsFileNotFound._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static FileNotFound._Fields[]FileNotFound._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.file.storage that return types with arguments of type FileNotFound._Fields Modifier and Type Method Description Map<FileNotFound._Fields,org.apache.thrift.meta_data.FieldMetaData>FileNotFound. getFieldMetaData()Methods in dev.vality.file.storage with parameters of type FileNotFound._Fields Modifier and Type Method Description ObjectFileNotFound. getFieldValue(FileNotFound._Fields field)booleanFileNotFound. isSet(FileNotFound._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidFileNotFound. setFieldValue(FileNotFound._Fields field, Object value)