Class AvailableProvidersListParameters


  • public class AvailableProvidersListParameters
    extends Object
    Constraints that determine the list of available Internet service providers.
    • Constructor Detail

      • AvailableProvidersListParameters

        public AvailableProvidersListParameters()
    • Method Detail

      • azureLocations

        public List<String> azureLocations()
        Get the azureLocations value.
        Returns:
        the azureLocations value
      • withAzureLocations

        public AvailableProvidersListParameters withAzureLocations​(List<String> azureLocations)
        Set the azureLocations value.
        Parameters:
        azureLocations - the azureLocations value to set
        Returns:
        the AvailableProvidersListParameters object itself.
      • country

        public String country()
        Get the country value.
        Returns:
        the country value
      • withCountry

        public AvailableProvidersListParameters withCountry​(String country)
        Set the country value.
        Parameters:
        country - the country value to set
        Returns:
        the AvailableProvidersListParameters object itself.
      • state

        public String state()
        Get the state value.
        Returns:
        the state value
      • withState

        public AvailableProvidersListParameters withState​(String state)
        Set the state value.
        Parameters:
        state - the state value to set
        Returns:
        the AvailableProvidersListParameters object itself.
      • city

        public String city()
        Get the city value.
        Returns:
        the city value
      • withCity

        public AvailableProvidersListParameters withCity​(String city)
        Set the city value.
        Parameters:
        city - the city value to set
        Returns:
        the AvailableProvidersListParameters object itself.