UpdateConnectionOAuthRequestParameters.Builder |
UpdateConnectionOAuthRequestParameters.Builder.authorizationEndpoint(String authorizationEndpoint) |
The URL to the authorization endpoint when OAuth is specified as the authorization type.
|
static UpdateConnectionOAuthRequestParameters.Builder |
UpdateConnectionOAuthRequestParameters.builder() |
|
default UpdateConnectionOAuthRequestParameters.Builder |
UpdateConnectionOAuthRequestParameters.Builder.clientParameters(Consumer<UpdateConnectionOAuthClientRequestParameters.Builder> clientParameters) |
A UpdateConnectionOAuthClientRequestParameters object that contains the client parameters to use
for the connection when OAuth is specified as the authorization type.
|
UpdateConnectionOAuthRequestParameters.Builder |
UpdateConnectionOAuthRequestParameters.Builder.clientParameters(UpdateConnectionOAuthClientRequestParameters clientParameters) |
A UpdateConnectionOAuthClientRequestParameters object that contains the client parameters to use
for the connection when OAuth is specified as the authorization type.
|
UpdateConnectionOAuthRequestParameters.Builder |
UpdateConnectionOAuthRequestParameters.Builder.httpMethod(String httpMethod) |
The method used to connect to the HTTP endpoint.
|
UpdateConnectionOAuthRequestParameters.Builder |
UpdateConnectionOAuthRequestParameters.Builder.httpMethod(ConnectionOAuthHttpMethod httpMethod) |
The method used to connect to the HTTP endpoint.
|
default UpdateConnectionOAuthRequestParameters.Builder |
UpdateConnectionOAuthRequestParameters.Builder.oAuthHttpParameters(Consumer<ConnectionHttpParameters.Builder> oAuthHttpParameters) |
The additional HTTP parameters used for the OAuth authorization request.
|
UpdateConnectionOAuthRequestParameters.Builder |
UpdateConnectionOAuthRequestParameters.Builder.oAuthHttpParameters(ConnectionHttpParameters oAuthHttpParameters) |
The additional HTTP parameters used for the OAuth authorization request.
|
UpdateConnectionOAuthRequestParameters.Builder |
UpdateConnectionOAuthRequestParameters.toBuilder() |
|