public class RestConnectAPIModel extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_VERSION |
| Constructor and Description |
|---|
RestConnectAPIModel(RestConnectModelBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiDescription() |
String |
getApiName() |
String |
getArtifactId() |
BaseUri |
getBaseUri() |
ConnectorCategory |
getCategory() |
String |
getCustomPackage() |
protected String |
getDefaultVersion() |
List<MavenDependency> |
getDependencies() |
String |
getGroupId() |
List<Operation> |
getOperations() |
String |
getProjectDescription() |
Path |
getRootDir() |
String |
getVersion() |
public static final String DEFAULT_VERSION
public RestConnectAPIModel(RestConnectModelBuilder builder)
public String getApiName()
protected String getDefaultVersion()
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getCustomPackage()
public ConnectorCategory getCategory()
public List<MavenDependency> getDependencies()
public BaseUri getBaseUri()
public String getProjectDescription()
public String getApiDescription()
public Path getRootDir()
Copyright © 2024. All rights reserved.