Interface AddonIssue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AddonIssue.Builder,AddonIssue>, SdkBuilder<AddonIssue.Builder,AddonIssue>, SdkPojo
Enclosing class:
AddonIssue

public static interface AddonIssue.Builder extends SdkPojo, CopyableBuilder<AddonIssue.Builder,AddonIssue>
  • Method Details

    • 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:
    • 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:
    • 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.