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