- clone() - Method in class com.rallydev.rest.request.QueryRequest
-
Clone this request.
- close() - Method in class com.rallydev.rest.RallyRestApi
-
Release all resources associated with this instance.
- com.rallydev.rest - package com.rallydev.rest
-
Provides the main interface to the Rest API.
- com.rallydev.rest.request - package com.rallydev.rest.request
-
Provides objects for encoding requests to the Rest API.
- com.rallydev.rest.response - package com.rallydev.rest.response
-
Provides objects for parsing responses from the Rest API.
- com.rallydev.rest.util - package com.rallydev.rest.util
-
Provides utilities for working with the Rest API.
- create(CreateRequest) - Method in class com.rallydev.rest.RallyRestApi
-
Create the specified object.
- CREATE_RESULT_KEY - Static variable in class com.rallydev.rest.RallyRestApi
-
- CreateRequest - Class in com.rallydev.rest.request
-
Represents a WSAPI request to create an object.
- CreateRequest(String, JsonObject) - Constructor for class com.rallydev.rest.request.CreateRequest
-
Create a new create request with the specified type and values.
- CreateResponse - Class in com.rallydev.rest.response
-
Represents a WSAPI response from creating an object
- CreateResponse(String) - Constructor for class com.rallydev.rest.response.CreateResponse
-
Create a new create response from the specified JSON encoded string.