次の方法で共有


PartnerDestination.DefinitionStages.WithEndpointBaseUrl Interface

public static interface PartnerDestination.DefinitionStages.WithEndpointBaseUrl

The stage of the PartnerDestination definition allowing to specify endpointBaseUrl.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEndpointBaseUrl(String endpointBaseUrl)

Specifies the endpointBaseUrl property: Endpoint Base URL of the partner destination.

Method Details

withEndpointBaseUrl

public abstract PartnerDestination.DefinitionStages.WithCreate withEndpointBaseUrl(String endpointBaseUrl)

Specifies the endpointBaseUrl property: Endpoint Base URL of the partner destination.

Parameters:

endpointBaseUrl - Endpoint Base URL of the partner destination.

Returns:

the next definition stage.

Applies to