GroupQuotaSubscriptionRequestStatusList Class

  • java.lang.Object
    • com.azure.resourcemanager.quota.models.GroupQuotaSubscriptionRequestStatusList

Implements

public final class GroupQuotaSubscriptionRequestStatusList
implements JsonSerializable<GroupQuotaSubscriptionRequestStatusList>

List of GroupQuotaSubscriptionRequests Status.

Constructor Summary

Constructor Description
GroupQuotaSubscriptionRequestStatusList()

Creates an instance of GroupQuotaSubscriptionRequestStatusList class.

Method Summary

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

Reads an instance of GroupQuotaSubscriptionRequestStatusList 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<GroupQuotaSubscriptionRequestStatusInner> value()

Get the value property: List of GroupQuotaSubscriptionRequests Status.

GroupQuotaSubscriptionRequestStatusList withValue(List<GroupQuotaSubscriptionRequestStatusInner> value)

Set the value property: List of GroupQuotaSubscriptionRequests Status.

Methods inherited from java.lang.Object

Constructor Details

GroupQuotaSubscriptionRequestStatusList

public GroupQuotaSubscriptionRequestStatusList()

Creates an instance of GroupQuotaSubscriptionRequestStatusList class.

Method Details

fromJson

public static GroupQuotaSubscriptionRequestStatusList fromJson(JsonReader jsonReader)

Reads an instance of GroupQuotaSubscriptionRequestStatusList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

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

Get the value property: List of GroupQuotaSubscriptionRequests Status.

Returns:

the value value.

withValue

public GroupQuotaSubscriptionRequestStatusList withValue(List<GroupQuotaSubscriptionRequestStatusInner> value)

Set the value property: List of GroupQuotaSubscriptionRequests Status.

Parameters:

value - the value value to set.

Returns:

the GroupQuotaSubscriptionRequestStatusList object itself.

Applies to