A B C D G O P S T

D

delete(String) - Method in class com.smartfile.api.Client
Executes delete request to the endpoint with no params.
delete(String, String) - Method in class com.smartfile.api.Client
Executes delete request to the endpoint and id with no params.
delete(String, String, Map<String, String>) - Method in class com.smartfile.api.Client
Executes delete request to the endpoint and id with params as Map<String, String>
delete(String, String, String) - Method in class com.smartfile.api.Client
Executes delete request to the endpoint and id with params as String Use it when you need few params with same name, like when copying or moving objects

A B C D G O P S T