Class CloudMessageSubscriptionCancelledEventImpl.Builder
- java.lang.Object
-
- org.activiti.cloud.api.process.model.impl.events.CloudMessageSubscriptionCancelledEventImpl.Builder
-
- Enclosing class:
- CloudMessageSubscriptionCancelledEventImpl
public static final class CloudMessageSubscriptionCancelledEventImpl.Builder extends java.lang.ObjectBuilder to buildCloudMessageSubscriptionCancelledEventImpl.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudMessageSubscriptionCancelledEventImplbuild()Builder method of the builder.CloudMessageSubscriptionCancelledEventImpl.BuilderwithEntity(org.activiti.api.process.model.MessageSubscription entity)Builder method for entity parameter.
-
-
-
Method Detail
-
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
public CloudMessageSubscriptionCancelledEventImpl build()
Builder method of the builder.- Returns:
- built class
-
-