Class VerifiedPartnerProperties

java.lang.Object
com.azure.resourcemanager.eventgrid.fluent.models.VerifiedPartnerProperties

public final class VerifiedPartnerProperties extends Object
Properties of the verified partner.
  • Constructor Details

    • VerifiedPartnerProperties

      public VerifiedPartnerProperties()
  • Method Details

    • partnerRegistrationImmutableId

      public UUID partnerRegistrationImmutableId()
      Get the partnerRegistrationImmutableId property: ImmutableId of the corresponding partner registration.
      Returns:
      the partnerRegistrationImmutableId value.
    • withPartnerRegistrationImmutableId

      public VerifiedPartnerProperties withPartnerRegistrationImmutableId(UUID partnerRegistrationImmutableId)
      Set the partnerRegistrationImmutableId property: ImmutableId of the corresponding partner registration.
      Parameters:
      partnerRegistrationImmutableId - the partnerRegistrationImmutableId value to set.
      Returns:
      the VerifiedPartnerProperties object itself.
    • organizationName

      public String organizationName()
      Get the organizationName property: Official name of the Partner.
      Returns:
      the organizationName value.
    • withOrganizationName

      public VerifiedPartnerProperties withOrganizationName(String organizationName)
      Set the organizationName property: Official name of the Partner.
      Parameters:
      organizationName - the organizationName value to set.
      Returns:
      the VerifiedPartnerProperties object itself.
    • partnerDisplayName

      public String partnerDisplayName()
      Get the partnerDisplayName property: Display name of the verified partner.
      Returns:
      the partnerDisplayName value.
    • withPartnerDisplayName

      public VerifiedPartnerProperties withPartnerDisplayName(String partnerDisplayName)
      Set the partnerDisplayName property: Display name of the verified partner.
      Parameters:
      partnerDisplayName - the partnerDisplayName value to set.
      Returns:
      the VerifiedPartnerProperties object itself.
    • partnerTopicDetails

      public PartnerDetails partnerTopicDetails()
      Get the partnerTopicDetails property: Details of the partner topic scenario.
      Returns:
      the partnerTopicDetails value.
    • withPartnerTopicDetails

      public VerifiedPartnerProperties withPartnerTopicDetails(PartnerDetails partnerTopicDetails)
      Set the partnerTopicDetails property: Details of the partner topic scenario.
      Parameters:
      partnerTopicDetails - the partnerTopicDetails value to set.
      Returns:
      the VerifiedPartnerProperties object itself.
    • provisioningState

      public VerifiedPartnerProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state of the verified partner.
      Returns:
      the provisioningState value.
    • withProvisioningState

      public VerifiedPartnerProperties withProvisioningState(VerifiedPartnerProvisioningState provisioningState)
      Set the provisioningState property: Provisioning state of the verified partner.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the VerifiedPartnerProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.