Interface PortalTypeEntry.Builder

    • Method Detail

      • portalTools

        PortalTypeEntry.Builder portalTools​(Collection<String> portalTools)

        The array of tools associated with the specified portal type. The possible values are ASSISTANT and DASHBOARD.

        Parameters:
        portalTools - The array of tools associated with the specified portal type. The possible values are ASSISTANT and DASHBOARD.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portalTools

        PortalTypeEntry.Builder portalTools​(String... portalTools)

        The array of tools associated with the specified portal type. The possible values are ASSISTANT and DASHBOARD.

        Parameters:
        portalTools - The array of tools associated with the specified portal type. The possible values are ASSISTANT and DASHBOARD.
        Returns:
        Returns a reference to this object so that method calls can be chained together.