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