public static interface VeevaConnectorProfileCredentials.Builder extends SdkPojo, CopyableBuilder<VeevaConnectorProfileCredentials.Builder,VeevaConnectorProfileCredentials>
| Modifier and Type | Method and Description |
|---|---|
VeevaConnectorProfileCredentials.Builder |
password(String password)
The password that corresponds to the user name.
|
VeevaConnectorProfileCredentials.Builder |
username(String username)
The name of the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVeevaConnectorProfileCredentials.Builder username(String username)
The name of the user.
username - The name of the user.VeevaConnectorProfileCredentials.Builder password(String password)
The password that corresponds to the user name.
password - The password that corresponds to the user name.Copyright © 2023. All rights reserved.