Uses of Class
odata.msgraph.client.entity.AttributeSet
-
Packages that use AttributeSet Package Description odata.msgraph.client.entity -
-
Uses of AttributeSet in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AttributeSet Modifier and Type Field Description protected List<AttributeSet>Directory. attributeSetsMethods in odata.msgraph.client.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, Object value)Methods in odata.msgraph.client.entity with parameters of type AttributeSet Modifier and Type Method Description Directory.BuilderDirectory.Builder. attributeSets(AttributeSet... attributeSets)Method parameters in odata.msgraph.client.entity with type arguments of type AttributeSet Modifier and Type Method Description Directory.BuilderDirectory.Builder. attributeSets(List<AttributeSet> attributeSets)DirectoryDirectory. withAttributeSets(List<AttributeSet> attributeSets)
-