Class BaseCreateOrUpdateSegmentCommand<INPUT extends BaseSegmentInput,OUTPUT>
java.lang.Object
org.apache.unomi.graphql.commands.BaseCommand<OUTPUT>
org.apache.unomi.graphql.commands.segments.BaseCreateOrUpdateSegmentCommand<INPUT,OUTPUT>
- Direct Known Subclasses:
CreateOrUpdateSegmentCommand
,CreateOrUpdateUnomiSegmentCommand
public abstract class BaseCreateOrUpdateSegmentCommand<INPUT extends BaseSegmentInput,OUTPUT>
extends BaseCommand<OUTPUT>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
BaseCreateOrUpdateSegmentCommand.Builder<INPUT extends BaseSegmentInput,
B extends BaseCommand.Builder> -
Field Summary
Fields inherited from class org.apache.unomi.graphql.commands.BaseCommand
environment, serviceManager
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected Segment
preparedSegmentWithoutCondition
(INPUT segmentInput) Methods inherited from class org.apache.unomi.graphql.commands.BaseCommand
execute
-
Constructor Details
-
BaseCreateOrUpdateSegmentCommand
-
-
Method Details
-
preparedSegmentWithoutCondition
-