AvailableContactsListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.orbital.models.AvailableContactsListResult

Implements

public final class AvailableContactsListResult
implements JsonSerializable<AvailableContactsListResult>

Response for the ListAvailableContacts API service call.

Constructor Summary

Constructor Description
AvailableContactsListResult()

Creates an instance of AvailableContactsListResult class.

Method Summary

Modifier and Type Method and Description
static AvailableContactsListResult fromJson(JsonReader jsonReader)

Reads an instance of AvailableContactsListResult from the JsonReader.

String nextLink()

Get the nextLink property: The URL to get the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<AvailableContactsInner> value()

Get the value property: A list of available contacts.

AvailableContactsListResult 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:

jsonReader - The JsonReader being read.

Returns:

An instance of AvailableContactsListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AvailableContactsListResult.

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<AvailableContactsInner> value()

Get the value property: A list of available contacts.

Returns:

the value value.

withValue

public AvailableContactsListResult withValue(List<AvailableContactsInner> value)

Set the value property: A list of available contacts.

Parameters:

value - the value value to set.

Returns:

the AvailableContactsListResult object itself.

Applies to