Interface ProfileQueryFailures.Builder

    • Method Detail

      • profileId

        ProfileQueryFailures.Builder profileId​(String profileId)

        The profile id the failure belongs to.

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

        ProfileQueryFailures.Builder message​(String message)

        A message describing the failure.

        Parameters:
        message - A message describing the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ProfileQueryFailures.Builder status​(Integer status)

        The status describing the failure.

        Parameters:
        status - The status describing the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.