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
Fields in odata.msgraph.client.entity declared as FieldValueSet Modifier and Type Field Description protected FieldValueSetListItem. fieldsprotected FieldValueSetListItemVersion. fieldsMethods 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, Object value)Methods in odata.msgraph.client.entity with parameters of type FieldValueSet Modifier and Type Method Description DocumentSetVersion.BuilderDocumentSetVersion.Builder. fields(FieldValueSet fields)ListItem.BuilderListItem.Builder. fields(FieldValueSet fields)ListItemVersion.BuilderListItemVersion.Builder. fields(FieldValueSet fields)ListItemListItem. withFields(FieldValueSet fields)ListItemVersionListItemVersion. withFields(FieldValueSet fields)
-