public final class ContinentsResponseInner extends Object
| Constructor and Description |
|---|
ContinentsResponseInner() |
| Modifier and Type | Method and Description |
|---|---|
List<ContinentsResponseContinentsItem> |
continents()
Get the continents property: The continents property.
|
List<ContinentsResponseCountryOrRegionsItem> |
countryOrRegions()
Get the countryOrRegions property: The countryOrRegions property.
|
void |
validate()
Validates the instance.
|
ContinentsResponseInner |
withContinents(List<ContinentsResponseContinentsItem> continents)
Set the continents property: The continents property.
|
ContinentsResponseInner |
withCountryOrRegions(List<ContinentsResponseCountryOrRegionsItem> countryOrRegions)
Set the countryOrRegions property: The countryOrRegions property.
|
public List<ContinentsResponseContinentsItem> continents()
public ContinentsResponseInner withContinents(List<ContinentsResponseContinentsItem> continents)
continents - the continents value to set.public List<ContinentsResponseCountryOrRegionsItem> countryOrRegions()
public ContinentsResponseInner withCountryOrRegions(List<ContinentsResponseCountryOrRegionsItem> countryOrRegions)
countryOrRegions - the countryOrRegions value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.