ResourceProviderOperationList Class

  • java.lang.Object
    • com.azure.resourcemanager.changeanalysis.models.ResourceProviderOperationList

Implements

public final class ResourceProviderOperationList
implements JsonSerializable<ResourceProviderOperationList>

The resource provider operation list.

Constructor Summary

Constructor Description
ResourceProviderOperationList()

Creates an instance of ResourceProviderOperationList class.

Method Summary

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

Reads an instance of ResourceProviderOperationList from the JsonReader.

String nextLink()

Get the nextLink property: The URI that can be used to request the next page for list of Azure operations.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ResourceProviderOperationDefinitionInner> value()

Get the value property: Resource provider operations list.

ResourceProviderOperationList withNextLink(String nextLink)

Set the nextLink property: The URI that can be used to request the next page for list of Azure operations.

ResourceProviderOperationList withValue(List<ResourceProviderOperationDefinitionInner> value)

Set the value property: Resource provider operations list.

Methods inherited from java.lang.Object

Constructor Details

ResourceProviderOperationList

public ResourceProviderOperationList()

Creates an instance of ResourceProviderOperationList class.

Method Details

fromJson

public static ResourceProviderOperationList fromJson(JsonReader jsonReader)

Reads an instance of ResourceProviderOperationList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The URI that can be used to request the next page for list of Azure operations.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ResourceProviderOperationDefinitionInner> value()

Get the value property: Resource provider operations list.

Returns:

the value value.

withNextLink

public ResourceProviderOperationList withNextLink(String nextLink)

Set the nextLink property: The URI that can be used to request the next page for list of Azure operations.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ResourceProviderOperationList object itself.

withValue

public ResourceProviderOperationList withValue(List<ResourceProviderOperationDefinitionInner> value)

Set the value property: Resource provider operations list.

Parameters:

value - the value value to set.

Returns:

the ResourceProviderOperationList object itself.

Applies to