Interface PartnerRegistration.DefinitionStages.WithPartnerRegistrationImmutableId

All Known Subinterfaces:
PartnerRegistration.Definition, PartnerRegistration.DefinitionStages.WithCreate
Enclosing interface:
PartnerRegistration.DefinitionStages

public static interface PartnerRegistration.DefinitionStages.WithPartnerRegistrationImmutableId
The stage of the PartnerRegistration definition allowing to specify partnerRegistrationImmutableId.
  • Method Details

    • withPartnerRegistrationImmutableId

      PartnerRegistration.DefinitionStages.WithCreate withPartnerRegistrationImmutableId(UUID partnerRegistrationImmutableId)
      Specifies the partnerRegistrationImmutableId property: The immutableId of the corresponding partner registration. Note: This property is marked for deprecation and is not supported in any future GA API version.
      Parameters:
      partnerRegistrationImmutableId - The immutableId of the corresponding partner registration. Note: This property is marked for deprecation and is not supported in any future GA API version.
      Returns:
      the next definition stage.