public class TypeServiceClient extends Object implements TypeService
| Constructor and Description |
|---|
TypeServiceClient(String baseUrl) |
TypeServiceClient(String baseUrl,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
describe(String storeName,
String typeName) |
javax.ws.rs.core.Response |
list(String storeName) |
javax.ws.rs.core.Response |
remove(String storeName,
String typeName) |
public TypeServiceClient(String baseUrl)
public javax.ws.rs.core.Response list(String storeName)
list in interface TypeServicepublic javax.ws.rs.core.Response remove(String storeName, String typeName)
remove in interface TypeServicepublic javax.ws.rs.core.Response describe(String storeName, String typeName)
describe in interface TypeServiceCopyright © 2013–2020. All rights reserved.