Class ComponentPurgeResponseInner


  • public final class ComponentPurgeResponseInner
    extends Object
    Response containing operationId for a specific purge action.
    • Constructor Detail

      • ComponentPurgeResponseInner

        public ComponentPurgeResponseInner()
    • Method Detail

      • operationId

        public String operationId()
        Get the operationId property: Id to use when querying for status for a particular purge operation.
        Returns:
        the operationId value.
      • withOperationId

        public ComponentPurgeResponseInner withOperationId​(String operationId)
        Set the operationId property: Id to use when querying for status for a particular purge operation.
        Parameters:
        operationId - the operationId value to set.
        Returns:
        the ComponentPurgeResponseInner object itself.
      • validate

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