Interface Target.Builder

    • Method Detail

      • type

        Target.Builder type​(String type)

        The target type is always an ACCOUNT.

        Parameters:
        type - The target type is always an ACCOUNT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetType, TargetType
      • type

        Target.Builder type​(TargetType type)

        The target type is always an ACCOUNT.

        Parameters:
        type - The target type is always an ACCOUNT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetType, TargetType
      • id

        Target.Builder id​(String id)

        The TargetID is a 12-character identifier of the ACCOUNT for which the control was created. (This must be the current account.)

        Parameters:
        id - The TargetID is a 12-character identifier of the ACCOUNT for which the control was created. (This must be the current account.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.