Class CloudMessageSubscriptionCancelledEventImpl.Builder
java.lang.Object
org.activiti.cloud.api.process.model.impl.events.CloudMessageSubscriptionCancelledEventImpl.Builder
- Enclosing class:
CloudMessageSubscriptionCancelledEventImpl
Builder to build
CloudMessageSubscriptionCancelledEventImpl.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builder method of the builder.withEntity(org.activiti.api.process.model.MessageSubscription entity) Builder method for entity parameter.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withEntity
public CloudMessageSubscriptionCancelledEventImpl.Builder withEntity(org.activiti.api.process.model.MessageSubscription entity) Builder method for entity parameter.- Parameters:
entity- field to set- Returns:
- builder
-
build
Builder method of the builder.- Returns:
- built class
-