Interface BatchGetProfileError.Builder

    • Method Detail

      • code

        BatchGetProfileError.Builder code​(String 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

        BatchGetProfileError.Builder message​(String 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.