Interface ConnectClientAddIn.Builder

    • Method Detail

      • addInId

        ConnectClientAddIn.Builder addInId​(String addInId)

        The client add-in identifier.

        Parameters:
        addInId - The client add-in identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceId

        ConnectClientAddIn.Builder resourceId​(String resourceId)

        The directory identifier for which the client add-in is configured.

        Parameters:
        resourceId - The directory identifier for which the client add-in is configured.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ConnectClientAddIn.Builder name​(String name)

        The name of the client add in.

        Parameters:
        name - The name of the client add in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        ConnectClientAddIn.Builder url​(String url)

        The endpoint URL of the client add-in.

        Parameters:
        url - The endpoint URL of the client add-in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.