Interface ConnectClientAddIn.Builder

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

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

    • 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

      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

      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.