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