Package | Description |
---|---|
com.rallydev.rest.request |
Provides objects for encoding requests to the Rest API.
|
Modifier and Type | Method and Description |
---|---|
Fetch |
UpdateRequest.getFetch()
Get the current list of fields to be returned on the updated object.
|
Fetch |
QueryRequest.getFetch()
Get the current list of fields to be returned on the matching objects.
|
Fetch |
GetRequest.getFetch()
Get the current list of fields to be returned on the retrieved object.
|
Fetch |
CreateRequest.getFetch()
Get the current list of fields to be returned on the created object.
|
Fetch |
CollectionUpdateRequest.getFetch()
Get the current list of fields to be returned on the updated object.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateRequest.setFetch(Fetch fetch)
Set the current list of fields to be returned on the updated object.
|
void |
QueryRequest.setFetch(Fetch fetch)
Set the current list of fields to be returned on the matching objects.
|
void |
GetRequest.setFetch(Fetch fetch)
Set the current list of fields to be returned on the retrieved object.
|
void |
CreateRequest.setFetch(Fetch fetch)
Set the current list of fields to be returned on the created object.
|
void |
CollectionUpdateRequest.setFetch(Fetch fetch)
Set the current list of fields to be returned on the updated object.
|
Copyright © 2016. All Rights Reserved.