Uses of Class
com.microsoft.graph.models.OnenoteSection
Packages that use OnenoteSection
-
Uses of OnenoteSection in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OnenoteSectionModifier and TypeMethodDescriptionstatic OnenoteSectionOnenoteSection.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueOnenotePage.getParentSection()Gets the parentSection property value.Methods in com.microsoft.graph.models that return types with arguments of type OnenoteSectionModifier and TypeMethodDescriptionNotebook.getSections()Gets the sections property value.Onenote.getSections()Gets the sections property value.SectionGroup.getSections()Gets the sections property value.OnenoteSectionCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type OnenoteSectionModifier and TypeMethodDescriptionvoidOnenotePage.setParentSection(OnenoteSection value) Sets the parentSection property value.Method parameters in com.microsoft.graph.models with type arguments of type OnenoteSectionModifier and TypeMethodDescriptionvoidNotebook.setSections(List<OnenoteSection> value) Sets the sections property value.voidOnenote.setSections(List<OnenoteSection> value) Sets the sections property value.voidSectionGroup.setSections(List<OnenoteSection> value) Sets the sections property value.voidOnenoteSectionCollectionResponse.setValue(List<OnenoteSection> value) Sets the value property value.