public class PurchasedNumbersFilter extends Object implements Serializable
| Constructor and Description |
|---|
PurchasedNumbersFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeature(PhoneNumberFeature... features) |
void |
addTag(String... tags) |
void |
clearTags() |
EnumSet<PhoneNumberFeature> |
getFeatures() |
int |
getLimit() |
String |
getLocality() |
String |
getNumber() |
int |
getOffset() |
String |
getRegion() |
ArrayList<String> |
getTags() |
PhoneNumberType |
getType() |
void |
removeFeature(PhoneNumberFeature... features) |
void |
removeTag(String... tags) |
void |
setLimit(int limit) |
void |
setLocality(String locality) |
void |
setNumber(String number) |
void |
setOffset(int offset) |
void |
setRegion(String region) |
void |
setType(PhoneNumberType type) |
HashMap<String,Object> |
toHashMap() |
String |
toString() |
public int getLimit()
public void setLimit(int limit)
public int getOffset()
public void setOffset(int offset)
public EnumSet<PhoneNumberFeature> getFeatures()
public void addFeature(PhoneNumberFeature... features)
public void removeFeature(PhoneNumberFeature... features)
public void addTag(String... tags)
public void removeTag(String... tags)
public void clearTags()
public String getNumber()
public void setNumber(String number)
public String getRegion()
public void setRegion(String region)
public String getLocality()
public void setLocality(String locality)
public PhoneNumberType getType()
public void setType(PhoneNumberType type)
public HashMap<String,Object> toHashMap() throws GeneralException
GeneralExceptionCopyright © 2024. All rights reserved.