Name |
Returns |
close()
|
void
|
delete(String resourceUrl)
|
void
|
deleteWithVariables(String resourceUrl, String[] urlVariables)
|
void
|
get(String resourceUrl)
|
Object
|
getFile(String resourceUrl)
|
ch.dunes.model.fileattachment.MimeAttachment
|
getFileWithAcceptHeader(String resourceUrl, String acceptHeaderValue)
|
ch.dunes.model.fileattachment.MimeAttachment
|
getUrl()
|
String
|
getWithVariables(String resourceUrl, String[] urlVariables)
|
Object
|
isClosed()
|
boolean
|
post(String resourceUrl, Object object)
|
vCACCAFEServiceResponse
|
postFile(String resourceUrl, ch.dunes.model.fileattachment.MimeAttachment object)
|
vCACCAFEServiceResponse
|
postWithVariables(String resourceUrl, Object object, String[] urlVariables)
|
vCACCAFEServiceResponse
|
put(String resourceUrl, Object object)
|
vCACCAFEServiceResponse
|
putWithVariables(String resourceUrl, Object object, String[] urlVariables)
|
vCACCAFEServiceResponse
|