| Package | Description |
|---|---|
| com.sforce.soap.tooling | |
| com.sforce.soap.tooling.metadata |
| Modifier and Type | Method and Description |
|---|---|
static Encoding |
Encoding.fromValue(String v) |
static Encoding |
Encoding.valueOf(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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Encoding |
WebLink.encodingKey |
protected Encoding |
EmailTemplate.encodingKey |
protected Encoding |
CustomTab.urlEncodingKey |
| Modifier and Type | Method and Description |
|---|---|
Encoding |
WebLink.getEncodingKey()
Gets the value of the encodingKey property.
|
Encoding |
EmailTemplate.getEncodingKey()
Gets the value of the encodingKey property.
|
Encoding |
CustomTab.getUrlEncodingKey()
Gets the value of the urlEncodingKey property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebLink.setEncodingKey(Encoding value)
Sets the value of the encodingKey property.
|
void |
EmailTemplate.setEncodingKey(Encoding value)
Sets the value of the encodingKey property.
|
void |
CustomTab.setUrlEncodingKey(Encoding value)
Sets the value of the urlEncodingKey property.
|
Copyright © 2016. All rights reserved.