Class AppConfigurationSnapshotModifiedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AppConfigurationSnapshotEventData
com.azure.messaging.eventgrid.systemevents.AppConfigurationSnapshotModifiedEventData
public final class AppConfigurationSnapshotModifiedEventData
extends AppConfigurationSnapshotEventData
Schema of the Data property of an EventGridEvent for a Microsoft.AppConfiguration.SnapshotModified event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AppConfigurationSnapshotModifiedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionSet the etag property: The etag representing the new state of the snapshot.Set the name property: The name of the snapshot.setSyncToken(String syncToken) Set the syncToken property: The sync token representing the server state after the event.Methods inherited from class com.azure.messaging.eventgrid.systemevents.AppConfigurationSnapshotEventData
getEtag, getName, getSyncToken
-
Constructor Details
-
AppConfigurationSnapshotModifiedEventData
public AppConfigurationSnapshotModifiedEventData()Creates an instance of AppConfigurationSnapshotModifiedEventData class.
-
-
Method Details
-
setName
Set the name property: The name of the snapshot.- Overrides:
setNamein classAppConfigurationSnapshotEventData- Parameters:
name- the name value to set.- Returns:
- the AppConfigurationSnapshotEventData object itself.
-
setEtag
Set the etag property: The etag representing the new state of the snapshot.- Overrides:
setEtagin classAppConfigurationSnapshotEventData- Parameters:
etag- the etag value to set.- Returns:
- the AppConfigurationSnapshotEventData object itself.
-
setSyncToken
Set the syncToken property: The sync token representing the server state after the event.- Overrides:
setSyncTokenin classAppConfigurationSnapshotEventData- Parameters:
syncToken- the syncToken value to set.- Returns:
- the AppConfigurationSnapshotEventData object itself.
-