public static class Provisioning.PutFixedDropDownListItem extends Object implements net.servicestack.client.IReturn<Provisioning.FixedDropDownListItem>
| Modifier and Type | Field and Description |
|---|---|
String |
DisplayName
The that will be shown for the item in drop-down lists
|
String |
DropDownListId
Id of the fixed drop-down list
|
String |
Id
Id of the drop-down list item to update
|
| Constructor and Description |
|---|
PutFixedDropDownListItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getDropDownListId() |
String |
getId() |
Object |
getResponseType() |
Provisioning.PutFixedDropDownListItem |
setDisplayName(String value) |
Provisioning.PutFixedDropDownListItem |
setDropDownListId(String value) |
Provisioning.PutFixedDropDownListItem |
setId(String value) |
public String DropDownListId
public String Id
public String DisplayName
public String getDropDownListId()
public Provisioning.PutFixedDropDownListItem setDropDownListId(String value)
public String getId()
public Provisioning.PutFixedDropDownListItem setId(String value)
public String getDisplayName()
public Provisioning.PutFixedDropDownListItem setDisplayName(String value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<Provisioning.FixedDropDownListItem>Copyright © 2022. All rights reserved.