public class ManagedEBookAssignmentCollectionRequest extends BaseCollectionRequest<ManagedEBookAssignmentCollectionResponse,IManagedEBookAssignmentCollectionPage> implements IManagedEBookAssignmentCollectionRequest
| Constructor and Description |
|---|
ManagedEBookAssignmentCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ManagedEBookAssignment
|
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 ManagedEBookAssignmentCollectionRequest(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 IManagedEBookAssignmentCollectionPage> callback)
get in interface IManagedEBookAssignmentCollectionRequestpublic IManagedEBookAssignmentCollectionPage get() throws ClientException
get in interface IManagedEBookAssignmentCollectionRequestClientExceptionpublic void post(ManagedEBookAssignment newManagedEBookAssignment, ICallback<? super ManagedEBookAssignment> callback)
post in interface IManagedEBookAssignmentCollectionRequestpublic ManagedEBookAssignment post(ManagedEBookAssignment newManagedEBookAssignment) throws ClientException
post in interface IManagedEBookAssignmentCollectionRequestClientExceptionpublic IManagedEBookAssignmentCollectionRequest expand(java.lang.String value)
expand in interface IManagedEBookAssignmentCollectionRequestvalue - the expand clausepublic IManagedEBookAssignmentCollectionRequest filter(java.lang.String value)
filter in interface IManagedEBookAssignmentCollectionRequestvalue - the filter clausepublic IManagedEBookAssignmentCollectionRequest orderBy(java.lang.String value)
orderBy in interface IManagedEBookAssignmentCollectionRequestvalue - the order by clausepublic IManagedEBookAssignmentCollectionRequest select(java.lang.String value)
select in interface IManagedEBookAssignmentCollectionRequestvalue - the select clausepublic IManagedEBookAssignmentCollectionRequest top(int value)
top in interface IManagedEBookAssignmentCollectionRequestvalue - the max number of items to returnpublic IManagedEBookAssignmentCollectionRequest skip(int value)
skip in interface IManagedEBookAssignmentCollectionRequestvalue - of the number of items to skippublic IManagedEBookAssignmentCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IManagedEBookAssignmentCollectionRequestskipToken - - Token for paginationpublic IManagedEBookAssignmentCollectionPage buildFromResponse(ManagedEBookAssignmentCollectionResponse response)