Uses of Class
net.authorize.api.contract.v1.PermissionsEnum
-
Packages that use PermissionsEnum Package Description net.authorize.api.contract.v1 -
-
Uses of PermissionsEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as PermissionsEnum Modifier and Type Field Description protected PermissionsEnumEnumCollection. permissionsEnumprotected PermissionsEnumXXDoNotUseDummyRequest. permissionsEnumMethods in net.authorize.api.contract.v1 that return PermissionsEnum Modifier and Type Method Description static PermissionsEnumPermissionsEnum. fromValue(String v)PermissionsEnumEnumCollection. getPermissionsEnum()Gets the value of the permissionsEnum property.PermissionsEnumXXDoNotUseDummyRequest. getPermissionsEnum()Gets the value of the permissionsEnum property.static PermissionsEnumPermissionsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionsEnum[]PermissionsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.authorize.api.contract.v1 with parameters of type PermissionsEnum Modifier and Type Method Description voidEnumCollection. setPermissionsEnum(PermissionsEnum value)Sets the value of the permissionsEnum property.voidXXDoNotUseDummyRequest. setPermissionsEnum(PermissionsEnum value)Sets the value of the permissionsEnum property.
-