Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.connectivity |
Modifier and Type | Method and Description |
---|---|
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.authenticationType(AuthenticationType authenticationType)
Sets the enum value for
AuthenticationType . |
static DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.builder(String uri)
Starts a builder to be used to create a
DefaultErpHttpDestination with some properties. |
static DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.builder(URI uri)
Starts a builder to be used to create a
DefaultErpHttpDestination with some properties. |
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.header(Header header)
Adds the given header to the list of headers added to every outgoing request for this destination.
|
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.header(String headerName,
String headerValue)
Adds a header given by the
headerName and headerValue to the list of headers added to every
outgoing request for this destination. |
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.keyStorePassword(String value)
Sets the password
KeyStore used by the DefaultErpHttpDestination to the given value. |
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.locale(Locale locale)
Sets the locale to be used by the destination currently build.
|
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.name(String name)
Sets the name of the
DefaultErpHttpDestination . |
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.network(ProxyType proxyType)
Sets the network (i.e.
|
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.password(String password)
Sets the password of the
DefaultErpHttpDestination . |
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.property(String key,
Object value)
Adds the given key-value pair to the destination to be created.
|
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.proxy(String proxyHost,
int proxyPort)
Sets the proxy host and proxy port of the
DefaultErpHttpDestination . |
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.proxy(URI proxyUri)
Sets the proxy URI of the
DefaultErpHttpDestination . |
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.sapClient(SapClient sapClient)
Sets the sap client to be used by the destination currently build.
|
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.tlsVersion(String value)
Sets the TLS version used by the
DefaultErpHttpDestination to the given value. |
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.trustAllCertificates()
Lets the
DefaultErpHttpDestination trust all server certificates. |
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.uri(URI uri)
Sets the proxy host and proxy port of the
DefaultErpHttpDestination . |
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.user(String user)
Sets the user name of the
DefaultErpHttpDestination . |
Copyright © 2019 SAP SE. All rights reserved.