Package | Description |
---|---|
com.rallydev.rest.response |
Provides objects for parsing responses from the Rest API.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateResponse
Represents a WSAPI response from creating an object
|
class |
DeleteResponse
Represents a WSAPI response from deleting an object
|
class |
GetResponse
Represents a WSAPI response from retrieving a single object.
|
class |
QueryResponse
Represents a WSAPI response from querying for objects.
|
class |
UpdateResponse
Represents a WSAPI response from updating an object.
|