Class EventSubscriptionsListResult


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

      • EventSubscriptionsListResult

        public EventSubscriptionsListResult()
    • Method Detail

      • value

        public List<EventSubscriptionInner> value()
        Get the value property: A collection of EventSubscriptions.
        Returns:
        the value value.
      • 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.