Uses of Enum Class
dev.vality.damsel.webhooker.WebhookParams._Fields
Packages that use WebhookParams._Fields
-
Uses of WebhookParams._Fields in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker with type parameters of type WebhookParams._FieldsModifier and TypeFieldDescriptionstatic final Map<WebhookParams._Fields,org.apache.thrift.meta_data.FieldMetaData> WebhookParams.metaDataMapMethods in dev.vality.damsel.webhooker that return WebhookParams._FieldsModifier and TypeMethodDescriptionWebhookParams.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.getFields()static WebhookParams._FieldsReturns the enum constant of this class with the specified name.static WebhookParams._Fields[]WebhookParams._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.webhooker that return types with arguments of type WebhookParams._FieldsModifier and TypeMethodDescriptionMap<WebhookParams._Fields,org.apache.thrift.meta_data.FieldMetaData> WebhookParams.getFieldMetaData()Methods in dev.vality.damsel.webhooker with parameters of type WebhookParams._FieldsModifier and TypeMethodDescriptionWebhookParams.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)