Package 

Class TargetingParamsBuilder


  • 
    public final class TargetingParamsBuilder
    
                        

    Simple utility for combining multiple targeting parameter objects into a single dictionary.

    This class is thread-safe and immutable. Much cleaner than the old builder pattern!

    • Method Summary

      Modifier and Type Method Description
      final Map<String, Object> toMap() Get the final targeting parameters dictionary by merging all targeting objects
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toMap

         final Map<String, Object> toMap()

        Get the final targeting parameters dictionary by merging all targeting objects