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 Classes Modifier and Type Class Description static 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
Constructors Constructor Description BaseCreateOrUpdateSegmentCommand(BaseCreateOrUpdateSegmentCommand.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Segment
preparedSegmentWithoutCondition(INPUT segmentInput)
-
Methods inherited from class org.apache.unomi.graphql.commands.BaseCommand
execute
-
-
-
-
Constructor Detail
-
BaseCreateOrUpdateSegmentCommand
public BaseCreateOrUpdateSegmentCommand(BaseCreateOrUpdateSegmentCommand.Builder builder)
-
-