doc.com.rallydev.rest.util.class-use.Fetch.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rally-rest-api Show documentation
Show all versions of rally-rest-api Show documentation
A java toolkit for interacting with the Rally Rest API
Uses of Class com.rallydev.rest.util.Fetch (Rally Rest API for Java 2.1)
Uses of Class
com.rallydev.rest.util.Fetch
-
Packages that use Fetch
Package
Description
com.rallydev.rest.request
Provides objects for encoding requests to the Rest API.
-
-
Uses of Fetch in com.rallydev.rest.request
Methods in com.rallydev.rest.request that return Fetch
Modifier and Type
Method and Description
Fetch
QueryRequest.getFetch()
Get the current list of fields to be returned on the matching objects.
Fetch
CreateRequest.getFetch()
Get the current list of fields to be returned on the created object.
Fetch
UpdateRequest.getFetch()
Get the current list of fields to be returned on the updated object.
Fetch
GetRequest.getFetch()
Get the current list of fields to be returned on the retrieved object.
Methods in com.rallydev.rest.request with parameters of type Fetch
Modifier and Type
Method and Description
void
QueryRequest.setFetch(Fetch fetch)
Set the current list of fields to be returned on the matching objects.
void
CreateRequest.setFetch(Fetch fetch)
Set the current list of fields to be returned on the created object.
void
UpdateRequest.setFetch(Fetch fetch)
Set the current list of fields to be returned on the updated object.
void
GetRequest.setFetch(Fetch fetch)
Set the current list of fields to be returned on the retrieved object.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy