Interface ImportDocumentationPartsResponse.Builder

    • Method Detail

      • ids

        ImportDocumentationPartsResponse.Builder ids​(Collection<String> ids)

        A list of the returned documentation part identifiers.

        Parameters:
        ids - A list of the returned documentation part identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ids

        ImportDocumentationPartsResponse.Builder ids​(String... ids)

        A list of the returned documentation part identifiers.

        Parameters:
        ids - A list of the returned documentation part identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warnings

        ImportDocumentationPartsResponse.Builder warnings​(Collection<String> warnings)

        A list of warning messages reported during import of documentation parts.

        Parameters:
        warnings - A list of warning messages reported during import of documentation parts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warnings

        ImportDocumentationPartsResponse.Builder warnings​(String... warnings)

        A list of warning messages reported during import of documentation parts.

        Parameters:
        warnings - A list of warning messages reported during import of documentation parts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.