Package | Description |
---|---|
com.blackberry.workspaces.sdk.api |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.