public interface IEntityRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IEntityRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IEntityRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesIEntityRequest select(java.lang.String value)
value - the select clauseIEntityRequest expand(java.lang.String value)
value - the expand clause