Package com.veeva.vault.sdk.api.query
Interface QueryWeblink
public interface QueryWeblink
Represents attributes of a weblink, as defined in a
hyperlink
function.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the API name of the Connection object record, if one was set in thehyperlink
function.Retrieves the name of this weblink field.getLabel()
Retrieves the text that appears as a link in the UI.Retrieves theQueryWeblinkTarget
.
-
Method Details
-
getFieldName
String getFieldName()Retrieves the name of this weblink field.- Returns:
- the name of this weblink field
-
getLabel
String getLabel()Retrieves the text that appears as a link in the UI.- Returns:
- the text that appears as a link in the UI
-
getTarget
QueryWeblinkTarget getTarget()Retrieves theQueryWeblinkTarget
.- Returns:
- the weblink target
-
getConnectionName
String getConnectionName()Retrieves the API name of the Connection object record, if one was set in thehyperlink
function.- Returns:
- the API name of the Connection object record
-