- query(QueryRequest) - Method in class com.rallydev.rest.RallyRestApi
-
Query for objects matching the specified request.
- QUERY_RESULT_KEY - Static variable in class com.rallydev.rest.RallyRestApi
-
- QueryFilter - Class in com.rallydev.rest.util
-
Represents a query filter to be applied to query requests.
- QueryFilter(String, String, String) - Constructor for class com.rallydev.rest.util.QueryFilter
-
Create a new query filter with the specified options.
- QueryRequest - Class in com.rallydev.rest.request
-
Represents a WSAPI request to retrieve all objects matching specified criteria.
- QueryRequest(String) - Constructor for class com.rallydev.rest.request.QueryRequest
-
Create a new query request for the specified type.
- QueryRequest(JsonObject) - Constructor for class com.rallydev.rest.request.QueryRequest
-
Create a new query request for the specified collection.
- QueryResponse - Class in com.rallydev.rest.response
-
Represents a WSAPI response from querying for objects.
- QueryResponse(String) - Constructor for class com.rallydev.rest.response.QueryResponse
-
Create a new query response from the specified JSON encoded string.