Uses of Class
com.bandwidth.sdk.model.LookupResult
Packages that use LookupResult
-
Uses of LookupResult in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return LookupResultModifier and TypeMethodDescriptionLookupResult.e164Format
(String e164Format) static LookupResult
Create an instance of LookupResult given an JSON stringLookupResult.lineProvider
(String lineProvider) LookupResult.mobileCountryCode
(String mobileCountryCode) LookupResult.mobileNetworkCode
(String mobileNetworkCode) LookupResult.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.LookupResult.responseCode
(Integer responseCode) Methods in com.bandwidth.sdk.model that return types with arguments of type LookupResultModifier and TypeMethodDescriptionLookupStatus.getResult()
The carrier information results for the specified telephone number.Methods in com.bandwidth.sdk.model with parameters of type LookupResultMethod parameters in com.bandwidth.sdk.model with type arguments of type LookupResultModifier and TypeMethodDescriptionLookupStatus.result
(List<LookupResult> result) void
LookupStatus.setResult
(List<LookupResult> result)