SubscriptionsListResult Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. SubscriptionsListResult
- com.
Implements
public final class SubscriptionsListResult
implements JsonSerializable<SubscriptionsListResult>
Result of the List event subscriptions operation.
Constructor Summary
| Constructor | Description |
|---|---|
| SubscriptionsListResult() |
Creates an instance of Subscriptions |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Subscriptions |
fromJson(JsonReader jsonReader)
Reads an instance of Subscriptions |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Subscription |
value()
Get the value property: A collection of Subscriptions. |
|
Subscriptions |
withNextLink(String nextLink)
Set the next |
|
Subscriptions |
withValue(List<SubscriptionInner> value)
Set the value property: A collection of Subscriptions. |
Methods inherited from java.lang.Object
Constructor Details
SubscriptionsListResult
public SubscriptionsListResult()
Creates an instance of SubscriptionsListResult class.
Method Details
fromJson
public static SubscriptionsListResult fromJson(JsonReader jsonReader)
Reads an instance of SubscriptionsListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: A link for the next page of event subscriptions.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<SubscriptionInner> value()
Get the value property: A collection of Subscriptions.
Returns:
withNextLink
public SubscriptionsListResult withNextLink(String nextLink)
Set the nextLink property: A link for the next page of event subscriptions.
Parameters:
Returns:
withValue
public SubscriptionsListResult withValue(List<SubscriptionInner> value)
Set the value property: A collection of Subscriptions.
Parameters:
Returns: