Class AggregateCreateParams

java.lang.Object
com.blueriq.component.api.aggregate.AggregateCreateParams

public class AggregateCreateParams extends Object
  • Constructor Details

    • AggregateCreateParams

      public AggregateCreateParams()
    • AggregateCreateParams

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

    • 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()