Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<DeploymentDto> |
DeploymentApi.getDeployment(String id)
Retrieves a deployment by id, according to the `Deployment` interface of the engine.
|
List<DeploymentDto> |
DeploymentApi.getDeployments(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Queries for deployments that fulfill given parameters.
|
ApiResponse<List<DeploymentDto>> |
DeploymentApi.getDeploymentsWithHttpInfo(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Queries for deployments that fulfill given parameters.
|
ApiResponse<List<DeploymentDto>> |
DeploymentApi.getDeploymentWithHttpInfo(String id)
Retrieves a deployment by id, according to the `Deployment` interface of the engine.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
DeploymentApi.getDeploymentAsync(String id,
ApiCallback<List<DeploymentDto>> _callback)
(asynchronously)
Retrieves a deployment by id, according to the `Deployment` interface of the engine.
|
okhttp3.Call |
DeploymentApi.getDeploymentsAsync(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback<List<DeploymentDto>> _callback)
(asynchronously)
Queries for deployments that fulfill given parameters.
|
Modifier and Type | Method and Description |
---|---|
DeploymentDto |
DeploymentDto.addLinksItem(AtomLink linksItem) |
DeploymentDto |
DeploymentDto.deploymentTime(Date deploymentTime) |
DeploymentDto |
DeploymentDto.id(String id) |
DeploymentDto |
DeploymentDto.links(List<AtomLink> links) |
DeploymentDto |
DeploymentDto.name(String name) |
DeploymentDto |
DeploymentDto.source(String source) |
DeploymentDto |
DeploymentDto.tenantId(String tenantId) |
Copyright © 2022. All rights reserved.