Interface ShareDetails.Builder

    • Method Detail

      • successfulShares

        ShareDetails.Builder successfulShares​(Collection<String> successfulShares)

        List of accounts for whom the operation succeeded.

        Parameters:
        successfulShares - List of accounts for whom the operation succeeded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • successfulShares

        ShareDetails.Builder successfulShares​(String... successfulShares)

        List of accounts for whom the operation succeeded.

        Parameters:
        successfulShares - List of accounts for whom the operation succeeded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shareErrors

        ShareDetails.Builder shareErrors​(Collection<ShareError> shareErrors)

        List of errors.

        Parameters:
        shareErrors - List of errors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shareErrors

        ShareDetails.Builder shareErrors​(ShareError... shareErrors)

        List of errors.

        Parameters:
        shareErrors - List of errors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.