public static class ServiceModel.PostExtendedAttribute 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 |
|---|
PostExtendedAttribute() |
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.PostExtendedAttribute setId(String value)
public String getCustomId()
public ServiceModel.PostExtendedAttribute setCustomId(String value)
public String getDescription()
public ServiceModel.PostExtendedAttribute setDescription(String value)
public ServiceModel.DataType getDataType()
public ServiceModel.PostExtendedAttribute setDataType(ServiceModel.DataType value)
public ServiceModel.AppliesToType getAppliesToType()
public ServiceModel.PostExtendedAttribute setAppliesToType(ServiceModel.AppliesToType value)
public String getDefaultValue()
public ServiceModel.PostExtendedAttribute setDefaultValue(String value)
public List<ServiceModel.ExtendedAttributeListItem> getDropDownListItems()
public ServiceModel.PostExtendedAttribute setDropDownListItems(List<ServiceModel.ExtendedAttributeListItem> value)
public Boolean getMandatory()
public ServiceModel.PostExtendedAttribute setMandatory(Boolean value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PostExtendedAttribute setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.ExtendedAttributeDefinition>Copyright © 2022. All rights reserved.