Uses of Class
dev.vality.fistful.p2p_transfer.ResourceInfoType
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_transfer |
-
Uses of ResourceInfoType in dev.vality.fistful.p2p_transfer
Fields in dev.vality.fistful.p2p_transfer declared as ResourceInfoType Modifier and Type Field Description ResourceInfoTypeNoResourceInfo. typeMethods in dev.vality.fistful.p2p_transfer that return ResourceInfoType Modifier and Type Method Description static ResourceInfoTypeResourceInfoType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ResourceInfoTypeNoResourceInfo. getType()static ResourceInfoTypeResourceInfoType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceInfoType[]ResourceInfoType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fistful.p2p_transfer with parameters of type ResourceInfoType Modifier and Type Method Description NoResourceInfoNoResourceInfo. setType(ResourceInfoType type)Constructors in dev.vality.fistful.p2p_transfer with parameters of type ResourceInfoType Constructor Description NoResourceInfo(ResourceInfoType type)