public final class DimensionProperties extends Object
| Constructor and Description |
|---|
DimensionProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
displayName()
Get the displayName property: Display name of dimension.
|
String |
name()
Get the name property: Name of dimension.
|
Boolean |
toBeExportedForShoebox()
Get the toBeExportedForShoebox property: Property to specify whether the dimension should be exported for
shoebox.
|
void |
validate()
Validates the instance.
|
DimensionProperties |
withDisplayName(String displayName)
Set the displayName property: Display name of dimension.
|
DimensionProperties |
withName(String name)
Set the name property: Name of dimension.
|
DimensionProperties |
withToBeExportedForShoebox(Boolean toBeExportedForShoebox)
Set the toBeExportedForShoebox property: Property to specify whether the dimension should be exported for
shoebox.
|
public String name()
public DimensionProperties withName(String name)
name - the name value to set.public String displayName()
public DimensionProperties withDisplayName(String displayName)
displayName - the displayName value to set.public Boolean toBeExportedForShoebox()
public DimensionProperties withToBeExportedForShoebox(Boolean toBeExportedForShoebox)
toBeExportedForShoebox - the toBeExportedForShoebox value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.