public final class AvailableProvidersListCountry extends Object
| Constructor and Description |
|---|
AvailableProvidersListCountry() |
| Modifier and Type | Method and Description |
|---|---|
String |
countryName()
Get the countryName property: The country name.
|
List<String> |
providers()
Get the providers property: A list of Internet service providers.
|
List<AvailableProvidersListState> |
states()
Get the states property: List of available states in the country.
|
void |
validate()
Validates the instance.
|
AvailableProvidersListCountry |
withCountryName(String countryName)
Set the countryName property: The country name.
|
AvailableProvidersListCountry |
withProviders(List<String> providers)
Set the providers property: A list of Internet service providers.
|
AvailableProvidersListCountry |
withStates(List<AvailableProvidersListState> states)
Set the states property: List of available states in the country.
|
public String countryName()
public AvailableProvidersListCountry withCountryName(String countryName)
countryName - the countryName value to set.public List<String> providers()
public AvailableProvidersListCountry withProviders(List<String> providers)
providers - the providers value to set.public List<AvailableProvidersListState> states()
public AvailableProvidersListCountry withStates(List<AvailableProvidersListState> states)
states - the states value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.