Uses of Class
net.authorize.api.contract.v1.EncodingType
-
Packages that use EncodingType Package Description net.authorize.api.contract.v1 -
-
Uses of EncodingType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as EncodingType Modifier and Type Field Description protected EncodingTypeKeyValue. encodingMethods in net.authorize.api.contract.v1 that return EncodingType Modifier and Type Method Description static EncodingTypeEncodingType. fromValue(String v)EncodingTypeKeyValue. getEncoding()Gets the value of the encoding property.static EncodingTypeEncodingType. 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 Modifier and Type Method Description voidKeyValue. setEncoding(EncodingType value)Sets the value of the encoding property.
-