public class BaseClient<B,I,O> extends Object
Constructor and Description |
---|
BaseClient(AbstractConfig config,
com.google.common.base.Function<B,O> outputConverter) |
Modifier and Type | Method and Description |
---|---|
O |
convert(B from) |
void |
convert(I from,
B to) |
void |
convert(I from,
B to,
String... fields)
Deprecated.
|
<T> T |
execute(com.mule.connectors.commons.rest.builder.RequestBuilder<T> requestBuilder) |
com.box.sdk.BoxAPIConnection |
getBoxAPIConnection() |
AbstractConfig |
getConfig() |
com.google.common.base.Function<B,O> |
getOutputConverter() |
public BaseClient(AbstractConfig config, com.google.common.base.Function<B,O> outputConverter)
public com.box.sdk.BoxAPIConnection getBoxAPIConnection()
public AbstractConfig getConfig()
public <T> T execute(com.mule.connectors.commons.rest.builder.RequestBuilder<T> requestBuilder) throws IOException
IOException
@Deprecated public void convert(I from, B to, String... fields)
Copyright © 2010–2019. All rights reserved.