public class SectionGroup extends OnenoteEntityHierarchyModel implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
SectionGroup.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
sectionGroupsUrl |
protected String |
sectionsUrl |
createdBy, displayName, lastModifiedBy, lastModifiedDateTimecreatedDateTimeselfchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
SectionGroup() |
| Modifier and Type | Method and Description |
|---|---|
static SectionGroup.Builder |
builderSectionGroup()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
NotebookRequest |
getParentNotebook() |
SectionGroupRequest |
getParentSectionGroup() |
SectionGroupCollectionRequest |
getSectionGroups() |
Optional<String> |
getSectionGroupsUrl() |
OnenoteSectionCollectionRequest |
getSections() |
Optional<String> |
getSectionsUrl() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
SectionGroup |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
SectionGroup |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
SectionGroup |
withSectionGroupsUrl(String sectionGroupsUrl) |
SectionGroup |
withSectionsUrl(String sectionsUrl) |
getCreatedBy, getDisplayName, getLastModifiedBy, getLastModifiedDateTime, withCreatedBy, withDisplayName, withLastModifiedBy, withLastModifiedDateTimegetCreatedDateTime, withCreatedDateTimegetSelf, withSelfprotected String sectionsUrl
protected String sectionGroupsUrl
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class OnenoteEntityHierarchyModelpublic static SectionGroup.Builder builderSectionGroup()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class OnenoteEntityHierarchyModelpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class OnenoteEntityHierarchyModelpublic SectionGroup withSectionsUrl(String sectionsUrl)
public SectionGroup withSectionGroupsUrl(String sectionGroupsUrl)
public NotebookRequest getParentNotebook()
public SectionGroupRequest getParentSectionGroup()
public OnenoteSectionCollectionRequest getSections()
public SectionGroupCollectionRequest getSectionGroups()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class OnenoteEntityHierarchyModelpublic SectionGroup patch()
this with changed fields reset.patch in class OnenoteEntityHierarchyModelthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic SectionGroup put()
this
with changed fields reset (they were ignored anyway).put in class OnenoteEntityHierarchyModelthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class OnenoteEntityHierarchyModelCopyright © 2018–2020. All rights reserved.