Interface AddonIssue.Builder

    • Method Detail

      • code

        AddonIssue.Builder code​(String code)

        A code that describes the type of issue.

        Parameters:
        code - A code that describes the type of issue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AddonIssueCode, AddonIssueCode
      • message

        AddonIssue.Builder message​(String message)

        A message that provides details about the issue and what might cause it.

        Parameters:
        message - A message that provides details about the issue and what might cause it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIds

        AddonIssue.Builder resourceIds​(Collection<String> resourceIds)

        The resource IDs of the issue.

        Parameters:
        resourceIds - The resource IDs of the issue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIds

        AddonIssue.Builder resourceIds​(String... resourceIds)

        The resource IDs of the issue.

        Parameters:
        resourceIds - The resource IDs of the issue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.