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