Ver código fonte

Bugfix: add updateRessourceStatus function

andre 2 anos atrás
pai
commit
a092f21f39
1 arquivos alterados com 10 adições e 0 exclusões
  1. 10 0
      app/Libs/Zimbra/Components/Api/Soap/Services.php

+ 10 - 0
app/Libs/Zimbra/Components/Api/Soap/Services.php

@@ -212,6 +212,16 @@ class Services
         return new UpdateRessource($this->getApi());
     }
 
+    /**
+     * update ressource status
+     *
+     * @return UpdateRessourceStatus
+     */
+    public function updateRessourceStatus()
+    {
+        return new UpdateRessourceStatus($this->getApi());
+    }
+
     /**
      * change password service
      *