Uses of Class
dev.vality.fistful.source.Resource._Fields
| Package | Description |
|---|---|
| dev.vality.fistful.source |
-
Uses of Resource._Fields in dev.vality.fistful.source
Fields in dev.vality.fistful.source with type parameters of type Resource._Fields Modifier and Type Field Description static Map<Resource._Fields,org.apache.thrift.meta_data.FieldMetaData>Resource. metaDataMapMethods in dev.vality.fistful.source that return Resource._Fields Modifier and Type Method Description protected Resource._FieldsResource. enumForId(short id)Resource._FieldsResource. fieldForId(int fieldId)static Resource._FieldsResource._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static Resource._FieldsResource._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static Resource._FieldsResource._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Resource._Fields[]Resource. getFields()static Resource._FieldsResource._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static Resource._Fields[]Resource._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fistful.source that return types with arguments of type Resource._Fields Modifier and Type Method Description Map<Resource._Fields,org.apache.thrift.meta_data.FieldMetaData>Resource. getFieldMetaData()Methods in dev.vality.fistful.source with parameters of type Resource._Fields Modifier and Type Method Description protected voidResource. checkType(Resource._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldResource. getFieldDesc(Resource._Fields setField)Constructors in dev.vality.fistful.source with parameters of type Resource._Fields Constructor Description Resource(Resource._Fields setField, Object value)