Uses of Class
dev.vality.file.storage.NewFileResult._Fields
| Package | Description |
|---|---|
| dev.vality.file.storage |
-
Uses of NewFileResult._Fields in dev.vality.file.storage
Fields in dev.vality.file.storage with type parameters of type NewFileResult._Fields Modifier and Type Field Description static Map<NewFileResult._Fields,org.apache.thrift.meta_data.FieldMetaData>NewFileResult. metaDataMapMethods in dev.vality.file.storage that return NewFileResult._Fields Modifier and Type Method Description NewFileResult._FieldsNewFileResult. fieldForId(int fieldId)static NewFileResult._FieldsNewFileResult._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static NewFileResult._FieldsNewFileResult._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static NewFileResult._FieldsNewFileResult._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.NewFileResult._Fields[]NewFileResult. getFields()static NewFileResult._FieldsNewFileResult._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static NewFileResult._Fields[]NewFileResult._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 NewFileResult._Fields Modifier and Type Method Description Map<NewFileResult._Fields,org.apache.thrift.meta_data.FieldMetaData>NewFileResult. getFieldMetaData()Methods in dev.vality.file.storage with parameters of type NewFileResult._Fields Modifier and Type Method Description ObjectNewFileResult. getFieldValue(NewFileResult._Fields field)booleanNewFileResult. isSet(NewFileResult._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidNewFileResult. setFieldValue(NewFileResult._Fields field, Object value)