Uses of Class
com.blackberry.workspaces.sdk.api.APIHttpMethod
-
Packages that use APIHttpMethod Package Description com.blackberry.workspaces.sdk.api -
-
Uses of APIHttpMethod in com.blackberry.workspaces.sdk.api
Methods in com.blackberry.workspaces.sdk.api that return APIHttpMethod Modifier and Type Method Description static APIHttpMethod
APIHttpMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static APIHttpMethod[]
APIHttpMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blackberry.workspaces.sdk.api with parameters of type APIHttpMethod Modifier and Type Method Description <T> T
APIRunner. sendAPIRequest(Class<T> returnType, APIHttpMethod method, String command, String input, String contentType, String headerToReturn, String version, Map<String,Object> requestFormParameters, Map<String,Object> requestQueryStringParameters)
Lower level method for sending API requests to the server.<T> T
APIRunner. sendAPIUploadRequest(Class<T> returnType, APIHttpMethod method, String command, String json, File data, String headerToReturn, String version, Long start, Map<String,Object> requestFormParameters)
Lower level method for uploading documents to the server.<T> T
APIRunner. sendAPIUploadRequest(Class<T> returnType, APIHttpMethod method, String command, String json, InputStream fileStream, FormDataContentDisposition fileInfo, String headerToReturn, String version, Long start, Map<String,Object> requestFormParameters)
Lower level method for uploading documents to the server.
-