ProviderOperationsMetadataListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.models.ProviderOperationsMetadataListResult

Implements

public final class ProviderOperationsMetadataListResult
implements JsonSerializable<ProviderOperationsMetadataListResult>

Provider operations metadata list.

Constructor Summary

Constructor Description
ProviderOperationsMetadataListResult()

Creates an instance of ProviderOperationsMetadataListResult class.

Method Summary

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

Reads an instance of ProviderOperationsMetadataListResult from the JsonReader.

String nextLink()

Get the nextLink property: The URL to use for getting the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ProviderOperationsMetadataInner> value()

Get the value property: The list of providers.

ProviderOperationsMetadataListResult withNextLink(String nextLink)

Set the nextLink property: The URL to use for getting the next set of results.

ProviderOperationsMetadataListResult withValue(List<ProviderOperationsMetadataInner> value)

Set the value property: The list of providers.

Methods inherited from java.lang.Object

Constructor Details

ProviderOperationsMetadataListResult

public ProviderOperationsMetadataListResult()

Creates an instance of ProviderOperationsMetadataListResult class.

Method Details

fromJson

public static ProviderOperationsMetadataListResult fromJson(JsonReader jsonReader)

Reads an instance of ProviderOperationsMetadataListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The URL to use for getting 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<ProviderOperationsMetadataInner> value()

Get the value property: The list of providers.

Returns:

the value value.

withNextLink

public ProviderOperationsMetadataListResult withNextLink(String nextLink)

Set the nextLink property: The URL to use for getting the next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ProviderOperationsMetadataListResult object itself.

withValue

public ProviderOperationsMetadataListResult withValue(List<ProviderOperationsMetadataInner> value)

Set the value property: The list of providers.

Parameters:

value - the value value to set.

Returns:

the ProviderOperationsMetadataListResult object itself.

Applies to