public class TeamGetAllMessagesCollectionRequest extends BaseCollectionRequest<TeamGetAllMessagesCollectionResponse,ITeamGetAllMessagesCollectionPage> implements ITeamGetAllMessagesCollectionRequest
| Constructor and Description |
|---|
TeamGetAllMessagesCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this TeamGetAllMessages
|
| Modifier and Type | Method and Description |
|---|---|
ITeamGetAllMessagesCollectionPage |
buildFromResponse(TeamGetAllMessagesCollectionResponse response) |
ITeamGetAllMessagesCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITeamGetAllMessagesCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ITeamGetAllMessagesCollectionPage |
get() |
void |
get(ICallback<? super ITeamGetAllMessagesCollectionPage> callback) |
ITeamGetAllMessagesCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ITeamGetAllMessagesCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITeamGetAllMessagesCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic TeamGetAllMessagesCollectionRequest(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 get(ICallback<? super ITeamGetAllMessagesCollectionPage> callback)
get in interface ITeamGetAllMessagesCollectionRequestpublic ITeamGetAllMessagesCollectionPage get() throws ClientException
get in interface ITeamGetAllMessagesCollectionRequestClientExceptionpublic ITeamGetAllMessagesCollectionPage buildFromResponse(TeamGetAllMessagesCollectionResponse response)
public ITeamGetAllMessagesCollectionRequest select(java.lang.String value)
select in interface ITeamGetAllMessagesCollectionRequestvalue - the select clausepublic ITeamGetAllMessagesCollectionRequest top(int value)
top in interface ITeamGetAllMessagesCollectionRequestvalue - the max number of items to returnpublic ITeamGetAllMessagesCollectionRequest expand(java.lang.String value)
expand in interface ITeamGetAllMessagesCollectionRequestvalue - the expand clausepublic ITeamGetAllMessagesCollectionRequest filter(java.lang.String value)
value - the filter clausepublic ITeamGetAllMessagesCollectionRequest orderBy(java.lang.String value)
value - the order by clause