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