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