Class AbstractTarget<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T target  
      protected TargetType type  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getProps()  
      T getTarget()  
      TargetType getType()  
      • Methods inherited from class java.lang.Object

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

      • target

        protected final T target
    • Constructor Detail

      • AbstractTarget

        protected AbstractTarget​(TargetType type,
                                 T target)
    • Method Detail

      • getTarget

        public T getTarget()
      • getProps

        public java.util.Map<java.lang.String,​java.lang.Object> getProps()
        Returns:
        a map of items to include in the API call payload