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

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

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

Fields in net.authorize.api.contract.v1 declared as EncodingType
protected  EncodingType KeyValue.encoding
           
 

Methods in net.authorize.api.contract.v1 that return EncodingType
static EncodingType EncodingType.fromValue(String v)
           
 EncodingType KeyValue.getEncoding()
          Gets the value of the encoding property.
static EncodingType EncodingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EncodingType[] EncodingType.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 EncodingType
 void KeyValue.setEncoding(EncodingType value)
          Sets the value of the encoding property.
 



Copyright © 2014. All Rights Reserved.