Class InlineEventProperties

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

public final class InlineEventProperties extends Object
Additional information about every inline event.
  • Constructor Details

    • InlineEventProperties

      public InlineEventProperties()
  • Method Details

    • description

      public String description()
      Get the description property: The description for the inline event.
      Returns:
      the description value.
    • withDescription

      public InlineEventProperties withDescription(String description)
      Set the description property: The description for the inline event.
      Parameters:
      description - the description value to set.
      Returns:
      the InlineEventProperties object itself.
    • displayName

      public String displayName()
      Get the displayName property: The displayName for the inline event.
      Returns:
      the displayName value.
    • withDisplayName

      public InlineEventProperties withDisplayName(String displayName)
      Set the displayName property: The displayName for the inline event.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the InlineEventProperties object itself.
    • documentationUrl

      public String documentationUrl()
      Get the documentationUrl property: The documentationUrl for the inline event.
      Returns:
      the documentationUrl value.
    • withDocumentationUrl

      public InlineEventProperties withDocumentationUrl(String documentationUrl)
      Set the documentationUrl property: The documentationUrl for the inline event.
      Parameters:
      documentationUrl - the documentationUrl value to set.
      Returns:
      the InlineEventProperties object itself.
    • dataSchemaUrl

      public String dataSchemaUrl()
      Get the dataSchemaUrl property: The dataSchemaUrl for the inline event.
      Returns:
      the dataSchemaUrl value.
    • withDataSchemaUrl

      public InlineEventProperties withDataSchemaUrl(String dataSchemaUrl)
      Set the dataSchemaUrl property: The dataSchemaUrl for the inline event.
      Parameters:
      dataSchemaUrl - the dataSchemaUrl value to set.
      Returns:
      the InlineEventProperties object itself.
    • validate

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