Uses of Class
com.microsoft.graph.models.SectionGroup
Packages that use SectionGroup
-
Uses of SectionGroup in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SectionGroupModifier and TypeMethodDescriptionstatic SectionGroupSectionGroup.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueOnenoteSection.getParentSectionGroup()Gets the parentSectionGroup property value.SectionGroup.getParentSectionGroup()Gets the parentSectionGroup property value.Methods in com.microsoft.graph.models that return types with arguments of type SectionGroupModifier and TypeMethodDescriptionNotebook.getSectionGroups()Gets the sectionGroups property value.Onenote.getSectionGroups()Gets the sectionGroups property value.SectionGroup.getSectionGroups()Gets the sectionGroups property value.SectionGroupCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type SectionGroupModifier and TypeMethodDescriptionvoidOnenoteSection.setParentSectionGroup(SectionGroup value) Sets the parentSectionGroup property value.voidSectionGroup.setParentSectionGroup(SectionGroup value) Sets the parentSectionGroup property value.Method parameters in com.microsoft.graph.models with type arguments of type SectionGroupModifier and TypeMethodDescriptionvoidNotebook.setSectionGroups(List<SectionGroup> value) Sets the sectionGroups property value.voidOnenote.setSectionGroups(List<SectionGroup> value) Sets the sectionGroups property value.voidSectionGroup.setSectionGroups(List<SectionGroup> value) Sets the sectionGroups property value.voidSectionGroupCollectionResponse.setValue(List<SectionGroup> value) Sets the value property value.