| Modifier and Type | Method and Description |
|---|---|
Region |
Region.withCode(String code)
Set the code value.
|
Region |
Region.withName(String name)
Set the name value.
|
Region |
Region.withRegions(List<Region> regions)
Set the regions value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Region> |
Region.regions()
Get the regions value.
|
| Modifier and Type | Method and Description |
|---|---|
Region |
Region.withRegions(List<Region> regions)
Set the regions value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/