- client - Variable in class com.rallydev.rest.client.HttpClient
-
- client - Variable in class com.rallydev.rest.RallyRestApi
-
- clone() - Method in class com.rallydev.rest.request.QueryRequest
-
Clone this request.
- close() - Method in class com.rallydev.rest.client.HttpClient
-
Release all resources associated with this instance.
- close() - Method in class com.rallydev.rest.RallyRestApi
-
Release all resources associated with this instance.
- CollectionUpdateRequest - Class in com.rallydev.rest.request
-
Represents a WSAPI request to update a collection.
- CollectionUpdateRequest(JsonObject, JsonArray, boolean) - Constructor for class com.rallydev.rest.request.CollectionUpdateRequest
-
Create a new update request for the specified collection and values.
- CollectionUpdateRequest(String, JsonArray, boolean) - Constructor for class com.rallydev.rest.request.CollectionUpdateRequest
-
Create a new update request for the specified collection and values.
- CollectionUpdateResponse - Class in com.rallydev.rest.response
-
Represents a WSAPI response from updating a collection.
- CollectionUpdateResponse(String) - Constructor for class com.rallydev.rest.response.CollectionUpdateResponse
-
Create a new collection update response from the specified JSON encoded string.
- com.rallydev.rest - package com.rallydev.rest
-
Provides the main interface to the Rest API.
- com.rallydev.rest.client - package com.rallydev.rest.client
-
Provides the underlying http client implementations.
- 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.
- 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.
- credentials - Variable in class com.rallydev.rest.client.BasicAuthClient
-
- get(GetRequest) - Method in class com.rallydev.rest.RallyRestApi
-
Get the specified object.
- getBody() - Method in class com.rallydev.rest.request.CollectionUpdateRequest
-
Get the JSON encoded string representation of the object to be updated.
- getBody() - Method in class com.rallydev.rest.request.CreateRequest
-
Get the JSON encoded string representation of the object to be created.
- getBody() - Method in class com.rallydev.rest.request.UpdateRequest
-
Get the JSON encoded string representation of the object to be updated.
- getClient() - Method in class com.rallydev.rest.RallyRestApi
-
Get the underlying http client implementation.
- getEndpoint() - Method in class com.rallydev.rest.request.GetRequest
-
- getErrors() - Method in class com.rallydev.rest.response.Response
-
Get any errors returned in the response.
- getFetch() - Method in class com.rallydev.rest.request.CollectionUpdateRequest
-
Get the current list of fields to be returned on the updated object.
- getFetch() - Method in class com.rallydev.rest.request.CreateRequest
-
Get the current list of fields to be returned on the created object.
- getFetch() - Method in class com.rallydev.rest.request.GetRequest
-
Get the current list of fields to be returned on the retrieved object.
- getFetch() - Method in class com.rallydev.rest.request.QueryRequest
-
Get the current list of fields to be returned on the matching objects.
- getFetch() - Method in class com.rallydev.rest.request.UpdateRequest
-
Get the current list of fields to be returned on the updated object.
- getGsonBuilder() - Method in class com.rallydev.rest.request.Request
-
Get the Gson Builder used for JSON serialization in this request.
- getLimit() - Method in class com.rallydev.rest.request.QueryRequest
-
Get the maximum number of records to be returned from the query.
- getObject() - Method in class com.rallydev.rest.response.CreateResponse
-
Get the created object.
- getObject() - Method in class com.rallydev.rest.response.GetResponse
-
Get the retrieved object.
- getObject() - Method in class com.rallydev.rest.response.UpdateResponse
-
Get the updated object.
- getOidFromRef(String) - Static method in class com.rallydev.rest.util.Ref
-
Get the ObjectID from the specified ref url
- getOrder() - Method in class com.rallydev.rest.request.QueryRequest
-
Set the order by which the result set will be sorted.
- getPageSize() - Method in class com.rallydev.rest.request.QueryRequest
-
Get the page size of the result set.
- getPageSize() - Method in class com.rallydev.rest.response.QueryResponse
-
Get the page size of the results
- getParams() - Method in class com.rallydev.rest.request.Request
-
Get the list of additional parameters included in this request.
- getProject() - Method in class com.rallydev.rest.request.QueryRequest
-
Get the project which the result set should be scoped to.
- getQueryFilter() - Method in class com.rallydev.rest.request.QueryRequest
-
Get the filter by which the result set will be narrowed down.
- getRelativeRef(String) - Static method in class com.rallydev.rest.util.Ref
-
Create a relative ref url from the specified ref
- GetRequest - Class in com.rallydev.rest.request
-
Represents a WSAPI request to retrieve a specific object.
- GetRequest(String) - Constructor for class com.rallydev.rest.request.GetRequest
-
Create a new get request for the specified object.
- GetResponse - Class in com.rallydev.rest.response
-
Represents a WSAPI response from retrieving a single object.
- GetResponse(String) - Constructor for class com.rallydev.rest.response.GetResponse
-
Create a new get response from the specified JSON encoded string.
- getResults() - Method in class com.rallydev.rest.response.CollectionUpdateResponse
-
Get the results of the collection update
- getResults() - Method in class com.rallydev.rest.response.QueryResponse
-
Get the results of the query
- getRoot() - Method in class com.rallydev.rest.response.CollectionUpdateResponse
-
Get the name of the root JSON result
- getRoot() - Method in class com.rallydev.rest.response.CreateResponse
-
Get the name of the root JSON result
- getRoot() - Method in class com.rallydev.rest.response.DeleteResponse
-
Get the name of the root JSON result
- getRoot() - Method in class com.rallydev.rest.response.GetResponse
-
Get the name of the root JSON result
- getRoot() - Method in class com.rallydev.rest.response.QueryResponse
-
Get the name of the root JSON result
- getRoot() - Method in class com.rallydev.rest.response.Response
-
Get the name of the root JSON result
- getRoot() - Method in class com.rallydev.rest.response.UpdateResponse
-
Get the name of the root JSON result
- getServer() - Method in class com.rallydev.rest.client.HttpClient
-
Get the current server being targeted.
- getStart() - Method in class com.rallydev.rest.request.QueryRequest
-
Get the start index of the result set.
- getStart() - Method in class com.rallydev.rest.response.QueryResponse
-
Get the start index of the results
- getTotalResultCount() - Method in class com.rallydev.rest.response.QueryResponse
-
Get the total number of objects that matched the query
- getTypeEndpoint() - Method in class com.rallydev.rest.request.QueryRequest
-
- getTypeFromRef(String) - Static method in class com.rallydev.rest.util.Ref
-
Get the type from the specified ref url
- getWarnings() - Method in class com.rallydev.rest.response.Response
-
Get any warnings returned in the response.
- getWorkspace() - Method in class com.rallydev.rest.request.QueryRequest
-
Get the workspace which the result set should be scoped to.
- getWsapiUrl() - Method in class com.rallydev.rest.client.HttpClient
-
Get the WSAPI base url based on the current server and WSAPI version
- getWsapiVersion() - Method in class com.rallydev.rest.client.HttpClient
-
Get the current version of the WSAPI being targeted.
- getWsapiVersion() - Method in class com.rallydev.rest.RallyRestApi
-
Get the current version of the WSAPI being targeted.
- gsonBuilder - Variable in class com.rallydev.rest.request.Request
-
Gson Builder used for JSON serialization in this request.
- SECURITY_ENDPOINT_DOES_NOT_EXIST - Static variable in class com.rallydev.rest.client.BasicAuthClient
-
- SECURITY_TOKEN_KEY - Static variable in class com.rallydev.rest.client.BasicAuthClient
-
- SECURITY_TOKEN_PARAM_KEY - Static variable in class com.rallydev.rest.client.BasicAuthClient
-
- securityToken - Variable in class com.rallydev.rest.client.BasicAuthClient
-
- server - Variable in class com.rallydev.rest.client.HttpClient
-
- setApplicationName(String) - Method in class com.rallydev.rest.client.HttpClient
-
Set the value of the X-RallyIntegrationName header included on all requests.
- setApplicationName(String) - Method in class com.rallydev.rest.RallyRestApi
-
Set the value of the X-RallyIntegrationName header included on all requests.
- setApplicationVendor(String) - Method in class com.rallydev.rest.client.HttpClient
-
Set the value of the X-RallyIntegrationVendor header included on all requests.
- setApplicationVendor(String) - Method in class com.rallydev.rest.RallyRestApi
-
Set the value of the X-RallyIntegrationVendor header included on all requests.
- setApplicationVersion(String) - Method in class com.rallydev.rest.client.HttpClient
-
Set the value of the X-RallyIntegrationVersion header included on all requests.
- setApplicationVersion(String) - Method in class com.rallydev.rest.RallyRestApi
-
Set the value of the X-RallyIntegrationVersion header included on all requests.
- setClientCredentials(URI, String, String) - Method in class com.rallydev.rest.client.HttpClient
-
- setFetch(Fetch) - Method in class com.rallydev.rest.request.CollectionUpdateRequest
-
Set the current list of fields to be returned on the updated object.
- setFetch(Fetch) - Method in class com.rallydev.rest.request.CreateRequest
-
Set the current list of fields to be returned on the created object.
- setFetch(Fetch) - Method in class com.rallydev.rest.request.GetRequest
-
Set the current list of fields to be returned on the retrieved object.
- setFetch(Fetch) - Method in class com.rallydev.rest.request.QueryRequest
-
Set the current list of fields to be returned on the matching objects.
- setFetch(Fetch) - Method in class com.rallydev.rest.request.UpdateRequest
-
Set the current list of fields to be returned on the updated object.
- setGsonBuilder(GsonBuilder) - Method in class com.rallydev.rest.request.Request
-
Set the Gson Builder used for JSON serialization in this request.
- setLimit(int) - Method in class com.rallydev.rest.request.QueryRequest
-
Set the maximum number of records to be returned from the query.
- setOrder(String) - Method in class com.rallydev.rest.request.QueryRequest
-
Get the order by which the result set will be sorted.
- setPageSize(int) - Method in class com.rallydev.rest.request.QueryRequest
-
Set the page size of the result set.
- setParams(List<NameValuePair>) - Method in class com.rallydev.rest.request.Request
-
Set the list of additional parameters included in this request.
- setProject(String) - Method in class com.rallydev.rest.request.QueryRequest
-
Specify the project which the result set should be scoped to.
- setProxy(URI) - Method in class com.rallydev.rest.client.HttpClient
-
Set the unauthenticated proxy server to use.
- setProxy(URI, String, String) - Method in class com.rallydev.rest.client.HttpClient
-
Set the authenticated proxy server to use.
- setProxy(URI) - Method in class com.rallydev.rest.RallyRestApi
-
Set the unauthenticated proxy server to use.
- setProxy(URI, String, String) - Method in class com.rallydev.rest.RallyRestApi
-
Set the authenticated proxy server to use.
- setQueryFilter(QueryFilter) - Method in class com.rallydev.rest.request.QueryRequest
-
Set a filter by which the result set will be narrowed down.
- setScopedDown(boolean) - Method in class com.rallydev.rest.request.QueryRequest
-
If a project has been specified, set whether to include matching objects in child projects in the result set.
- setScopedUp(boolean) - Method in class com.rallydev.rest.request.QueryRequest
-
If a project has been specified, set whether to include matching objects in parent projects in the result set.
- setStart(int) - Method in class com.rallydev.rest.request.QueryRequest
-
Set the 1-based start index of the result set.
- setWorkspace(String) - Method in class com.rallydev.rest.request.QueryRequest
-
Specify the workspace which the result set should be scoped to.
- setWsapiVersion(String) - Method in class com.rallydev.rest.client.HttpClient
-
Set the current version of the WSAPI being targeted.
- setWsapiVersion(String) - Method in class com.rallydev.rest.RallyRestApi
-
Set the current version of the WSAPI being targeted.