EventTypeProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.eventgrid.fluent.models.EventTypeProperties

public final class EventTypeProperties

Properties of the event type.

Constructor Summary

Constructor Description
EventTypeProperties()

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: Description of the event type.

String displayName()

Get the displayName property: Display name of the event type.

Boolean isInDefaultSet()

Get the isInDefaultSet property: IsInDefaultSet flag of the event type.

String schemaUrl()

Get the schemaUrl property: Url of the schema for this event type.

void validate()

Validates the instance.

EventTypeProperties withDescription(String description)

Set the description property: Description of the event type.

EventTypeProperties withDisplayName(String displayName)

Set the displayName property: Display name of the event type.

EventTypeProperties withIsInDefaultSet(Boolean isInDefaultSet)

Set the isInDefaultSet property: IsInDefaultSet flag of the event type.

EventTypeProperties withSchemaUrl(String schemaUrl)

Set the schemaUrl property: Url of the schema for this event type.

Methods inherited from java.lang.Object

Constructor Details

EventTypeProperties

public EventTypeProperties()

Method Details

description

public String description()

Get the description property: Description of the event type.

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: Display name of the event type.

Returns:

the displayName value.

isInDefaultSet

public Boolean isInDefaultSet()

Get the isInDefaultSet property: IsInDefaultSet flag of the event type.

Returns:

the isInDefaultSet value.

schemaUrl

public String schemaUrl()

Get the schemaUrl property: Url of the schema for this event type.

Returns:

the schemaUrl value.

validate

public void validate()

Validates the instance.

withDescription

public EventTypeProperties withDescription(String description)

Set the description property: Description of the event type.

Parameters:

description - the description value to set.

Returns:

the EventTypeProperties object itself.

withDisplayName

public EventTypeProperties withDisplayName(String displayName)

Set the displayName property: Display name of the event type.

Parameters:

displayName - the displayName value to set.

Returns:

the EventTypeProperties object itself.

withIsInDefaultSet

public EventTypeProperties withIsInDefaultSet(Boolean isInDefaultSet)

Set the isInDefaultSet property: IsInDefaultSet flag of the event type.

Parameters:

isInDefaultSet - the isInDefaultSet value to set.

Returns:

the EventTypeProperties object itself.

withSchemaUrl

public EventTypeProperties withSchemaUrl(String schemaUrl)

Set the schemaUrl property: Url of the schema for this event type.

Parameters:

schemaUrl - the schemaUrl value to set.

Returns:

the EventTypeProperties object itself.

Applies to

Azure SDK for Java

Latest