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