Uses of Class
odata.msgraph.client.entity.LinkedResource
-
Packages that use LinkedResource Package Description odata.msgraph.client.entity -
-
Uses of LinkedResource in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return LinkedResource Modifier and Type Method Description LinkedResourceLinkedResource.Builder. build()LinkedResourceLinkedResource. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.LinkedResourceLinkedResource. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).LinkedResourceLinkedResource. withApplicationName(String applicationName)LinkedResourceLinkedResource. withDisplayName(String displayName)LinkedResourceLinkedResource. withExternalId(String externalId)LinkedResourceLinkedResource. withUnmappedField(String name, String value)LinkedResourceLinkedResource. withWebUrl(String webUrl)
-