Package 

Interface TrashcanApiExt

    • Method Summary

      Modifier and Type Method Description
      abstract NodeEntry restoreDeletedNode(@Path(value = nodeId) String nodeId, @Query(value = fields) List<String> fields) Overload of restoreDeletedNode without retrofit2.http.Body.
      • Methods inherited from class java.lang.Object

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

      • restoreDeletedNode

        @Headers(value = {Content-Type: application/json})@POST(value = alfresco/versions/1/deleted-nodes/{nodeId}/restore) abstract NodeEntry restoreDeletedNode(@Path(value = nodeId) String nodeId, @Query(value = fields) List<String> fields)

        Overload of restoreDeletedNode without retrofit2.http.Body. Ref: https://github.com/square/retrofit/issues/1488