Class CustomDomainList

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

public final class CustomDomainList extends Object
Custom domains list.
  • Constructor Details

    • CustomDomainList

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

    • value

      public List<CustomDomainInner> value()
      Get the value property: List of custom domains that bind to this resource.
      Returns:
      the value value.
    • withValue

      public CustomDomainList withValue(List<CustomDomainInner> value)
      Set the value property: List of custom domains that bind to this resource.
      Parameters:
      value - the value value to set.
      Returns:
      the CustomDomainList 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.
    • withNextLink

      public CustomDomainList withNextLink(String nextLink)
      Set 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.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the CustomDomainList object itself.
    • validate

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