Uses of Class
odata.msgraph.client.beta.entity.OnenoteSection.Builder
-
Packages that use OnenoteSection.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of OnenoteSection.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return OnenoteSection.Builder Modifier and Type Method Description static OnenoteSection.BuilderOnenoteSection. builderOnenoteSection()Returns a builder which is used to create a new instance of this class (given that this class is immutable).OnenoteSection.BuilderOnenoteSection.Builder. createdBy(IdentitySet createdBy)OnenoteSection.BuilderOnenoteSection.Builder. createdDateTime(OffsetDateTime createdDateTime)OnenoteSection.BuilderOnenoteSection.Builder. displayName(String displayName)OnenoteSection.BuilderOnenoteSection.Builder. id(String id)OnenoteSection.BuilderOnenoteSection.Builder. isDefault(Boolean isDefault)OnenoteSection.BuilderOnenoteSection.Builder. lastModifiedBy(IdentitySet lastModifiedBy)OnenoteSection.BuilderOnenoteSection.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)OnenoteSection.BuilderOnenoteSection.Builder. links(SectionLinks links)OnenoteSection.BuilderOnenoteSection.Builder. pagesUrl(String pagesUrl)OnenoteSection.BuilderOnenoteSection.Builder. self(String self)
-