CustomerSubscriptionList Class
- java.
lang. Object - com.
azure. resourcemanager. azurestack. models. CustomerSubscriptionList
- com.
Implements
public final class CustomerSubscriptionList
implements JsonSerializable<CustomerSubscriptionList>
Pageable list of customer subscriptions.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomerSubscriptionList() |
Creates an instance of Customer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Customer |
fromJson(JsonReader jsonReader)
Reads an instance of Customer |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Customer |
value()
Get the value property: List of customer subscriptions. |
|
Customer |
withNextLink(String nextLink)
Set the next |
|
Customer |
withValue(List<CustomerSubscriptionInner> value)
Set the value property: List of customer subscriptions. |
Methods inherited from java.lang.Object
Constructor Details
CustomerSubscriptionList
public CustomerSubscriptionList()
Creates an instance of CustomerSubscriptionList class.
Method Details
fromJson
public static CustomerSubscriptionList fromJson(JsonReader jsonReader)
Reads an instance of CustomerSubscriptionList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: URI to the next page.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<CustomerSubscriptionInner> value()
Get the value property: List of customer subscriptions.
Returns:
withNextLink
public CustomerSubscriptionList withNextLink(String nextLink)
Set the nextLink property: URI to the next page.
Parameters:
Returns:
withValue
public CustomerSubscriptionList withValue(List<CustomerSubscriptionInner> value)
Set the value property: List of customer subscriptions.
Parameters:
Returns: