public static class Provisioning.AppliedTag extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
Key
Key of the tag
|
String |
Name
DEPRECATED: renamed to Key
|
String |
UniqueId
UniqueId of the tag
|
String |
Value
Value of the applied tag, if the tag's ValueType is PickList
|
| Constructor and Description |
|---|
AppliedTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getName() |
String |
getUniqueId() |
String |
getValue() |
Provisioning.AppliedTag |
setKey(String value) |
Provisioning.AppliedTag |
setName(String value) |
Provisioning.AppliedTag |
setUniqueId(String value) |
Provisioning.AppliedTag |
setValue(String value) |
public String UniqueId
public String Name
public String Key
public String Value
public String getUniqueId()
public Provisioning.AppliedTag setUniqueId(String value)
public String getName()
public Provisioning.AppliedTag setName(String value)
public String getKey()
public Provisioning.AppliedTag setKey(String value)
public String getValue()
public Provisioning.AppliedTag setValue(String value)
Copyright © 2022. All rights reserved.