Uses of Class
dev.vality.swag.wallets.webhook.events.model.DestinationResource.TypeEnum
| Package | Description |
|---|---|
| dev.vality.swag.wallets.webhook.events.model |
-
Uses of DestinationResource.TypeEnum in dev.vality.swag.wallets.webhook.events.model
Fields in dev.vality.swag.wallets.webhook.events.model declared as DestinationResource.TypeEnum Modifier and Type Field Description protected DestinationResource.TypeEnumDestinationResource. typeMethods in dev.vality.swag.wallets.webhook.events.model that return DestinationResource.TypeEnum Modifier and Type Method Description static DestinationResource.TypeEnumDestinationResource.TypeEnum. fromValue(String value)DestinationResource.TypeEnumDestinationResource. getType()Destination resource typestatic DestinationResource.TypeEnumDestinationResource.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DestinationResource.TypeEnum[]DestinationResource.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.swag.wallets.webhook.events.model with parameters of type DestinationResource.TypeEnum Modifier and Type Method Description voidDestinationResource. setType(DestinationResource.TypeEnum type)DestinationResourceDestinationResource. type(DestinationResource.TypeEnum type)