Uses of Class
net.authorize.api.contract.v1.OperationType

Packages that use OperationType
net.authorize.api.contract.v1   
 

Uses of OperationType in net.authorize.api.contract.v1
 

Fields in net.authorize.api.contract.v1 declared as OperationType
protected  OperationType KeyManagementScheme.DUKPT.operation
           
 

Methods in net.authorize.api.contract.v1 that return OperationType
static OperationType OperationType.fromValue(String v)
           
 OperationType KeyManagementScheme.DUKPT.getOperation()
          Gets the value of the operation property.
static OperationType OperationType.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
 void KeyManagementScheme.DUKPT.setOperation(OperationType value)
          Sets the value of the operation property.
 



Copyright © 2014. All Rights Reserved.