Uses of Class
com.microsoft.graph.models.OnenotePage
Packages that use OnenotePage
-
Uses of OnenotePage in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OnenotePageModifier and TypeMethodDescriptionstatic OnenotePageOnenotePage.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type OnenotePageModifier and TypeMethodDescriptionOnenote.getPages()Gets the pages property value.OnenoteSection.getPages()Gets the pages property value.OnenotePageCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type OnenotePageModifier and TypeMethodDescriptionvoidOnenote.setPages(List<OnenotePage> value) Sets the pages property value.voidOnenoteSection.setPages(List<OnenotePage> value) Sets the pages property value.voidOnenotePageCollectionResponse.setValue(List<OnenotePage> value) Sets the value property value.