public class AppConfigurationKeyValueDeletedEventData extends Object
| Constructor and Description |
|---|
AppConfigurationKeyValueDeletedEventData() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag representing the key-value that was deleted.
|
String |
key()
Get the key used to identify the key-value that was deleted.
|
String |
label()
Get the label, if any, used to identify the key-value that was deleted.
|
AppConfigurationKeyValueDeletedEventData |
withEtag(String etag)
Set the etag representing the key-value that was deleted.
|
AppConfigurationKeyValueDeletedEventData |
withKey(String key)
Set the key used to identify the key-value that was deleted.
|
AppConfigurationKeyValueDeletedEventData |
withLabel(String label)
Set the label, if any, used to identify the key-value that was deleted.
|
public AppConfigurationKeyValueDeletedEventData()
public String key()
public AppConfigurationKeyValueDeletedEventData withKey(String key)
key - the key value to setpublic String label()
public AppConfigurationKeyValueDeletedEventData withLabel(String label)
label - the label value to setpublic String etag()
public AppConfigurationKeyValueDeletedEventData withEtag(String etag)
etag - the etag value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/