Interface TrashcanApiExt

    • 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 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
    • Constructor Detail

    • 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