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 Modifier and Type Method Description EncodingCustomPageWebLink. getEncodingKey()EncodingEmailTemplate. getEncodingKey()EncodingScontrol. getEncodingKey()EncodingWebLink. getEncodingKey()EncodingCustomTab. getUrlEncodingKey()static EncodingEncoding. 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 Modifier and Type Method Description voidCustomPageWebLink. setEncodingKey(Encoding encodingKey)voidEmailTemplate. setEncodingKey(Encoding encodingKey)voidScontrol. setEncodingKey(Encoding encodingKey)voidWebLink. setEncodingKey(Encoding encodingKey)voidCustomTab. setUrlEncodingKey(Encoding urlEncodingKey)
-