Package 

Interface DDDeleteParams

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean getBypassGovernance() Defaults to false
      abstract Unit setBypassGovernance(Boolean bypassGovernance) Defaults to false
      abstract Function0<Unit> getCallback() Optional callback that will be executed on completion of the object delete phase of the directory delete operation.
      abstract Unit setCallback(Function0<Unit> callback) Optional callback that will be executed on completion of the object delete phase of the directory delete operation.
      • Methods inherited from class org.veupathdb.lib.s3.s34k.params.S3RequestParams

        getHeaders, getQueryParams
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getCallback

         abstract Function0<Unit> getCallback()

        Optional callback that will be executed on completion of the object delete phase of the directory delete operation.

        If the object delete phase is never reached, this callback will not be called.s

      • setCallback

         abstract Unit setCallback(Function0<Unit> callback)

        Optional callback that will be executed on completion of the object delete phase of the directory delete operation.

        If the object delete phase is never reached, this callback will not be called.s