Interface EventType
-
public interface EventTypeAn immutable client-side representation of EventType.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdescription()Gets the description property: Description of the event type.StringdisplayName()Gets the displayName property: Display name of the event type.Stringid()Gets the id property: Fully qualified resource Id for the resource.EventTypeInnerinnerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.EventTypeInner object.BooleanisInDefaultSet()Gets the isInDefaultSet property: IsInDefaultSet flag of the event type.Stringname()Gets the name property: The name of the resource.StringschemaUrl()Gets the schemaUrl property: Url of the schema for this event type.Stringtype()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.
-
-