Uses of Enum Class
com.sforce.soap.metadata.Encoding
-
Uses of Encoding in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return EncodingModifier and TypeMethodDescriptionCustomPageWebLink.getEncodingKey()EmailTemplate.getEncodingKey()Scontrol.getEncodingKey()WebLink.getEncodingKey()CustomTab.getUrlEncodingKey()static EncodingReturns the enum constant of this class with the specified name.static Encoding[]Encoding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type EncodingModifier and TypeMethodDescriptionvoidCustomPageWebLink.setEncodingKey(Encoding encodingKey) voidEmailTemplate.setEncodingKey(Encoding encodingKey) voidScontrol.setEncodingKey(Encoding encodingKey) voidWebLink.setEncodingKey(Encoding encodingKey) voidCustomTab.setUrlEncodingKey(Encoding urlEncodingKey)