public static class ServiceModel.PostSpreadsheetTemplate extends Object implements net.servicestack.client.IReturn<ServiceModel.SpreadsheetTemplate>
| Modifier and Type | Field and Description |
|---|---|
List<ServiceModel.DomainObjectAttachment> |
Attachments |
ServiceModel.AuditAttributes |
AuditAttributes |
String |
CustomId |
String |
Description |
String |
Id |
ServiceModel.SpreadsheetTemplateType |
Type |
| Constructor and Description |
|---|
PostSpreadsheetTemplate() |
public String Id
public String CustomId
public ServiceModel.SpreadsheetTemplateType Type
public String Description
public List<ServiceModel.DomainObjectAttachment> Attachments
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.PostSpreadsheetTemplate setId(String value)
public String getCustomId()
public ServiceModel.PostSpreadsheetTemplate setCustomId(String value)
public ServiceModel.SpreadsheetTemplateType getType()
public ServiceModel.PostSpreadsheetTemplate setType(ServiceModel.SpreadsheetTemplateType value)
public String getDescription()
public ServiceModel.PostSpreadsheetTemplate setDescription(String value)
public List<ServiceModel.DomainObjectAttachment> getAttachments()
public ServiceModel.PostSpreadsheetTemplate setAttachments(List<ServiceModel.DomainObjectAttachment> value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PostSpreadsheetTemplate setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.SpreadsheetTemplate>Copyright © 2022. All rights reserved.