Uses of Class
odata.msgraph.client.entity.TextWebPart
-
Packages that use TextWebPart Package Description odata.msgraph.client.entity -
-
Uses of TextWebPart in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return TextWebPart Modifier and Type Method Description TextWebPartTextWebPart.Builder. build()TextWebPartTextWebPart. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TextWebPartTextWebPart. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TextWebPartTextWebPart. withInnerHtml(String innerHtml)TextWebPartTextWebPart. withUnmappedField(String name, Object value)
-