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