Class CreateOrUpdateSegmentCommand
- java.lang.Object
-
- org.apache.unomi.graphql.commands.BaseCommand<OUTPUT>
-
- org.apache.unomi.graphql.commands.segments.BaseCreateOrUpdateSegmentCommand<CDPSegmentInput,CDPSegment>
-
- org.apache.unomi.graphql.commands.segments.CreateOrUpdateSegmentCommand
-
public class CreateOrUpdateSegmentCommand extends BaseCreateOrUpdateSegmentCommand<CDPSegmentInput,CDPSegment>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateOrUpdateSegmentCommand.Builder
-
Field Summary
-
Fields inherited from class org.apache.unomi.graphql.commands.BaseCommand
environment, serviceManager
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateOrUpdateSegmentCommand.Builder
create(CDPSegmentInput segmentInput)
CDPSegment
execute()
-
Methods inherited from class org.apache.unomi.graphql.commands.segments.BaseCreateOrUpdateSegmentCommand
preparedSegmentWithoutCondition
-
-
-
-
Method Detail
-
execute
public CDPSegment execute()
- Specified by:
execute
in classBaseCommand<CDPSegment>
-
create
public static CreateOrUpdateSegmentCommand.Builder create(CDPSegmentInput segmentInput)
-
-