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