Uses of Class
odata.msgraph.client.beta.complex.WebPart
-
Packages that use WebPart Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of WebPart in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return WebPart Modifier and Type Method Description WebPartWebPart.Builder. build()WebPartWebPart. withData(SitePageData data)WebPartWebPart. withType(String type)WebPartWebPart. withUnmappedField(String name, String value) -
Uses of WebPart in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type WebPart Modifier and Type Field Description protected List<WebPart>SitePage. webPartsMethods in odata.msgraph.client.beta.entity that return types with arguments of type WebPart Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<WebPart>SitePage. getWebParts()com.github.davidmoten.odata.client.CollectionPage<WebPart>SitePage. getWebParts(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type WebPart Modifier and Type Method Description SitePage.BuilderSitePage.Builder. webParts(WebPart... webParts)Method parameters in odata.msgraph.client.beta.entity with type arguments of type WebPart Modifier and Type Method Description SitePage.BuilderSitePage.Builder. webParts(List<WebPart> webParts)SitePageSitePage. withWebParts(List<WebPart> webParts)
-