Interface ActiveNumberListRequest
public interface ActiveNumberListRequest
Parameters request to list active numbers for a project
- Since:
- 1.2
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder
(ActiveNumberListRequest parameters) getType()
-
Method Details
-
getRegionCode
String getRegionCode()- Returns:
- Region code to filter by. ISO 3166-1 alpha-2 country code of the phone number.
Example: "US", "GB" or "SE".
-
getType
NumberType getType()- Returns:
- Number type to filter by.
-
getSearchPattern
SearchPattern getSearchPattern()- Returns:
- Search criteria
-
getCapabilities
Collection<Capability> getCapabilities()- Returns:
- Number capabilities to filter by.
-
getPageSize
Integer getPageSize()- Returns:
- The maximum number of items to return
-
getPageToken
String getPageToken()- Returns:
- The next page token value returned from a previous List request, if any.
-
getOrderBy
OrderBy getOrderBy()- Returns:
- Supported fields for ordering by.
-
builder
-
builder
-