Uses of Class
net.authorize.api.contract.v1.OperationType
-
Packages that use OperationType Package Description net.authorize.api.contract.v1 -
-
Uses of OperationType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as OperationType Modifier and Type Field Description protected OperationTypeKeyManagementScheme.DUKPT. operationMethods in net.authorize.api.contract.v1 that return OperationType Modifier and Type Method Description static OperationTypeOperationType. fromValue(String v)OperationTypeKeyManagementScheme.DUKPT. getOperation()Gets the value of the operation property.static OperationTypeOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationType[]OperationType. 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 OperationType Modifier and Type Method Description voidKeyManagementScheme.DUKPT. setOperation(OperationType value)Sets the value of the operation property.
-