public class SectionGroupRequest extends com.github.davidmoten.odata.client.EntityRequest<SectionGroup>
| Constructor and Description |
|---|
SectionGroupRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
NotebookRequest |
parentNotebook() |
SectionGroupRequest |
parentSectionGroup() |
SectionGroupCollectionRequest |
sectionGroups() |
SectionGroupRequest |
sectionGroups(String id) |
OnenoteSectionCollectionRequest |
sections() |
OnenoteSectionRequest |
sections(String id) |
public SectionGroupRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public NotebookRequest parentNotebook()
public SectionGroupRequest parentSectionGroup()
public OnenoteSectionCollectionRequest sections()
public OnenoteSectionRequest sections(String id)
public SectionGroupCollectionRequest sectionGroups()
public SectionGroupRequest sectionGroups(String id)
Copyright © 2018–2020. All rights reserved.