Uses of Class
odata.msgraph.client.complex.WebPartData.Builder
-
Packages that use WebPartData.Builder Package Description odata.msgraph.client.complex -
-
Uses of WebPartData.Builder in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return WebPartData.Builder Modifier and Type Method Description static WebPartData.BuilderWebPartData. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).WebPartData.BuilderWebPartData.Builder. dataVersion(String dataVersion)WebPartData.BuilderWebPartData.Builder. description(String description)WebPartData.BuilderWebPartData.Builder. properties(Json properties)WebPartData.BuilderWebPartData.Builder. serverProcessedContent(ServerProcessedContent serverProcessedContent)WebPartData.BuilderWebPartData.Builder. title(String title)
-