- 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.
- 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.
- 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.
The default is the user's default project.
- 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.
The default is the user's default workspace.
- 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.