PartnerDestination.DefinitionStages.WithPartnerRegistrationImmutableId Interface

public static interface PartnerDestination.DefinitionStages.WithPartnerRegistrationImmutableId

The stage of the PartnerDestination definition allowing to specify partnerRegistrationImmutableId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPartnerRegistrationImmutableId(UUID partnerRegistrationImmutableId)

Specifies the partnerRegistrationImmutableId property: The immutable Id of the corresponding partner registration..

Method Details

withPartnerRegistrationImmutableId

public abstract PartnerDestination.DefinitionStages.WithCreate withPartnerRegistrationImmutableId(UUID partnerRegistrationImmutableId)

Specifies the partnerRegistrationImmutableId property: The immutable Id of the corresponding partner registration..

Parameters:

partnerRegistrationImmutableId - The immutable Id of the corresponding partner registration.

Returns:

the next definition stage.

Applies to