Interface GetMembersResponse.Builder

    • Method Detail

      • memberDetails

        GetMembersResponse.Builder memberDetails​(Collection<MemberDetail> memberDetails)

        The member account details that Detective is returning in response to the request.

        Parameters:
        memberDetails - The member account details that Detective is returning in response to the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberDetails

        GetMembersResponse.Builder memberDetails​(MemberDetail... memberDetails)

        The member account details that Detective is returning in response to the request.

        Parameters:
        memberDetails - The member account details that Detective is returning in response to the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAccounts

        GetMembersResponse.Builder unprocessedAccounts​(Collection<UnprocessedAccount> unprocessedAccounts)

        The requested member accounts for which Detective was unable to return member details.

        For each account, provides the reason why the request could not be processed.

        Parameters:
        unprocessedAccounts - The requested member accounts for which Detective was unable to return member details.

        For each account, provides the reason why the request could not be processed.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAccounts

        GetMembersResponse.Builder unprocessedAccounts​(UnprocessedAccount... unprocessedAccounts)

        The requested member accounts for which Detective was unable to return member details.

        For each account, provides the reason why the request could not be processed.

        Parameters:
        unprocessedAccounts - The requested member accounts for which Detective was unable to return member details.

        For each account, provides the reason why the request could not be processed.

        Returns:
        Returns a reference to this object so that method calls can be chained together.