Package com.veeva.vault.sdk.api.query
Interface QueryWeblinkFieldResult
- All Superinterfaces:
QueryRecordPropertyResult
Represents the output of
QueryRecordPropertyType.WEBLINK_FIELDS
.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the List of selected weblink fields from this result row.getWeblink
(String fieldName) Retrieves the selectedQueryWeblink
for the givenfieldName
, if it exists.
-
Method Details
-
getFieldNames
Retrieves the List of selected weblink fields from this result row.- Returns:
- List of weblink fields on this result row
-
getWeblink
Retrieves the selectedQueryWeblink
for the givenfieldName
, if it exists.- Returns:
QueryWeblink
for the givenfieldName
-