Class EventSubscriptionsListResult

java.lang.Object
com.azure.resourcemanager.eventgrid.models.EventSubscriptionsListResult

public final class EventSubscriptionsListResult extends Object
Result of the List EventSubscriptions operation.
  • Constructor Details

    • EventSubscriptionsListResult

      public EventSubscriptionsListResult()
  • Method Details

    • value

      public List<EventSubscriptionInner> value()
      Get the value property: A collection of EventSubscriptions.
      Returns:
      the value value.
    • withValue

      Set the value property: A collection of EventSubscriptions.
      Parameters:
      value - the value value to set.
      Returns:
      the EventSubscriptionsListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: A link for the next page of event subscriptions.
      Returns:
      the nextLink value.
    • withNextLink

      public EventSubscriptionsListResult withNextLink(String nextLink)
      Set the nextLink property: A link for the next page of event subscriptions.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the EventSubscriptionsListResult object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.