Class OnenoteSectionRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<OnenoteSection>
-
- odata.msgraph.client.beta.entity.request.OnenoteSectionRequest
-
public class OnenoteSectionRequest extends com.github.davidmoten.odata.client.EntityRequest<OnenoteSection>
-
-
Constructor Summary
Constructors Constructor Description OnenoteSectionRequest(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>copyToNotebook(String id, String groupId, String renameAs, String siteCollectionId, String siteId)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<OnenoteOperation>copyToSectionGroup(String id, String groupId, String renameAs, String siteCollectionId, String siteId)OnenotePageCollectionRequestpages()OnenotePageRequestpages(String id)NotebookRequestparentNotebook()SectionGroupRequestparentSectionGroup()
-
-
-
Method Detail
-
pages
public OnenotePageCollectionRequest pages()
-
pages
public OnenotePageRequest pages(String id)
-
parentNotebook
public NotebookRequest parentNotebook()
-
parentSectionGroup
public SectionGroupRequest parentSectionGroup()
-
copyToNotebook
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<OnenoteOperation> copyToNotebook(String id, String groupId, String renameAs, String siteCollectionId, String siteId)
-
-