GroupQuotaSubscriptionRequestStatusList Class
- java.
lang. Object - com.
azure. resourcemanager. quota. models. GroupQuotaSubscriptionRequestStatusList
- com.
Implements
public final class GroupQuotaSubscriptionRequestStatusList
implements JsonSerializable<GroupQuotaSubscriptionRequestStatusList>
List of GroupQuotaSubscriptionRequests Status.
Constructor Summary
| Constructor | Description |
|---|---|
| GroupQuotaSubscriptionRequestStatusList() |
Creates an instance of Group |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Group |
fromJson(JsonReader jsonReader)
Reads an instance of Group |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Group |
value()
Get the value property: List of Group |
|
Group |
withValue(List<GroupQuotaSubscriptionRequestStatusInner> value)
Set the value property: List of Group |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to use for getting the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<GroupQuotaSubscriptionRequestStatusInner> value()
Get the value property: List of GroupQuotaSubscriptionRequests Status.
Returns:
withValue
public GroupQuotaSubscriptionRequestStatusList withValue(List<GroupQuotaSubscriptionRequestStatusInner> value)
Set the value property: List of GroupQuotaSubscriptionRequests Status.
Parameters:
Returns: