Package | Description |
---|---|
io.sphere.sdk.extensions |
Modifier and Type | Method and Description |
---|---|
HttpDestinationBuilder |
HttpDestinationBuilder.authentication(HttpDestinationAuthentication authentication)
Sets the
authentication property of this builder. |
static HttpDestinationBuilder |
HttpDestinationBuilder.of(HttpDestination template)
Creates a new object initialized with the fields of the template parameter.
|
static HttpDestinationBuilder |
HttpDestinationBuilder.of(String url,
HttpDestinationAuthentication authentication)
Creates a new object initialized with the given values.
|
HttpDestinationBuilder |
HttpDestinationBuilder.url(String url)
Sets the
url property of this builder. |