Uses of Class
com.adyen.model.sessionauthentication.Resource
-
Packages that use Resource Package Description com.adyen.model.sessionauthentication -
-
Uses of Resource in com.adyen.model.sessionauthentication
Subclasses of Resource in com.adyen.model.sessionauthentication Modifier and Type Class Description classAccountHolderResourceAccountHolderResourceclassBalanceAccountResourceBalanceAccountResourceclassLegalEntityResourceLegalEntityResourceclassMerchantAccountResourceMerchantAccountResourceclassPaymentInstrumentResourcePaymentInstrumentResourceMethods in com.adyen.model.sessionauthentication that return Resource Modifier and Type Method Description static ResourceResource. fromJson(String jsonString)Create an instance of Resource given an JSON stringResourceResource. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.ResourceResource. type(ResourceType type)typeMethods in com.adyen.model.sessionauthentication that return types with arguments of type Resource Modifier and Type Method Description Set<Resource>Policy. getResources()An object containing the type and the unique identifier of the user of the component.Methods in com.adyen.model.sessionauthentication with parameters of type Resource Modifier and Type Method Description PolicyPolicy. addResourcesItem(Resource resourcesItem)Method parameters in com.adyen.model.sessionauthentication with type arguments of type Resource Modifier and Type Method Description PolicyPolicy. resources(Set<Resource> resources)An object containing the type and the unique identifier of the user of the component.voidPolicy. setResources(Set<Resource> resources)An object containing the type and the unique identifier of the user of the component.
-