Class NotebookRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<Notebook>
-
- odata.msgraph.client.entity.request.NotebookRequest
-
public class NotebookRequest extends com.github.davidmoten.odata.client.EntityRequest<Notebook>
-
-
Constructor Summary
Constructors Constructor Description NotebookRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<OnenoteOperation>copyNotebook(String groupId, String renameAs, String notebookFolder, String siteCollectionId, String siteId)SectionGroupCollectionRequestsectionGroups()SectionGroupRequestsectionGroups(String id)OnenoteSectionCollectionRequestsections()OnenoteSectionRequestsections(String id)
-
-
-
Method Detail
-
sectionGroups
public SectionGroupRequest sectionGroups(String id)
-
sectionGroups
public SectionGroupCollectionRequest sectionGroups()
-
sections
public OnenoteSectionRequest sections(String id)
-
sections
public OnenoteSectionCollectionRequest sections()
-
-