Class AppConfigurationKeyValueDeletedEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.AppConfigurationKeyValueDeletedEventData

public final class AppConfigurationKeyValueDeletedEventData extends Object
Schema of the Data property of an EventGridEvent for a Microsoft.AppConfiguration.KeyValueDeleted event.
  • Constructor Details

    • AppConfigurationKeyValueDeletedEventData

      public AppConfigurationKeyValueDeletedEventData()
  • Method Details

    • getKey

      public String getKey()
      Get the key property: The key used to identify the key-value that was deleted.
      Returns:
      the key value.
    • setKey

      Set the key property: The key used to identify the key-value that was deleted.
      Parameters:
      key - the key value to set.
      Returns:
      the AppConfigurationKeyValueDeletedEventData object itself.
    • getLabel

      public String getLabel()
      Get the label property: The label, if any, used to identify the key-value that was deleted.
      Returns:
      the label value.
    • setLabel

      Set the label property: The label, if any, used to identify the key-value that was deleted.
      Parameters:
      label - the label value to set.
      Returns:
      the AppConfigurationKeyValueDeletedEventData object itself.
    • getEtag

      public String getEtag()
      Get the etag property: The etag representing the key-value that was deleted.
      Returns:
      the etag value.
    • setEtag

      Set the etag property: The etag representing the key-value that was deleted.
      Parameters:
      etag - the etag value to set.
      Returns:
      the AppConfigurationKeyValueDeletedEventData object itself.
    • getSyncToken

      public String getSyncToken()
      Get the syncToken property: The sync token representing the server state after the event.
      Returns:
      the syncToken value.
    • setSyncToken

      public AppConfigurationKeyValueDeletedEventData setSyncToken(String syncToken)
      Set the syncToken property: The sync token representing the server state after the event.
      Parameters:
      syncToken - the syncToken value to set.
      Returns:
      the AppConfigurationKeyValueDeletedEventData object itself.