Class CustomCertificateList

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

public final class CustomCertificateList extends Object
Custom certificates list.
  • Constructor Details

    • CustomCertificateList

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

    • value

      public List<CustomCertificateInner> value()
      Get the value property: List of custom certificates of this resource.
      Returns:
      the value value.
    • withValue

      Set the value property: List of custom certificates of this resource.
      Parameters:
      value - the value value to set.
      Returns:
      the CustomCertificateList 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 CustomCertificateList 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 CustomCertificateList object itself.
    • validate

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