Class CertificateDeleteHeaders


  • public class CertificateDeleteHeaders
    extends Object
    Defines headers for Delete operation.
    • Constructor Detail

      • CertificateDeleteHeaders

        public CertificateDeleteHeaders()
    • Method Detail

      • location

        public String location()
        Get the location value.
        Returns:
        the location value
      • withLocation

        public CertificateDeleteHeaders withLocation​(String location)
        Set the location value.
        Parameters:
        location - the location value to set
        Returns:
        the CertificateDeleteHeaders object itself.
      • retryAfter

        public Integer retryAfter()
        Get the retryAfter value.
        Returns:
        the retryAfter value
      • withRetryAfter

        public CertificateDeleteHeaders withRetryAfter​(Integer retryAfter)
        Set the retryAfter value.
        Parameters:
        retryAfter - the retryAfter value to set
        Returns:
        the CertificateDeleteHeaders object itself.