Class NotificationHubListResult


  • public final class NotificationHubListResult
    extends Object
    The response of the List NotificationHub operation.
    • Constructor Detail

      • NotificationHubListResult

        public NotificationHubListResult()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of NotificationHub.
        Returns:
        the nextLink value.
      • withNextLink

        public NotificationHubListResult withNextLink​(String nextLink)
        Set the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of NotificationHub.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the NotificationHubListResult object itself.
      • validate

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