Interface QueryObjectsResponse.Builder

    • Method Detail

      • ids

        QueryObjectsResponse.Builder ids​(Collection<String> ids)

        The identifiers that match the query selectors.

        Parameters:
        ids - The identifiers that match the query selectors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ids

        QueryObjectsResponse.Builder ids​(String... ids)

        The identifiers that match the query selectors.

        Parameters:
        ids - The identifiers that match the query selectors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        QueryObjectsResponse.Builder marker​(String marker)

        The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

        Parameters:
        marker - The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hasMoreResults

        QueryObjectsResponse.Builder hasMoreResults​(Boolean hasMoreResults)

        Indicates whether there are more results that can be obtained by a subsequent call.

        Parameters:
        hasMoreResults - Indicates whether there are more results that can be obtained by a subsequent call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.