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