public class TelecomExpenseManagementPartnerCollectionRequest extends BaseCollectionRequest<TelecomExpenseManagementPartnerCollectionResponse,ITelecomExpenseManagementPartnerCollectionPage> implements ITelecomExpenseManagementPartnerCollectionRequest
| Constructor and Description |
|---|
TelecomExpenseManagementPartnerCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of TelecomExpenseManagementPartner
|
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 TelecomExpenseManagementPartnerCollectionRequest(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 ITelecomExpenseManagementPartnerCollectionPage> callback)
get in interface ITelecomExpenseManagementPartnerCollectionRequestpublic ITelecomExpenseManagementPartnerCollectionPage get() throws ClientException
get in interface ITelecomExpenseManagementPartnerCollectionRequestClientExceptionpublic void post(TelecomExpenseManagementPartner newTelecomExpenseManagementPartner, ICallback<? super TelecomExpenseManagementPartner> callback)
post in interface ITelecomExpenseManagementPartnerCollectionRequestpublic TelecomExpenseManagementPartner post(TelecomExpenseManagementPartner newTelecomExpenseManagementPartner) throws ClientException
post in interface ITelecomExpenseManagementPartnerCollectionRequestClientExceptionpublic ITelecomExpenseManagementPartnerCollectionRequest expand(java.lang.String value)
expand in interface ITelecomExpenseManagementPartnerCollectionRequestvalue - the expand clausepublic ITelecomExpenseManagementPartnerCollectionRequest filter(java.lang.String value)
filter in interface ITelecomExpenseManagementPartnerCollectionRequestvalue - the filter clausepublic ITelecomExpenseManagementPartnerCollectionRequest orderBy(java.lang.String value)
orderBy in interface ITelecomExpenseManagementPartnerCollectionRequestvalue - the order by clausepublic ITelecomExpenseManagementPartnerCollectionRequest select(java.lang.String value)
select in interface ITelecomExpenseManagementPartnerCollectionRequestvalue - the select clausepublic ITelecomExpenseManagementPartnerCollectionRequest top(int value)
top in interface ITelecomExpenseManagementPartnerCollectionRequestvalue - the max number of items to returnpublic ITelecomExpenseManagementPartnerCollectionRequest skip(int value)
skip in interface ITelecomExpenseManagementPartnerCollectionRequestvalue - of the number of items to skippublic ITelecomExpenseManagementPartnerCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ITelecomExpenseManagementPartnerCollectionRequestskipToken - - Token for paginationpublic ITelecomExpenseManagementPartnerCollectionPage buildFromResponse(TelecomExpenseManagementPartnerCollectionResponse response)