ContactProfileListResult Class

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

Implements

public final class ContactProfileListResult
implements JsonSerializable<ContactProfileListResult>

Response for the ListContactProfiles API service call.

Constructor Summary

Constructor Description
ContactProfileListResult()

Creates an instance of ContactProfileListResult class.

Method Summary

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

Reads an instance of ContactProfileListResult 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<ContactProfileInner> value()

Get the value property: A list of contact profile resources in a resource group.

ContactProfileListResult withValue(List<ContactProfileInner> value)

Set the value property: A list of contact profile resources in a resource group.

Methods inherited from java.lang.Object

Constructor Details

ContactProfileListResult

public ContactProfileListResult()

Creates an instance of ContactProfileListResult class.

Method Details

fromJson

public static ContactProfileListResult fromJson(JsonReader jsonReader)

Reads an instance of ContactProfileListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ContactProfileListResult 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 ContactProfileListResult.

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<ContactProfileInner> value()

Get the value property: A list of contact profile resources in a resource group.

Returns:

the value value.

withValue

public ContactProfileListResult withValue(List<ContactProfileInner> value)

Set the value property: A list of contact profile resources in a resource group.

Parameters:

value - the value value to set.

Returns:

the ContactProfileListResult object itself.

Applies to