public static interface ConnectClientAddIn.Builder extends SdkPojo, CopyableBuilder<ConnectClientAddIn.Builder,ConnectClientAddIn>
| Modifier and Type | Method and Description |
|---|---|
ConnectClientAddIn.Builder |
addInId(String addInId)
The client add-in identifier.
|
ConnectClientAddIn.Builder |
name(String name)
The name of the client add in.
|
ConnectClientAddIn.Builder |
resourceId(String resourceId)
The directory identifier for which the client add-in is configured.
|
ConnectClientAddIn.Builder |
url(String url)
The endpoint URL of the client add-in.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectClientAddIn.Builder addInId(String addInId)
The client add-in identifier.
addInId - The client add-in identifier.ConnectClientAddIn.Builder resourceId(String resourceId)
The directory identifier for which the client add-in is configured.
resourceId - The directory identifier for which the client add-in is configured.ConnectClientAddIn.Builder name(String name)
The name of the client add in.
name - The name of the client add in.ConnectClientAddIn.Builder url(String url)
The endpoint URL of the client add-in.
url - The endpoint URL of the client add-in.Copyright © 2023. All rights reserved.