Class ListStatesParameters

java.lang.Object
com.ringcentral.definitions.ListStatesParameters

public class ListStatesParameters extends Object
Query parameters for operation listStates
  • Field Details

    • allCountries

      public Boolean allCountries
      If set to `true` then states of all countries are returned and `countryId` is ignored, even if specified. If the value is empty then the parameter is ignored
    • countryId

      public Long countryId
      Internal identifier of a country Format: int64
    • page

      public Long page
      Indicates a page number to retrieve. Only positive number values are accepted Format: int32 Default: 1
    • perPage

      public Long perPage
      Indicates a page size (number of items) Format: int32 Default: 100
    • withPhoneNumbers

      public Boolean withPhoneNumbers
      If `true` the list of states with phone numbers available for buying is returned
  • Constructor Details

    • ListStatesParameters

      public ListStatesParameters()
  • Method Details