@Immutable public static final class Convert.ResolvableLink extends Object
links should point must be resolved by finding all
records that match a criteria.
This class is NOT part of the public API, so it should not be used as a value for input to the client. Objects of this class exist merely to provide utilities that depend on the client with instructions for resolving a link in cases when the end-user of the utility cannot use the client directly themselves (i.e. specifying a resolvable link in a raw text file for the import framework).
To get an object of this class, call Convert.stringToJava(String)
on the result of calling
Convert.stringToResolvableLinkInstruction(String) on the raw
data.
| Modifier and Type | Field and Description |
|---|---|
protected String |
key
Deprecated.
|
protected Object |
value
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCcl()
Return the
ccl string that should be used for resolving link
targets. |
String |
getKey()
Deprecated.
|
Object |
getValue()
Deprecated.
|
String |
toString() |
@Deprecated protected final String key
@Deprecated protected final Object value
public String getCcl()
ccl string that should be used for resolving link
targets.ccl@Deprecated public String getKey()
@Deprecated public Object getValue()