public static class CCGConfig.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId |
protected String |
clientSecret |
protected String |
enterpriseId |
protected TokenStorage |
tokenStorage |
protected String |
userId |
| Constructor and Description |
|---|
Builder(String clientId,
String clientSecret) |
| Modifier and Type | Method and Description |
|---|---|
CCGConfig |
build() |
CCGConfig.Builder |
enterpriseId(String enterpriseId) |
CCGConfig.Builder |
tokenStorage(TokenStorage tokenStorage) |
CCGConfig.Builder |
userId(String userId) |
protected final String clientSecret
protected String enterpriseId
protected TokenStorage tokenStorage
public CCGConfig.Builder enterpriseId(String enterpriseId)
public CCGConfig.Builder userId(String userId)
public CCGConfig.Builder tokenStorage(TokenStorage tokenStorage)