Uses of Class
com.microsoft.graph.models.BaseSitePage
Packages that use BaseSitePage
-
Uses of BaseSitePage in com.microsoft.graph.models
Subclasses of BaseSitePage in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return BaseSitePageModifier and TypeMethodDescriptionstatic BaseSitePageBaseSitePage.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 BaseSitePageModifier and TypeMethodDescriptionSite.getPages()Gets the pages property value.BaseSitePageCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type BaseSitePageModifier and TypeMethodDescriptionvoidSite.setPages(List<BaseSitePage> value) Sets the pages property value.voidBaseSitePageCollectionResponse.setValue(List<BaseSitePage> value) Sets the value property value.