AvailableContactsListResult Class
- java.
lang. Object - com.
azure. resourcemanager. orbital. models. AvailableContactsListResult
- com.
Implements
public final class AvailableContactsListResult
implements JsonSerializable<AvailableContactsListResult>
Response for the ListAvailableContacts API service call.
Constructor Summary
| Constructor | Description |
|---|---|
| AvailableContactsListResult() |
Creates an instance of Available |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Available |
fromJson(JsonReader jsonReader)
Reads an instance of Available |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Available |
value()
Get the value property: A list of available contacts. |
|
Available |
withValue(List<AvailableContactsInner> value)
Set the value property: A list of available contacts. |
Methods inherited from java.lang.Object
Constructor Details
AvailableContactsListResult
public AvailableContactsListResult()
Creates an instance of AvailableContactsListResult class.
Method Details
fromJson
public static AvailableContactsListResult fromJson(JsonReader jsonReader)
Reads an instance of AvailableContactsListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<AvailableContactsInner> value()
Get the value property: A list of available contacts.
Returns:
withValue
public AvailableContactsListResult withValue(List<AvailableContactsInner> value)
Set the value property: A list of available contacts.
Parameters:
Returns: