Interface ProfileQueryResult.Builder

    • Method Detail

      • profileId

        ProfileQueryResult.Builder profileId​(String profileId)

        The profile id the result belongs to.

        Parameters:
        profileId - The profile id the result belongs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryResult

        ProfileQueryResult.Builder queryResult​(String queryResult)

        Describes whether the profile was absent or present in the segment.

        Parameters:
        queryResult - Describes whether the profile was absent or present in the segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QueryResult, QueryResult
      • queryResult

        ProfileQueryResult.Builder queryResult​(QueryResult queryResult)

        Describes whether the profile was absent or present in the segment.

        Parameters:
        queryResult - Describes whether the profile was absent or present in the segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QueryResult, QueryResult
      • profile

        ProfileQueryResult.Builder profile​(Profile profile)
        Sets the value of the Profile property for this object.
        Parameters:
        profile - The new value for the Profile property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.