Package odata.msgraph.client.entity
Class SectionGroup.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.SectionGroup.Builder
-
- Enclosing class:
- SectionGroup
public static final class SectionGroup.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public SectionGroup.Builder id(String id)
-
self
public SectionGroup.Builder self(String self)
-
createdDateTime
public SectionGroup.Builder createdDateTime(OffsetDateTime createdDateTime)
-
createdBy
public SectionGroup.Builder createdBy(IdentitySet createdBy)
-
displayName
public SectionGroup.Builder displayName(String displayName)
-
lastModifiedBy
public SectionGroup.Builder lastModifiedBy(IdentitySet lastModifiedBy)
-
lastModifiedDateTime
public SectionGroup.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
sectionGroupsUrl
public SectionGroup.Builder sectionGroupsUrl(String sectionGroupsUrl)
-
sectionsUrl
public SectionGroup.Builder sectionsUrl(String sectionsUrl)
-
parentNotebook
public SectionGroup.Builder parentNotebook(Notebook parentNotebook)
-
parentSectionGroup
public SectionGroup.Builder parentSectionGroup(SectionGroup parentSectionGroup)
-
sectionGroups
public SectionGroup.Builder sectionGroups(List<SectionGroup> sectionGroups)
-
sectionGroups
public SectionGroup.Builder sectionGroups(SectionGroup... sectionGroups)
-
sections
public SectionGroup.Builder sections(List<OnenoteSection> sections)
-
sections
public SectionGroup.Builder sections(OnenoteSection... sections)
-
build
public SectionGroup build()
-
-