Uses of Class
com.identityworksllc.iiq.common.AccountUtilities.AggregateOptions
-
Packages that use AccountUtilities.AggregateOptions Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of AccountUtilities.AggregateOptions in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common that return AccountUtilities.AggregateOptions Modifier and Type Method Description AccountUtilities.AggregateOptionsAccountUtilities.AggregateOptionsBuilder. build()Returns a AggregateOptions built from the parameters previously set.Methods in com.identityworksllc.iiq.common with parameters of type AccountUtilities.AggregateOptions Modifier and Type Method Description AggregationOutcomeAccountUtilities. aggregateAccount(AccountUtilities.AggregateOptions options)Executes an aggregation according to the given options.static AccountUtilities.AggregateOptionsBuilderAccountUtilities.AggregateOptions. builder(AccountUtilities.AggregateOptions copy)Creates a newAccountUtilities.AggregateOptionsBuilderinitialized with the values of the provided AggregateOptions instance.
-