Class EventSubscriptionQueryDto
java.lang.Object
org.camunda.community.rest.client.dto.EventSubscriptionQueryDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class EventSubscriptionQueryDto
extends Object
A event subscription query which retrieves a list of event subscriptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the event subscription. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityId(String activityId) addSortingItem(EventSubscriptionQueryDtoSortingInner sortingItem) addTenantIdInItem(String tenantIdInItem) booleaneventSubscriptionId(String eventSubscriptionId) eventType(EventSubscriptionQueryDto.EventTypeEnum eventType) executionId(String executionId) The identifier of the activity that this event subscription belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The name of the event this subscription belongs to as defined in the process model.org.openapitools.jackson.nullable.JsonNullable<String>The id of the event subscription.org.openapitools.jackson.nullable.JsonNullable<String>The type of the event subscription.org.openapitools.jackson.nullable.JsonNullable<EventSubscriptionQueryDto.EventTypeEnum>The execution that is subscribed on the referenced event.org.openapitools.jackson.nullable.JsonNullable<String>Select event subscriptions which have no tenant id.org.openapitools.jackson.nullable.JsonNullable<Boolean>The process instance this subscription belongs to.org.openapitools.jackson.nullable.JsonNullable<String>Apply sorting of the resultorg.openapitools.jackson.nullable.JsonNullable<List<EventSubscriptionQueryDtoSortingInner>>Filter by a comma-separated list of tenant ids.Only select subscriptions which have no tenant id.org.openapitools.jackson.nullable.JsonNullable<Boolean>inthashCode()includeEventSubscriptionsWithoutTenantId(Boolean includeEventSubscriptionsWithoutTenantId) processInstanceId(String processInstanceId) voidsetActivityId(String activityId) voidsetActivityId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityId) voidsetEventName(String eventName) voidsetEventName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> eventName) voidsetEventSubscriptionId(String eventSubscriptionId) voidsetEventSubscriptionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> eventSubscriptionId) voidvoidsetEventType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<EventSubscriptionQueryDto.EventTypeEnum> eventType) voidsetExecutionId(String executionId) voidsetExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId) voidsetIncludeEventSubscriptionsWithoutTenantId(Boolean includeEventSubscriptionsWithoutTenantId) voidsetIncludeEventSubscriptionsWithoutTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> includeEventSubscriptionsWithoutTenantId) voidsetProcessInstanceId(String processInstanceId) voidsetProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) voidvoidsetSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<EventSubscriptionQueryDtoSortingInner>> sorting) voidsetTenantIdIn(List<String> tenantIdIn) voidsetTenantIdIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> tenantIdIn) voidsetWithoutTenantId(Boolean withoutTenantId) voidsetWithoutTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withoutTenantId) sorting(List<EventSubscriptionQueryDtoSortingInner> sorting) tenantIdIn(List<String> tenantIdIn) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.withoutTenantId(Boolean withoutTenantId)
-
Field Details
-
JSON_PROPERTY_EVENT_SUBSCRIPTION_ID
- See Also:
-
JSON_PROPERTY_EVENT_NAME
- See Also:
-
JSON_PROPERTY_EVENT_TYPE
- See Also:
-
JSON_PROPERTY_EXECUTION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_ACTIVITY_ID
- See Also:
-
JSON_PROPERTY_TENANT_ID_IN
- See Also:
-
JSON_PROPERTY_WITHOUT_TENANT_ID
- See Also:
-
JSON_PROPERTY_INCLUDE_EVENT_SUBSCRIPTIONS_WITHOUT_TENANT_ID
- See Also:
-
JSON_PROPERTY_SORTING
- See Also:
-
-
Constructor Details
-
EventSubscriptionQueryDto
public EventSubscriptionQueryDto()
-
-
Method Details
-
eventSubscriptionId
-
getEventSubscriptionId
The id of the event subscription.- Returns:
- eventSubscriptionId
-
getEventSubscriptionId_JsonNullable
-
setEventSubscriptionId_JsonNullable
public void setEventSubscriptionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> eventSubscriptionId) -
setEventSubscriptionId
-
eventName
-
getEventName
The name of the event this subscription belongs to as defined in the process model.- Returns:
- eventName
-
getEventName_JsonNullable
-
setEventName_JsonNullable
public void setEventName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> eventName) -
setEventName
-
eventType
-
getEventType
The type of the event subscription.- Returns:
- eventType
-
getEventType_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<EventSubscriptionQueryDto.EventTypeEnum> getEventType_JsonNullable() -
setEventType_JsonNullable
public void setEventType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<EventSubscriptionQueryDto.EventTypeEnum> eventType) -
setEventType
-
executionId
-
getExecutionId
The execution that is subscribed on the referenced event.- Returns:
- executionId
-
getExecutionId_JsonNullable
-
setExecutionId_JsonNullable
public void setExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId) -
setExecutionId
-
processInstanceId
-
getProcessInstanceId
The process instance this subscription belongs to.- Returns:
- processInstanceId
-
getProcessInstanceId_JsonNullable
-
setProcessInstanceId_JsonNullable
public void setProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) -
setProcessInstanceId
-
activityId
-
getActivityId
The identifier of the activity that this event subscription belongs to. This could for example be the id of a receive task.- Returns:
- activityId
-
getActivityId_JsonNullable
-
setActivityId_JsonNullable
public void setActivityId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityId) -
setActivityId
-
tenantIdIn
-
addTenantIdInItem
-
getTenantIdIn
Filter by a comma-separated list of tenant ids. Only select subscriptions that belong to one of the given tenant ids.- Returns:
- tenantIdIn
-
getTenantIdIn_JsonNullable
-
setTenantIdIn_JsonNullable
-
setTenantIdIn
-
withoutTenantId
-
getWithoutTenantId
Only select subscriptions which have no tenant id. Value may only be `true`, as `false` is the default behavior.- Returns:
- withoutTenantId
-
getWithoutTenantId_JsonNullable
-
setWithoutTenantId_JsonNullable
public void setWithoutTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withoutTenantId) -
setWithoutTenantId
-
includeEventSubscriptionsWithoutTenantId
public EventSubscriptionQueryDto includeEventSubscriptionsWithoutTenantId(Boolean includeEventSubscriptionsWithoutTenantId) -
getIncludeEventSubscriptionsWithoutTenantId
Select event subscriptions which have no tenant id. Can be used in combination with tenantIdIn parameter. Value may only be `true`, as `false` is the default behavior.- Returns:
- includeEventSubscriptionsWithoutTenantId
-
getIncludeEventSubscriptionsWithoutTenantId_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getIncludeEventSubscriptionsWithoutTenantId_JsonNullable() -
setIncludeEventSubscriptionsWithoutTenantId_JsonNullable
public void setIncludeEventSubscriptionsWithoutTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> includeEventSubscriptionsWithoutTenantId) -
setIncludeEventSubscriptionsWithoutTenantId
public void setIncludeEventSubscriptionsWithoutTenantId(Boolean includeEventSubscriptionsWithoutTenantId) -
sorting
-
addSortingItem
-
getSorting
Apply sorting of the result- Returns:
- sorting
-
getSorting_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<EventSubscriptionQueryDtoSortingInner>> getSorting_JsonNullable() -
setSorting_JsonNullable
public void setSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<EventSubscriptionQueryDtoSortingInner>> sorting) -
setSorting
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-