Uses of Class
com.adyen.model.openbanking.PartyRole
-
Packages that use PartyRole Package Description com.adyen.model.openbanking -
-
Uses of PartyRole in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return PartyRole Modifier and Type Method Description static PartyRolePartyRole. fromValue(String value)PartyRoleAccountParty. getRole()Get rolestatic PartyRolePartyRole. valueOf(String name)Returns the enum constant of this type with the specified name.static PartyRole[]PartyRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.openbanking with parameters of type PartyRole Modifier and Type Method Description AccountPartyAccountParty. role(PartyRole role)rolevoidAccountParty. setRole(PartyRole role)role
-