OperatorInformationResult Class
- java.
lang. Object - com.
azure. communication. phonenumbers. models. OperatorInformationResult
- com.
Implements
public final class OperatorInformationResult
implements JsonSerializable<OperatorInformationResult>
Represents a search result containing format and operator information associated with the requested phone numbers.
Constructor Summary
| Constructor | Description |
|---|---|
| OperatorInformationResult() |
Creates an instance of Operator |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Operator |
fromJson(JsonReader jsonReader)
Reads an instance of Operator |
|
List<Operator |
getValues()
Get the values property: Results of a search. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
OperatorInformationResult
public OperatorInformationResult()
Creates an instance of OperatorInformationResult class.
Method Details
fromJson
public static OperatorInformationResult fromJson(JsonReader jsonReader)
Reads an instance of OperatorInformationResult from the JsonReader.
Parameters:
Returns:
Throws:
getValues
public List<OperatorInformation> getValues()
Get the values property: Results of a search. This array will have one entry per requested phone number which will contain the relevant operator information.
Returns: