ProviderPermissionListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.fluent.models.ProviderPermissionListResultInner

Implements

public final class ProviderPermissionListResultInner
implements JsonSerializable<ProviderPermissionListResultInner>

List of provider permissions.

Constructor Summary

Constructor Description
ProviderPermissionListResultInner()

Creates an instance of ProviderPermissionListResultInner class.

Method Summary

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

Reads an instance of ProviderPermissionListResultInner 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<ProviderPermission> value()

Get the value property: An array of provider permissions.

ProviderPermissionListResultInner withValue(List<ProviderPermission> value)

Set the value property: An array of provider permissions.

Methods inherited from java.lang.Object

Constructor Details

ProviderPermissionListResultInner

public ProviderPermissionListResultInner()

Creates an instance of ProviderPermissionListResultInner class.

Method Details

fromJson

public static ProviderPermissionListResultInner fromJson(JsonReader jsonReader)

Reads an instance of ProviderPermissionListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

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

Get the value property: An array of provider permissions.

Returns:

the value value.

withValue

public ProviderPermissionListResultInner withValue(List value)

Set the value property: An array of provider permissions.

Parameters:

value - the value value to set.

Returns:

the ProviderPermissionListResultInner object itself.

Applies to