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 classBaseCommand.Builder<B extends BaseCommand.Builder>Subclasses of BaseCommand.Builder in org.apache.unomi.graphql.commands Modifier and Type Class Description static classAddAliasToProfileCommand.Builderstatic classCreateOrUpdatePersonaCommand.Builderstatic classCreateOrUpdateProfilePropertiesCommand.Builderstatic classCreateOrUpdateSourceCommand.Builderstatic classCreateOrUpdateTopicCommand.Builderstatic classCreateOrUpdateViewCommand.Builderstatic classDeleteAllPersonalDataCommand.Builderstatic classDeleteProfileCommand.Builderstatic classDeleteProfilePropertiesCommand.Builderstatic classDeleteSourceCommand.Builderstatic classDeleteTopicCommand.Builderstatic classDeleteViewCommand.Builderstatic classProcessEventsCommand.Builderstatic classRemoveAliasFromProfileCommand.BuilderConstructors 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 classAddProfileToListCommand.Builderstatic classCreateOrUpdateListCommand.Builderstatic classDeleteListCommand.Builderstatic classRemoveProfileFromListCommand.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 classBaseCreateOrUpdateSegmentCommand.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 classBaseCreateOrUpdateSegmentCommand.Builder<INPUT extends BaseSegmentInput,B extends BaseCommand.Builder>static classCreateOrUpdateSegmentCommand.Builderstatic classCreateOrUpdateUnomiSegmentCommand.Builderstatic classDeleteSegmentCommand.Builder 
 -