public interface IOnenoteSectionCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IOnenoteSectionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOnenoteSectionCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IOnenoteSectionCollectionPage |
get() |
void |
get(ICallback<? super IOnenoteSectionCollectionPage> callback) |
IOnenoteSectionCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
OnenoteSection |
post(OnenoteSection newOnenoteSection) |
void |
post(OnenoteSection newOnenoteSection,
ICallback<? super OnenoteSection> callback) |
IOnenoteSectionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOnenoteSectionCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IOnenoteSectionCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IOnenoteSectionCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IOnenoteSectionCollectionPage> callback)
IOnenoteSectionCollectionPage get() throws ClientException
ClientExceptionvoid post(OnenoteSection newOnenoteSection, ICallback<? super OnenoteSection> callback)
OnenoteSection post(OnenoteSection newOnenoteSection) throws ClientException
ClientExceptionIOnenoteSectionCollectionRequest expand(java.lang.String value)
value - the expand clauseIOnenoteSectionCollectionRequest filter(java.lang.String value)
value - the filter clauseIOnenoteSectionCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIOnenoteSectionCollectionRequest select(java.lang.String value)
value - the select clauseIOnenoteSectionCollectionRequest top(int value)
value - the max number of items to returnIOnenoteSectionCollectionRequest skip(int value)
value - of the number of items to skipIOnenoteSectionCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination