public final class Name extends Object
| Constructor and Description |
|---|
Name() |
| Modifier and Type | Method and Description |
|---|---|
String |
localizedValue()
Get the localizedValue property: Usage name localized value.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: Usage name value.
|
Name |
withLocalizedValue(String localizedValue)
Set the localizedValue property: Usage name localized value.
|
Name |
withValue(String value)
Set the value property: Usage name value.
|
public String value()
public Name withValue(String value)
value - the value value to set.public String localizedValue()
public Name withLocalizedValue(String localizedValue)
localizedValue - the localizedValue value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.