public static interface SAPODataConnectorProfileCredentials.Builder extends SdkPojo, CopyableBuilder<SAPODataConnectorProfileCredentials.Builder,SAPODataConnectorProfileCredentials>
| Modifier and Type | Method and Description |
|---|---|
SAPODataConnectorProfileCredentials.Builder |
basicAuthCredentials(BasicAuthCredentials basicAuthCredentials)
The SAPOData basic authentication credentials.
|
default SAPODataConnectorProfileCredentials.Builder |
basicAuthCredentials(Consumer<BasicAuthCredentials.Builder> basicAuthCredentials)
The SAPOData basic authentication credentials.
|
default SAPODataConnectorProfileCredentials.Builder |
oAuthCredentials(Consumer<OAuthCredentials.Builder> oAuthCredentials)
The SAPOData OAuth type authentication credentials.
|
SAPODataConnectorProfileCredentials.Builder |
oAuthCredentials(OAuthCredentials oAuthCredentials)
The SAPOData OAuth type authentication credentials.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSAPODataConnectorProfileCredentials.Builder basicAuthCredentials(BasicAuthCredentials basicAuthCredentials)
The SAPOData basic authentication credentials.
basicAuthCredentials - The SAPOData basic authentication credentials.default SAPODataConnectorProfileCredentials.Builder basicAuthCredentials(Consumer<BasicAuthCredentials.Builder> basicAuthCredentials)
The SAPOData basic authentication credentials.
This is a convenience method that creates an instance of theBasicAuthCredentials.Builder avoiding
the need to create one manually via BasicAuthCredentials.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to basicAuthCredentials(BasicAuthCredentials).
basicAuthCredentials - a consumer that will call methods on BasicAuthCredentials.BuilderbasicAuthCredentials(BasicAuthCredentials)SAPODataConnectorProfileCredentials.Builder oAuthCredentials(OAuthCredentials oAuthCredentials)
The SAPOData OAuth type authentication credentials.
oAuthCredentials - The SAPOData OAuth type authentication credentials.default SAPODataConnectorProfileCredentials.Builder oAuthCredentials(Consumer<OAuthCredentials.Builder> oAuthCredentials)
The SAPOData OAuth type authentication credentials.
This is a convenience method that creates an instance of theOAuthCredentials.Builder avoiding the
need to create one manually via OAuthCredentials.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to oAuthCredentials(OAuthCredentials).
oAuthCredentials - a consumer that will call methods on OAuthCredentials.BuilderoAuthCredentials(OAuthCredentials)Copyright © 2023. All rights reserved.