Uses of Class
com.adyen.model.sessionauthentication.ResourceType
-
Packages that use ResourceType Package Description com.adyen.model.sessionauthentication -
-
Uses of ResourceType in com.adyen.model.sessionauthentication
Methods in com.adyen.model.sessionauthentication that return ResourceType Modifier and Type Method Description static ResourceTypeResourceType. fromValue(String value)ResourceTypeResource. getType()Get typestatic ResourceTypeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.sessionauthentication with parameters of type ResourceType Modifier and Type Method Description voidResource. setType(ResourceType type)typeResourceResource. type(ResourceType type)type
-