public class MetacoClientBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
metacoApiId |
protected String |
metacoApiKey |
protected String |
metacoApiUrl |
protected Boolean |
metacoTestingMode |
Constructor and Description |
---|
MetacoClientBuilder() |
Modifier and Type | Method and Description |
---|---|
MetacoClient |
makeClient() |
MetacoClientBuilder |
withApiId(String apiId) |
MetacoClientBuilder |
withApiKey(String apiKey) |
MetacoClientBuilder |
withApiUrl(String apiUrl) |
MetacoClientBuilder |
withTestingMode(Boolean testingMode) |
protected String metacoApiId
protected String metacoApiKey
protected String metacoApiUrl
protected Boolean metacoTestingMode
public MetacoClient makeClient()
public MetacoClientBuilder withApiId(String apiId)
public MetacoClientBuilder withApiKey(String apiKey)
public MetacoClientBuilder withApiUrl(String apiUrl)
public MetacoClientBuilder withTestingMode(Boolean testingMode)
Copyright © 2016 Metaco. All rights reserved.