Interface Target<T>

    • Method Detail

      • getTarget

        T getTarget()
        Return the target.
        Returns:
        the target
      • getType

        TargetType getType()
        Return the target type.
        Returns:
        the target type
      • getProps

        Map<String,​Object> getProps()
        Return the properties that belong in a request body. This will include the `tgt` and `tgt_type` properties. and optionally the `delimiter` property.
        Returns:
        a map of property keys and values