Interface QueryWeblinkFieldResult

All Superinterfaces:
QueryRecordPropertyResult

public interface QueryWeblinkFieldResult extends QueryRecordPropertyResult
Represents the output of QueryRecordPropertyType.WEBLINK_FIELDS.
  • Method Details

    • getFieldNames

      List<String> getFieldNames()
      Retrieves the List of selected weblink fields from this result row.
      Returns:
      List of weblink fields on this result row
    • getWeblink

      QueryWeblink getWeblink(String fieldName)
      Retrieves the selected QueryWeblink for the given fieldName, if it exists.
      Returns:
      QueryWeblink for the given fieldName