Package com.ringcentral.definitions
Class ListCountriesParameters
java.lang.Object
com.ringcentral.definitions.ListCountriesParameters
Query parameters for operation listCountries
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies if free phone line for softphone is available for a country or notSpecifies whether the logging-in with the phone numbers of this country is enabled or notSpecifies if RingCentral sells phone numbers of this countryIndicates a page number to retrieve.Indicates a page size (number of items) Format: int32 Default: 100Indicates whether a signup/billing is allowed for a country. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfreeSoftphoneLine
(Boolean freeSoftphoneLine) loginAllowed
(Boolean loginAllowed) numberSelling
(Boolean numberSelling) signupAllowed
(Boolean signupAllowed)
-
Field Details
-
loginAllowed
Specifies whether the logging-in with the phone numbers of this country is enabled or not -
signupAllowed
Indicates whether a signup/billing is allowed for a country. If not specified all countries are returned (according to other specified filters if any) -
numberSelling
Specifies if RingCentral sells phone numbers of this country -
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 -
freeSoftphoneLine
Specifies if free phone line for softphone is available for a country or not
-
-
Constructor Details
-
ListCountriesParameters
public ListCountriesParameters()
-
-
Method Details
-
loginAllowed
-
signupAllowed
-
numberSelling
-
page
-
perPage
-
freeSoftphoneLine
-