Interface ResourceErrorsDetails.Builder

    • Method Detail

      • hasMoreErrors

        ResourceErrorsDetails.Builder hasMoreErrors​(Boolean hasMoreErrors)

        This indicates if there are more errors not listed in the resourceErrors list.

        Parameters:
        hasMoreErrors - This indicates if there are more errors not listed in the resourceErrors list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceErrors

        ResourceErrorsDetails.Builder resourceErrors​(Collection<ResourceError> resourceErrors)

        A list of errors retrieving an application's resources.

        Parameters:
        resourceErrors - A list of errors retrieving an application's resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceErrors

        ResourceErrorsDetails.Builder resourceErrors​(ResourceError... resourceErrors)

        A list of errors retrieving an application's resources.

        Parameters:
        resourceErrors - A list of errors retrieving an application's resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.