Class AggregateCreateParams


  • public class AggregateCreateParams
    extends Object
    • Constructor Detail

      • AggregateCreateParams

        public AggregateCreateParams​(com.aquima.interactions.profile.IEntityInstance targetInstance,
                                     String targetAttributeAggregateId,
                                     String targetAttributeAggregateVersion,
                                     com.aquima.interactions.profile.IEntityInstance... instancesToStore)
    • Method Detail

      • getTargetInstance

        public Optional<com.aquima.interactions.profile.IEntityInstance> getTargetInstance()
      • getTargetAttributeAggregateId

        public Optional<String> getTargetAttributeAggregateId()
      • getTargetAttributeAggregateVersion

        public Optional<String> getTargetAttributeAggregateVersion()
      • getInstancesToStore

        public com.aquima.interactions.profile.IEntityInstance[] getInstancesToStore()