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
Fields in odata.msgraph.client.entity with type parameters of type LinkedResource Modifier and Type Field Description protected List<LinkedResource>TodoTask. linkedResourcesMethods 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, Object value)LinkedResourceLinkedResource. withWebUrl(String webUrl)Methods in odata.msgraph.client.entity with parameters of type LinkedResource Modifier and Type Method Description TodoTask.BuilderTodoTask.Builder. linkedResources(LinkedResource... linkedResources)Method parameters in odata.msgraph.client.entity with type arguments of type LinkedResource Modifier and Type Method Description TodoTask.BuilderTodoTask.Builder. linkedResources(List<LinkedResource> linkedResources)TodoTaskTodoTask. withLinkedResources(List<LinkedResource> linkedResources)
-