public class SectionGroupRequestBuilder extends BaseRequestBuilder implements ISectionGroupRequestBuilder
| Constructor and Description |
|---|
SectionGroupRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the SectionGroup
|
| Modifier and Type | Method and Description |
|---|---|
ISectionGroupRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
ISectionGroupRequest |
buildRequest(Option... requestOptions)
Creates the request
|
INotebookRequestBuilder |
parentNotebook()
Gets the request builder for Notebook
|
ISectionGroupRequestBuilder |
parentSectionGroup()
Gets the request builder for SectionGroup
|
ISectionGroupCollectionRequestBuilder |
sectionGroups() |
ISectionGroupRequestBuilder |
sectionGroups(java.lang.String id) |
IOnenoteSectionCollectionRequestBuilder |
sections() |
IOnenoteSectionRequestBuilder |
sections(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic SectionGroupRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ISectionGroupRequest buildRequest(Option... requestOptions)
buildRequest in interface ISectionGroupRequestBuilderrequestOptions - the options for this requestpublic ISectionGroupRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ISectionGroupRequestBuilderrequestOptions - the options for this requestpublic INotebookRequestBuilder parentNotebook()
parentNotebook in interface ISectionGroupRequestBuilderpublic ISectionGroupRequestBuilder parentSectionGroup()
parentSectionGroup in interface ISectionGroupRequestBuilderpublic ISectionGroupCollectionRequestBuilder sectionGroups()
sectionGroups in interface ISectionGroupRequestBuilderpublic ISectionGroupRequestBuilder sectionGroups(java.lang.String id)
sectionGroups in interface ISectionGroupRequestBuilderpublic IOnenoteSectionCollectionRequestBuilder sections()
sections in interface ISectionGroupRequestBuilderpublic IOnenoteSectionRequestBuilder sections(java.lang.String id)
sections in interface ISectionGroupRequestBuilder