Class WebPubSubHubList

java.lang.Object
com.azure.resourcemanager.webpubsub.models.WebPubSubHubList

public final class WebPubSubHubList extends Object
Hub setting list.
  • Constructor Details

    • WebPubSubHubList

      public WebPubSubHubList()
      Creates an instance of WebPubSubHubList class.
  • Method Details

    • value

      public List<WebPubSubHubInner> value()
      Get the value property: List of hub settings to this resource.
      Returns:
      the value value.
    • withValue

      public WebPubSubHubList withValue(List<WebPubSubHubInner> value)
      Set the value property: List of hub settings to this resource.
      Parameters:
      value - the value value to set.
      Returns:
      the WebPubSubHubList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
      Returns:
      the nextLink value.
    • validate

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