Interface BatchGetProfileError.Builder

  • Method Details

    • code

      Status code for why a specific profile failed.

      Parameters:
      code - Status code for why a specific profile failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      Message describing why a specific profile failed.

      Parameters:
      message - Message describing why a specific profile failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profileId

      BatchGetProfileError.Builder profileId(String profileId)

      The profile id that failed.

      Parameters:
      profileId - The profile id that failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.