Interface ListProposalsResponse.Builder

    • Method Detail

      • proposals

        ListProposalsResponse.Builder proposals​(Collection<ProposalSummary> proposals)

        The summary of each proposal made on the network.

        Parameters:
        proposals - The summary of each proposal made on the network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • proposals

        ListProposalsResponse.Builder proposals​(ProposalSummary... proposals)

        The summary of each proposal made on the network.

        Parameters:
        proposals - The summary of each proposal made on the network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListProposalsResponse.Builder nextToken​(String nextToken)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.