Uses of Class
com.sforce.soap.metadata.Encoding

Uses of Encoding in com.sforce.soap.metadata
 

Methods in com.sforce.soap.metadata that return Encoding
 Encoding EmailTemplate.getEncodingKey()
           
 Encoding Scontrol.getEncodingKey()
           
 Encoding CustomTab.getUrlEncodingKey()
           
static Encoding Encoding.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Encoding[] Encoding.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sforce.soap.metadata with parameters of type Encoding
 void EmailTemplate.setEncodingKey(Encoding encodingKey)
           
 void Scontrol.setEncodingKey(Encoding encodingKey)
           
 void CustomTab.setUrlEncodingKey(Encoding urlEncodingKey)
           
 



Copyright © 2011. All Rights Reserved.