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>
  • Constructor Details

  • Method Details

    • preparedSegmentWithoutCondition

      protected Segment preparedSegmentWithoutCondition(INPUT segmentInput)