Class ExportJobsTriggerHeaders


  • public final class ExportJobsTriggerHeaders
    extends Object
    The ExportJobsTriggerHeaders model.
    • Constructor Detail

      • ExportJobsTriggerHeaders

        public ExportJobsTriggerHeaders()
    • Method Detail

      • retryAfter

        public Integer retryAfter()
        Get the retryAfter property: The Retry-After property.
        Returns:
        the retryAfter value.
      • withRetryAfter

        public ExportJobsTriggerHeaders withRetryAfter​(Integer retryAfter)
        Set the retryAfter property: The Retry-After property.
        Parameters:
        retryAfter - the retryAfter value to set.
        Returns:
        the ExportJobsTriggerHeaders object itself.
      • location

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

        public ExportJobsTriggerHeaders withLocation​(String location)
        Set the location property: The Location property.
        Parameters:
        location - the location value to set.
        Returns:
        the ExportJobsTriggerHeaders object itself.
      • validate

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