public class AvailableProvidersListState extends Object
| Constructor and Description |
|---|
AvailableProvidersListState() |
| Modifier and Type | Method and Description |
|---|---|
List<AvailableProvidersListCity> |
cities()
Get list of available cities or towns in the state.
|
List<String> |
providers()
Get a list of Internet service providers.
|
String |
stateName()
Get the state name.
|
AvailableProvidersListState |
withCities(List<AvailableProvidersListCity> cities)
Set list of available cities or towns in the state.
|
AvailableProvidersListState |
withProviders(List<String> providers)
Set a list of Internet service providers.
|
AvailableProvidersListState |
withStateName(String stateName)
Set the state name.
|
public String stateName()
public AvailableProvidersListState withStateName(String stateName)
stateName - the stateName value to setpublic List<String> providers()
public AvailableProvidersListState withProviders(List<String> providers)
providers - the providers value to setpublic List<AvailableProvidersListCity> cities()
public AvailableProvidersListState withCities(List<AvailableProvidersListCity> cities)
cities - the cities value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/