public static class ServiceModel.PutExtendedAttribute extends Object implements net.servicestack.client.IReturn<ServiceModel.ExtendedAttributeDefinition>
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AppliesToType |
AppliesToType |
ServiceModel.AuditAttributes |
AuditAttributes |
String |
CustomId |
ServiceModel.DataType |
DataType |
String |
DefaultValue |
String |
Description |
List<ServiceModel.ExtendedAttributeListItem> |
DropDownListItems |
String |
Id |
Boolean |
Mandatory |
| Constructor and Description |
|---|
PutExtendedAttribute() |
public String Id
public String CustomId
public String Description
public ServiceModel.DataType DataType
public ServiceModel.AppliesToType AppliesToType
public String DefaultValue
public List<ServiceModel.ExtendedAttributeListItem> DropDownListItems
public Boolean Mandatory
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.PutExtendedAttribute setId(String value)
public String getCustomId()
public ServiceModel.PutExtendedAttribute setCustomId(String value)
public String getDescription()
public ServiceModel.PutExtendedAttribute setDescription(String value)
public ServiceModel.DataType getDataType()
public ServiceModel.PutExtendedAttribute setDataType(ServiceModel.DataType value)
public ServiceModel.AppliesToType getAppliesToType()
public ServiceModel.PutExtendedAttribute setAppliesToType(ServiceModel.AppliesToType value)
public String getDefaultValue()
public ServiceModel.PutExtendedAttribute setDefaultValue(String value)
public List<ServiceModel.ExtendedAttributeListItem> getDropDownListItems()
public ServiceModel.PutExtendedAttribute setDropDownListItems(List<ServiceModel.ExtendedAttributeListItem> value)
public Boolean getMandatory()
public ServiceModel.PutExtendedAttribute setMandatory(Boolean value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PutExtendedAttribute setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.ExtendedAttributeDefinition>Copyright © 2022. All rights reserved.