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