public class Databucket extends Object
| Constructor and Description |
|---|
Databucket(String serviceUrl,
boolean logs) |
Databucket(String serviceUrl,
String username,
String password,
Integer projectId,
boolean logs) |
Databucket(String serviceUrl,
String username,
String password,
Integer projectId,
boolean logs,
Proxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHeader(String name,
Object value) |
void |
authenticate(String username,
String password,
Integer projectId) |
String |
buildUrl(String resource) |
com.sun.jersey.api.client.Client |
getClient() |
void |
setHeaders(com.sun.jersey.api.client.WebResource.Builder builder) |
public Databucket(String serviceUrl, boolean logs)
public Databucket(String serviceUrl, String username, String password, Integer projectId, boolean logs)
Copyright © 2021. All rights reserved.