Class GetQueryDetailsResponse.Lookup

java.lang.Object
org.labkey.remoteapi.ResponseObject
org.labkey.remoteapi.query.GetQueryDetailsResponse.Lookup
Enclosing class:
GetQueryDetailsResponse

public static class GetQueryDetailsResponse.Lookup extends ResponseObject
  • Constructor Details

  • Method Details

    • getSchemaName

      public String getSchemaName()
      Returns:
      The schema in which the lookup query exists
    • getQueryName

      public String getQueryName()
      Returns:
      The name of the lookup query in that schema
    • getContainerPath

      public String getContainerPath()
      Returns:
      The container path if the lookup is defined in a different container
    • getDisplayColumn

      public String getDisplayColumn()
      Returns:
      The column that is normally displayed form the lookup table
    • getKeyColumn

      public String getKeyColumn()
      Returns:
      The primary key column of the lookup table
    • isPublic

      public boolean isPublic()
      Returns:
      true if the lookup table is public (i.e., may be accessed via the API)