AppIncidentQuery |
AppIncidentQuery.appDefinitionKey(String appDefinitionKey) |
Query for app incidents with the given app definition key.
|
AppIncidentQuery |
CoreAppManagementService.createAppIncidentQuery() |
|
AppIncidentQuery |
AppIncidentQuery.createdAfter(Date createdAfter) |
Query for app incidents with a creation time after the give date.
|
AppIncidentQuery |
AppIncidentQuery.createdBefore(Date createdBefore) |
Query for app incidents with a creation time before the give date.
|
AppIncidentQuery |
AppIncidentQuery.id(String id) |
Query for app incident with the given id.
|
AppIncidentQuery |
AppIncidentQuery.orderByCreateTime() |
Order the result by incident create time.
|
AppIncidentQuery |
AppIncidentQuery.orderByIncidentSubType() |
Order the result by incident sub type.
|
AppIncidentQuery |
AppIncidentQuery.orderByIncidentType() |
Order the result by incident type.
|
AppIncidentQuery |
AppIncidentQuery.scopeDefinitionId(String scopeDefinitionId) |
Query for app incidents with the given scope definition id.
|
AppIncidentQuery |
AppIncidentQuery.scopeId(String scopeId) |
Query for app incidents with the given scope id.
|
AppIncidentQuery |
AppIncidentQuery.scopeType(String scopeType) |
Query for app incidents with the given scope type.
|
AppIncidentQuery |
AppIncidentQuery.subScopeId(String subScopeId) |
Query for app incidents with the given sub scope id.
|
AppIncidentQuery |
AppIncidentQuery.subType(String subType) |
Query for app incidents with the given sub type.
|
AppIncidentQuery |
AppIncidentQuery.tenantId(String tenantId) |
Query for app variables with the given tenant id.
|
AppIncidentQuery |
AppIncidentQuery.tenantIdLike(String tenantIdLike) |
Query for app variables like the given tenant id.
|
AppIncidentQuery |
AppIncidentQuery.type(String type) |
Query for app incidents with the given type.
|
AppIncidentQuery |
AppIncidentQuery.withoutTenantId() |
Query for app variables without a tenant id.
|