-
public interface TrashcanApiExt
-
-
Method Summary
Modifier and Type Method Description abstract NodeEntryrestoreDeletedNode(@Path(value = nodeId) String nodeId, @Query(value = fields) List<String> fields)Overload of restoreDeletedNode without retrofit2.http.Body. -
-
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
-
-
-
-