- update(UpdateRequest) - Method in class com.rallydev.rest.RallyRestApi
-
Update the specified object.
- updateCollection(CollectionUpdateRequest) - Method in class com.rallydev.rest.RallyRestApi
-
Update the specified collection.
- UpdateRequest - Class in com.rallydev.rest.request
-
Represents a WSAPI request to update an object.
- UpdateRequest(String, JsonObject) - Constructor for class com.rallydev.rest.request.UpdateRequest
-
Create a new update request for the specified object and values.
- UpdateResponse - Class in com.rallydev.rest.response
-
Represents a WSAPI response from updating an object.
- UpdateResponse(String) - Constructor for class com.rallydev.rest.response.UpdateResponse
-
Create a new update response from the specified JSON encoded string.