| Package | Description |
|---|---|
| com.messagebird.objects |
| Modifier and Type | Method and Description |
|---|---|
static PhoneNumberFeature |
PhoneNumberFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhoneNumberFeature[] |
PhoneNumberFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<PhoneNumberFeature> |
PhoneNumber.getFeatures() |
EnumSet<PhoneNumberFeature> |
PhoneNumbersLookup.getFeatures() |
EnumSet<PhoneNumberFeature> |
PurchasedNumbersFilter.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
void |
PurchasedNumbersFilter.addFeature(PhoneNumberFeature... features) |
void |
PurchasedNumbersFilter.removeFeature(PhoneNumberFeature... features) |
void |
PhoneNumbersLookup.setFeatures(PhoneNumberFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneNumbersLookup.setFeatures(EnumSet<PhoneNumberFeature> features) |
Copyright © 2024. All rights reserved.