Uses of Class
com.microsoft.graph.models.WebPart
Packages that use WebPart
-
Uses of WebPart in com.microsoft.graph.models
Subclasses of WebPart in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return WebPartModifier and TypeMethodDescriptionstatic WebPartWebPart.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 WebPartModifier and TypeMethodDescriptionWebPartCollectionResponse.getValue()Gets the value property value.HorizontalSectionColumn.getWebparts()Gets the webparts property value.VerticalSection.getWebparts()Gets the webparts property value.SitePage.getWebParts()Gets the webParts property value.Method parameters in com.microsoft.graph.models with type arguments of type WebPartModifier and TypeMethodDescriptionvoidSets the value property value.voidHorizontalSectionColumn.setWebparts(List<WebPart> value) Sets the webparts property value.voidVerticalSection.setWebparts(List<WebPart> value) Sets the webparts property value.voidSitePage.setWebParts(List<WebPart> value) Sets the webParts property value.