Uses of Class
odata.msgraph.client.beta.entity.WebAccount
-
Packages that use WebAccount Package Description odata.msgraph.client.beta.entity -
-
Uses of WebAccount in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return WebAccount Modifier and Type Method Description WebAccountWebAccount.Builder. build()WebAccountWebAccount. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WebAccountWebAccount. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WebAccountWebAccount. withDescription(String description)WebAccountWebAccount. withService(ServiceInformation service)WebAccountWebAccount. withStatusMessage(String statusMessage)WebAccountWebAccount. withThumbnailUrl(String thumbnailUrl)WebAccountWebAccount. withUnmappedField(String name, String value)WebAccountWebAccount. withUserId(String userId)WebAccountWebAccount. withWebUrl(String webUrl)
-