public class PurchasedNumbersResponse extends Object
| Constructor and Description |
|---|
PurchasedNumbersResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
List<PurchasedNumber> |
getItems() |
int |
getLimit() |
int |
getOffset() |
int |
getTotalCount() |
String |
toString() |
public int getOffset()
public int getLimit()
public int getCount()
public int getTotalCount()
public List<PurchasedNumber> getItems()
Copyright © 2024. All rights reserved.