Class VerifiedPartnerInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.eventgrid.fluent.models.VerifiedPartnerInner

public final class VerifiedPartnerInner extends com.azure.core.management.ProxyResource
Verified partner information.
  • Constructor Details

    • VerifiedPartnerInner

      public VerifiedPartnerInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system metadata relating to Verified Partner resource.
      Returns:
      the systemData value.
    • partnerRegistrationImmutableId

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

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

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

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

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

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

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

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

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

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

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