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