Uses of Class
odata.msgraph.client.beta.entity.DimensionValue.Builder
-
Packages that use DimensionValue.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of DimensionValue.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return DimensionValue.Builder Modifier and Type Method Description static DimensionValue.BuilderDimensionValue. builderDimensionValue()Returns a builder which is used to create a new instance of this class (given that this class is immutable).DimensionValue.BuilderDimensionValue.Builder. code(String code)DimensionValue.BuilderDimensionValue.Builder. displayName(String displayName)DimensionValue.BuilderDimensionValue.Builder. id(String id)DimensionValue.BuilderDimensionValue.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-