Class CreateOrUpdateUnomiSegmentCommand.Builder
- java.lang.Object
-
- org.apache.unomi.graphql.commands.BaseCommand.Builder<B>
-
- org.apache.unomi.graphql.commands.segments.BaseCreateOrUpdateSegmentCommand.Builder<UnomiSegmentInput,CreateOrUpdateUnomiSegmentCommand.Builder>
-
- org.apache.unomi.graphql.commands.segments.CreateOrUpdateUnomiSegmentCommand.Builder
-
- Enclosing class:
- CreateOrUpdateUnomiSegmentCommand
public static class CreateOrUpdateUnomiSegmentCommand.Builder extends BaseCreateOrUpdateSegmentCommand.Builder<UnomiSegmentInput,CreateOrUpdateUnomiSegmentCommand.Builder>
-
-
Field Summary
-
Fields inherited from class org.apache.unomi.graphql.commands.BaseCommand.Builder
environment
-
-
Constructor Summary
Constructors Constructor Description Builder(UnomiSegmentInput segmentInput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateOrUpdateUnomiSegmentCommand
build()
void
validate()
-
Methods inherited from class org.apache.unomi.graphql.commands.segments.BaseCreateOrUpdateSegmentCommand.Builder
getSegmentInput
-
Methods inherited from class org.apache.unomi.graphql.commands.BaseCommand.Builder
setEnvironment
-
-
-
-
Constructor Detail
-
Builder
public Builder(UnomiSegmentInput segmentInput)
-
-
Method Detail
-
validate
public void validate()
-
build
public CreateOrUpdateUnomiSegmentCommand build()
-
-