public final class IdentifierProperties extends Object
| Constructor and Description |
|---|
IdentifierProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: String representation of the identity.
|
IdentifierProperties |
withValue(String value)
Set the value property: String representation of the identity.
|
public String value()
public IdentifierProperties withValue(String value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.