Uses of Class
dev.vality.fistful.source.Resource
| Package | Description |
|---|---|
| dev.vality.fistful.admin | |
| dev.vality.fistful.source |
-
Uses of Resource in dev.vality.fistful.admin
Fields in dev.vality.fistful.admin declared as Resource Modifier and Type Field Description ResourceSourceParams. resourceMethods in dev.vality.fistful.admin that return Resource Modifier and Type Method Description ResourceSourceParams. getResource()Methods in dev.vality.fistful.admin with parameters of type Resource Modifier and Type Method Description SourceParamsSourceParams. setResource(Resource resource)Constructors in dev.vality.fistful.admin with parameters of type Resource Constructor Description SourceParams(String id, String name, String identity_id, CurrencyRef currency, Resource resource) -
Uses of Resource in dev.vality.fistful.source
Fields in dev.vality.fistful.source declared as Resource Modifier and Type Field Description ResourceSource. resourceResourceSourceParams. resourceResourceSourceState. resourceMethods in dev.vality.fistful.source that return Resource Modifier and Type Method Description ResourceResource. deepCopy()ResourceSource. getResource()ResourceSourceParams. getResource()ResourceSourceState. getResource()static ResourceResource. internal(Internal value)Methods in dev.vality.fistful.source with parameters of type Resource Modifier and Type Method Description intResource. compareTo(Resource other)booleanResource. equals(Resource other)SourceSource. setResource(Resource resource)SourceParamsSourceParams. setResource(Resource resource)SourceStateSourceState. setResource(Resource resource)Constructors in dev.vality.fistful.source with parameters of type Resource Constructor Description Resource(Resource other)Source(String name, Resource resource)SourceParams(String id, String name, String identity_id, CurrencyRef currency, Resource resource)SourceState(String name, Resource resource)