public class DesiredAPI extends API
| Modifier and Type | Field and Description |
|---|---|
String |
apiDefinitionImport |
apiDefinition, apiId, apiMethods, apiRoutingKey, applicationQuota, applications, authenticationProfiles, caCerts, clientOrganizations, corsProfiles, createdBy, createdOn, customProperties, deprecated, descriptionManual, descriptionMarkdown, descriptionType, descriptionUrl, id, image, inboundProfiles, name, organization, outboundProfiles, path, retirementDate, securityProfiles, serviceProfiles, state, STATE_DELETED, STATE_DEPRECATED, STATE_PENDING, STATE_PUBLISHED, STATE_UNPUBLISHED, summary, systemQuota, tags, version, vhost| Constructor and Description |
|---|
DesiredAPI() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiDefinitionImport() |
String |
getBackendBasepath()
BackendBasePath is a property which doesn't exists in API-Manager naturally.
|
boolean |
isRequestForAllOrgs()
requestForAllOrgs is used to decide if an API should grant access to ALL organizations.
|
void |
setApiDefinitionImport(String apiDefinitionImport) |
void |
setBackendBasepath(String backendBasepath)
BackendBasePath is a property which doesn't exists in API-Manager naturally.
|
void |
setRequestForAllOrgs(boolean requestForAllOrgs)
requestForAllOrgs is used to decide if an API should grant access to ALL organizations.
|
void |
setRetirementDate(String retirementDate) |
getApiConfiguration, getApiDefinition, getApiId, getApiMethods, getApiRoutingKey, getApplicationQuota, getApplications, getAuthenticationProfiles, getCaCerts, getClientOrganizations, getCorsProfiles, getCreatedBy, getCreatedOn, getCustomProperties, getDeprecated, getDescriptionManual, getDescriptionMarkdown, getDescriptionType, getDescriptionUrl, getId, getImage, getInboundProfiles, getName, getOrganization, getOrganizationId, getOutboundProfiles, getPath, getRetirementDate, getSecurityProfiles, getServiceProfiles, getState, getSummary, getSystemQuota, getTags, getVersion, getVhost, setApiConfiguration, setApiDefinition, setApiId, setApiMethods, setApiRoutingKey, setApplicationQuota, setApplications, setAuthenticationProfiles, setCaCerts, setClientOrganizations, setCorsProfiles, setCreatedBy, setCreatedOn, setCustomProperties, setDeprecated, setDescriptionManual, setDescriptionMarkdown, setDescriptionType, setDescriptionUrl, setId, setImage, setInboundProfiles, setName, setOrganization, setOutboundProfiles, setPath, setRetirementDate, setSecurityProfiles, setServiceProfiles, setState, setSummary, setSystemQuota, setTags, setVersion, setVhost, toStringpublic String apiDefinitionImport
public DesiredAPI()
throws AppException
AppExceptionpublic String getBackendBasepath()
public void setBackendBasepath(String backendBasepath)
backendBasepath - the URL to the BE-API-Host.public boolean isRequestForAllOrgs()
public void setRequestForAllOrgs(boolean requestForAllOrgs)
requestForAllOrgs - when set to true, the APIs will be granted to ALL organizations.APIImportConfigAdapterpublic String getApiDefinitionImport()
getApiDefinitionImport in class APIpublic void setApiDefinitionImport(String apiDefinitionImport)
public void setRetirementDate(String retirementDate) throws AppException
AppExceptionCopyright © 2020. All rights reserved.