public interface IOnenoteSectionCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IOnenoteSectionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOnenoteSectionCollectionPage |
get() |
void |
get(ICallback<IOnenoteSectionCollectionPage> callback) |
OnenoteSection |
post(OnenoteSection newOnenoteSection) |
void |
post(OnenoteSection newOnenoteSection,
ICallback<OnenoteSection> callback) |
IOnenoteSectionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOnenoteSectionCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IOnenoteSectionCollectionPage> callback)
IOnenoteSectionCollectionPage get() throws ClientException
ClientExceptionvoid post(OnenoteSection newOnenoteSection, ICallback<OnenoteSection> callback)
OnenoteSection post(OnenoteSection newOnenoteSection) throws ClientException
ClientExceptionIOnenoteSectionCollectionRequest expand(java.lang.String value)
value - the expand clauseIOnenoteSectionCollectionRequest select(java.lang.String value)
value - the select clauseIOnenoteSectionCollectionRequest top(int value)
value - the max number of items to return