public static class ServiceModel.PostCollectionMethod extends Object implements net.servicestack.client.IReturn<ServiceModel.CollectionMethod>
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AuditAttributes |
AuditAttributes |
String |
CustomId |
String |
Id |
String |
IdentifierOrganization |
String |
Name |
| Constructor and Description |
|---|
PostCollectionMethod() |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel.AuditAttributes |
getAuditAttributes() |
String |
getCustomId() |
String |
getId() |
String |
getIdentifierOrganization() |
String |
getName() |
Object |
getResponseType() |
ServiceModel.PostCollectionMethod |
setAuditAttributes(ServiceModel.AuditAttributes value) |
ServiceModel.PostCollectionMethod |
setCustomId(String value) |
ServiceModel.PostCollectionMethod |
setId(String value) |
ServiceModel.PostCollectionMethod |
setIdentifierOrganization(String value) |
ServiceModel.PostCollectionMethod |
setName(String value) |
public String Id
public String CustomId
public String IdentifierOrganization
public String Name
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.PostCollectionMethod setId(String value)
public String getCustomId()
public ServiceModel.PostCollectionMethod setCustomId(String value)
public String getIdentifierOrganization()
public ServiceModel.PostCollectionMethod setIdentifierOrganization(String value)
public String getName()
public ServiceModel.PostCollectionMethod setName(String value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PostCollectionMethod setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.CollectionMethod>Copyright © 2022. All rights reserved.