Class PartnerDetails

java.lang.Object
com.azure.resourcemanager.eventgrid.models.PartnerDetails

public final class PartnerDetails extends Object
Information about the partner.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the description property: This is short description about the partner.
    Get the longDescription property: Long description for the partner's scenarios and integration.Length of this description should not exceed 2048 characters.
    Get the setupUri property: URI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.
    void
    Validates the instance.
    withDescription(String description)
    Set the description property: This is short description about the partner.
    withLongDescription(String longDescription)
    Set the longDescription property: Long description for the partner's scenarios and integration.Length of this description should not exceed 2048 characters.
    withSetupUri(String setupUri)
    Set the setupUri property: URI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PartnerDetails

      public PartnerDetails()
  • Method Details

    • description

      public String description()
      Get the description property: This is short description about the partner. The length of this description should not exceed 256 characters.
      Returns:
      the description value.
    • withDescription

      public PartnerDetails withDescription(String description)
      Set the description property: This is short description about the partner. The length of this description should not exceed 256 characters.
      Parameters:
      description - the description value to set.
      Returns:
      the PartnerDetails object itself.
    • longDescription

      public String longDescription()
      Get the longDescription property: Long description for the partner's scenarios and integration.Length of this description should not exceed 2048 characters.
      Returns:
      the longDescription value.
    • withLongDescription

      public PartnerDetails withLongDescription(String longDescription)
      Set the longDescription property: Long description for the partner's scenarios and integration.Length of this description should not exceed 2048 characters.
      Parameters:
      longDescription - the longDescription value to set.
      Returns:
      the PartnerDetails object itself.
    • setupUri

      public String setupUri()
      Get the setupUri property: URI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.
      Returns:
      the setupUri value.
    • withSetupUri

      public PartnerDetails withSetupUri(String setupUri)
      Set the setupUri property: URI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.
      Parameters:
      setupUri - the setupUri value to set.
      Returns:
      the PartnerDetails object itself.
    • validate

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