public static class ServiceModel.PutSpreadsheetTemplate 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 |
|---|
PutSpreadsheetTemplate() |
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.PutSpreadsheetTemplate setId(String value)
public String getCustomId()
public ServiceModel.PutSpreadsheetTemplate setCustomId(String value)
public ServiceModel.SpreadsheetTemplateType getType()
public ServiceModel.PutSpreadsheetTemplate setType(ServiceModel.SpreadsheetTemplateType value)
public String getDescription()
public ServiceModel.PutSpreadsheetTemplate setDescription(String value)
public List<ServiceModel.DomainObjectAttachment> getAttachments()
public ServiceModel.PutSpreadsheetTemplate setAttachments(List<ServiceModel.DomainObjectAttachment> value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PutSpreadsheetTemplate setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.SpreadsheetTemplate>Copyright © 2022. All rights reserved.