Class CustomCertificateList


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

      • CustomCertificateList

        public CustomCertificateList()
    • Method Detail

      • value

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

        public CustomCertificateList withValue​(List<CustomCertificateInner> value)
        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.