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