Uses of Class
net.authorize.api.contract.v1.CustomerPaymentProfileOrderFieldEnum
-
Packages that use CustomerPaymentProfileOrderFieldEnum Package Description net.authorize.api.contract.v1 -
-
Uses of CustomerPaymentProfileOrderFieldEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as CustomerPaymentProfileOrderFieldEnum Modifier and Type Field Description protected CustomerPaymentProfileOrderFieldEnumCustomerPaymentProfileSorting. orderByMethods in net.authorize.api.contract.v1 that return CustomerPaymentProfileOrderFieldEnum Modifier and Type Method Description static CustomerPaymentProfileOrderFieldEnumCustomerPaymentProfileOrderFieldEnum. fromValue(String v)CustomerPaymentProfileOrderFieldEnumCustomerPaymentProfileSorting. getOrderBy()Gets the value of the orderBy property.static CustomerPaymentProfileOrderFieldEnumCustomerPaymentProfileOrderFieldEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerPaymentProfileOrderFieldEnum[]CustomerPaymentProfileOrderFieldEnum. 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 CustomerPaymentProfileOrderFieldEnum Modifier and Type Method Description voidCustomerPaymentProfileSorting. setOrderBy(CustomerPaymentProfileOrderFieldEnum value)Sets the value of the orderBy property.
-