Package org.labkey.remoteapi.query
Class GetQueryDetailsResponse.Lookup
java.lang.Object
org.labkey.remoteapi.ResponseObject
org.labkey.remoteapi.query.GetQueryDetailsResponse.Lookup
- Enclosing class:
- GetQueryDetailsResponse
-
Field Summary
Fields inherited from class org.labkey.remoteapi.ResponseObject
_allProperties
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.labkey.remoteapi.ResponseObject
getAllProperties
-
Constructor Details
-
Lookup
-
-
Method Details
-
getSchemaName
- Returns:
- The schema in which the lookup query exists
-
getQueryName
- Returns:
- The name of the lookup query in that schema
-
getContainerPath
- Returns:
- The container path if the lookup is defined in a different container
-
getDisplayColumn
- Returns:
- The column that is normally displayed form the lookup table
-
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)
-