InlineEventProperties Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. InlineEventProperties
- com.
Implements
public final class InlineEventProperties
implements JsonSerializable<InlineEventProperties>
Additional information about every inline event.
Constructor Summary
| Constructor | Description |
|---|---|
| InlineEventProperties() |
Creates an instance of Inline |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
dataSchemaUrl()
Get the data |
| String |
description()
Get the description property: The description for the inline event. |
| String |
displayName()
Get the display |
| String |
documentationUrl()
Get the documentation |
|
static
Inline |
fromJson(JsonReader jsonReader)
Reads an instance of Inline |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Inline |
withDataSchemaUrl(String dataSchemaUrl)
Set the data |
|
Inline |
withDescription(String description)
Set the description property: The description for the inline event. |
|
Inline |
withDisplayName(String displayName)
Set the display |
|
Inline |
withDocumentationUrl(String documentationUrl)
Set the documentation |
Methods inherited from java.lang.Object
Constructor Details
InlineEventProperties
public InlineEventProperties()
Creates an instance of InlineEventProperties class.
Method Details
dataSchemaUrl
public String dataSchemaUrl()
Get the dataSchemaUrl property: The dataSchemaUrl for the inline event.
Returns:
description
public String description()
Get the description property: The description for the inline event.
Returns:
displayName
public String displayName()
Get the displayName property: The displayName for the inline event.
Returns:
documentationUrl
public String documentationUrl()
Get the documentationUrl property: The documentationUrl for the inline event.
Returns:
fromJson
public static InlineEventProperties fromJson(JsonReader jsonReader)
Reads an instance of InlineEventProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withDataSchemaUrl
public InlineEventProperties withDataSchemaUrl(String dataSchemaUrl)
Set the dataSchemaUrl property: The dataSchemaUrl for the inline event.
Parameters:
Returns:
withDescription
public InlineEventProperties withDescription(String description)
Set the description property: The description for the inline event.
Parameters:
Returns:
withDisplayName
public InlineEventProperties withDisplayName(String displayName)
Set the displayName property: The displayName for the inline event.
Parameters:
Returns:
withDocumentationUrl
public InlineEventProperties withDocumentationUrl(String documentationUrl)
Set the documentationUrl property: The documentationUrl for the inline event.
Parameters:
Returns: