Package com.ringcentral.definitions
Class ListStatesParameters
java.lang.Object
com.ringcentral.definitions.ListStatesParameters
Query parameters for operation listStates
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf set to `true` then states of all countries are returned and `countryId` is ignored, even if specified.Internal identifier of a country Format: int64Indicates a page number to retrieve.Indicates a page size (number of items) Format: int32 Default: 100If `true` the list of states with phone numbers available for buying is returned -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallCountries
(Boolean allCountries) withPhoneNumbers
(Boolean withPhoneNumbers)
-
Field Details
-
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
Internal identifier of a country Format: int64 -
page
Indicates a page number to retrieve. Only positive number values are accepted Format: int32 Default: 1 -
perPage
Indicates a page size (number of items) Format: int32 Default: 100 -
withPhoneNumbers
If `true` the list of states with phone numbers available for buying is returned
-
-
Constructor Details
-
ListStatesParameters
public ListStatesParameters()
-
-
Method Details
-
allCountries
-
countryId
-
page
-
perPage
-
withPhoneNumbers
-