Uses of Class
org.apache.unomi.graphql.commands.BaseCommand.Builder
-
Packages that use BaseCommand.Builder Package Description org.apache.unomi.graphql.commands org.apache.unomi.graphql.commands.list org.apache.unomi.graphql.commands.segments -
-
Uses of BaseCommand.Builder in org.apache.unomi.graphql.commands
Classes in org.apache.unomi.graphql.commands with type parameters of type BaseCommand.Builder Modifier and Type Class Description static class
BaseCommand.Builder<B extends BaseCommand.Builder>
Subclasses of BaseCommand.Builder in org.apache.unomi.graphql.commands Modifier and Type Class Description static class
AddAliasToProfileCommand.Builder
static class
CreateOrUpdatePersonaCommand.Builder
static class
CreateOrUpdateProfilePropertiesCommand.Builder
static class
CreateOrUpdateSourceCommand.Builder
static class
CreateOrUpdateTopicCommand.Builder
static class
CreateOrUpdateViewCommand.Builder
static class
DeleteAllPersonalDataCommand.Builder
static class
DeleteProfileCommand.Builder
static class
DeleteProfilePropertiesCommand.Builder
static class
DeleteSourceCommand.Builder
static class
DeleteTopicCommand.Builder
static class
DeleteViewCommand.Builder
static class
ProcessEventsCommand.Builder
static class
RemoveAliasFromProfileCommand.Builder
Constructors in org.apache.unomi.graphql.commands with parameters of type BaseCommand.Builder Constructor Description BaseCommand(BaseCommand.Builder builder)
-
Uses of BaseCommand.Builder in org.apache.unomi.graphql.commands.list
Subclasses of BaseCommand.Builder in org.apache.unomi.graphql.commands.list Modifier and Type Class Description static class
AddProfileToListCommand.Builder
static class
CreateOrUpdateListCommand.Builder
static class
DeleteListCommand.Builder
static class
RemoveProfileFromListCommand.Builder
-
Uses of BaseCommand.Builder in org.apache.unomi.graphql.commands.segments
Classes in org.apache.unomi.graphql.commands.segments with type parameters of type BaseCommand.Builder Modifier and Type Class Description static class
BaseCreateOrUpdateSegmentCommand.Builder<INPUT extends BaseSegmentInput,B extends BaseCommand.Builder>
Subclasses of BaseCommand.Builder in org.apache.unomi.graphql.commands.segments Modifier and Type Class Description static class
BaseCreateOrUpdateSegmentCommand.Builder<INPUT extends BaseSegmentInput,B extends BaseCommand.Builder>
static class
CreateOrUpdateSegmentCommand.Builder
static class
CreateOrUpdateUnomiSegmentCommand.Builder
static class
DeleteSegmentCommand.Builder
-