AppDeploymentQuery |
AppDeploymentQuery.deploymentCategory(String category) |
Only select deployments with the given category.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals) |
Only select deployments that have a different category then the given one.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentId(String deploymentId) |
Only select deployments with the given deployment id.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentIds(List<String> deploymentIds) |
Only select deployments with the given deployment ids.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentKey(String key) |
Only select deployments with the given key.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentName(String name) |
Only select deployments with the given name.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentNameLike(String nameLike) |
Only select deployments with a name like the given string.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentTenantId(String tenantId) |
Only select deployment that have the given tenant id.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentTenantIdLike(String tenantIdLike) |
Only select deployments with a tenant id like the given one.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentWithoutTenantId() |
Only select deployments that do not have a tenant id.
|
AppDeploymentQuery |
AppDeploymentQuery.latest() |
Only select deployments where the deployment time is the latest value.
|
AppDeploymentQuery |
AppDeploymentQuery.orderByDeploymentId() |
|
AppDeploymentQuery |
AppDeploymentQuery.orderByDeploymentName() |
|
AppDeploymentQuery |
AppDeploymentQuery.orderByDeploymentTime() |
|
AppDeploymentQuery |
AppDeploymentQuery.orderByTenantId() |
|