Class SectionGroupRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<SectionGroup>
-
- odata.msgraph.client.beta.entity.request.SectionGroupRequest
-
public class SectionGroupRequest extends com.github.davidmoten.odata.client.EntityRequest<SectionGroup>
-
-
Constructor Summary
Constructors Constructor Description SectionGroupRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotebookRequestparentNotebook()SectionGroupRequestparentSectionGroup()SectionGroupCollectionRequestsectionGroups()SectionGroupRequestsectionGroups(String id)OnenoteSectionCollectionRequestsections()OnenoteSectionRequestsections(String id)
-
-
-
Method Detail
-
parentNotebook
public NotebookRequest parentNotebook()
-
parentSectionGroup
public SectionGroupRequest parentSectionGroup()
-
sectionGroups
public SectionGroupCollectionRequest sectionGroups()
-
sectionGroups
public SectionGroupRequest sectionGroups(String id)
-
sections
public OnenoteSectionCollectionRequest sections()
-
sections
public OnenoteSectionRequest sections(String id)
-
-