public static class Provisioning.FixedDropDownListItem extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
DisplayName
Display name for the list item.
|
String |
DropDownListDisplayName
Display name for the list the item belongs to.
|
String |
DropDownListId
Key for the list the item belongs to.
|
String |
Id
Key for the list item.
|
| Constructor and Description |
|---|
FixedDropDownListItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getDropDownListDisplayName() |
String |
getDropDownListId() |
String |
getId() |
Provisioning.FixedDropDownListItem |
setDisplayName(String value) |
Provisioning.FixedDropDownListItem |
setDropDownListDisplayName(String value) |
Provisioning.FixedDropDownListItem |
setDropDownListId(String value) |
Provisioning.FixedDropDownListItem |
setId(String value) |
public String DropDownListId
public String DropDownListDisplayName
public String Id
public String DisplayName
public String getDropDownListId()
public Provisioning.FixedDropDownListItem setDropDownListId(String value)
public String getDropDownListDisplayName()
public Provisioning.FixedDropDownListItem setDropDownListDisplayName(String value)
public String getId()
public Provisioning.FixedDropDownListItem setId(String value)
public String getDisplayName()
public Provisioning.FixedDropDownListItem setDisplayName(String value)
Copyright © 2022. All rights reserved.