public class UserGetMailTipsCollectionRequest extends BaseCollectionRequest<UserGetMailTipsCollectionResponse,IUserGetMailTipsCollectionPage> implements IUserGetMailTipsCollectionRequest
| Modifier and Type | Field and Description |
|---|---|
protected UserGetMailTipsBody |
body |
| Constructor and Description |
|---|
UserGetMailTipsCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this UserGetMailTips
|
| Modifier and Type | Method and Description |
|---|---|
IUserGetMailTipsCollectionPage |
buildFromResponse(UserGetMailTipsCollectionResponse response) |
IUserGetMailTipsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IUserGetMailTipsCollectionPage |
post() |
void |
post(ICallback<IUserGetMailTipsCollectionPage> callback) |
IUserGetMailTipsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IUserGetMailTipsCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesprotected final UserGetMailTipsBody body
public UserGetMailTipsCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void post(ICallback<IUserGetMailTipsCollectionPage> callback)
post in interface IUserGetMailTipsCollectionRequestpublic IUserGetMailTipsCollectionPage post() throws ClientException
post in interface IUserGetMailTipsCollectionRequestClientExceptionpublic IUserGetMailTipsCollectionPage buildFromResponse(UserGetMailTipsCollectionResponse response)
public IUserGetMailTipsCollectionRequest select(java.lang.String value)
select in interface IUserGetMailTipsCollectionRequestvalue - the select clausepublic IUserGetMailTipsCollectionRequest top(int value)
top in interface IUserGetMailTipsCollectionRequestvalue - the max number of items to returnpublic IUserGetMailTipsCollectionRequest expand(java.lang.String value)
expand in interface IUserGetMailTipsCollectionRequestvalue - the expand clause