Interface EventType


  • public interface EventType
    An immutable client-side representation of EventType.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String description()
      Gets the description property: Description of the event type.
      String displayName()
      Gets the displayName property: Display name of the event type.
      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      EventTypeInner innerModel()
      Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.EventTypeInner object.
      Boolean isInDefaultSet()
      Gets the isInDefaultSet property: IsInDefaultSet flag of the event type.
      String name()
      Gets the name property: The name of the resource.
      String schemaUrl()
      Gets the schemaUrl property: Url of the schema for this event type.
      String type()
      Gets the type property: The type of the resource.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • displayName

        String displayName()
        Gets the displayName property: Display name of the event type.
        Returns:
        the displayName value.
      • description

        String description()
        Gets the description property: Description of the event type.
        Returns:
        the description value.
      • schemaUrl

        String schemaUrl()
        Gets the schemaUrl property: Url of the schema for this event type.
        Returns:
        the schemaUrl value.
      • isInDefaultSet

        Boolean isInDefaultSet()
        Gets the isInDefaultSet property: IsInDefaultSet flag of the event type.
        Returns:
        the isInDefaultSet value.
      • innerModel

        EventTypeInner innerModel()
        Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.EventTypeInner object.
        Returns:
        the inner object.