Uses of Class
io.dialob.executor.command.ImmutableEventMatchers.TargetIdEventMatcher
-
Packages that use ImmutableEventMatchers.TargetIdEventMatcher Package Description io.dialob.executor.command -
-
Uses of ImmutableEventMatchers.TargetIdEventMatcher in io.dialob.executor.command
Methods in io.dialob.executor.command that return ImmutableEventMatchers.TargetIdEventMatcher Modifier and Type Method Description ImmutableEventMatchers.TargetIdEventMatcherImmutableEventMatchers.TargetIdEventMatcher.Builder. build()Builds a newTargetIdEventMatcher.static ImmutableEventMatchers.TargetIdEventMatcherImmutableEventMatchers.TargetIdEventMatcher. copyOf(EventMatchers.TargetIdEventMatcher instance)Creates an immutable copy of aEventMatchers.TargetIdEventMatchervalue.static ImmutableEventMatchers.TargetIdEventMatcherImmutableEventMatchers.TargetIdEventMatcher. of(ItemId targetId)Construct a new immutableTargetIdEventMatcherinstance.ImmutableEventMatchers.TargetIdEventMatcherImmutableEventMatchers.TargetIdEventMatcher. withTargetId(ItemId value)Copy the current immutable object by setting a value for thetargetIdattribute.
-