public static class ServiceModel.PostAccessGroup extends Object implements net.servicestack.client.IReturn<ServiceModel.AccessGroup>
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AuditAttributes |
AuditAttributes |
Boolean |
CanEditAllData |
String |
Description |
String |
Id |
String |
Name |
List<ServiceModel.SamplingLocationGroup> |
SamplingLocationGroups |
| Constructor and Description |
|---|
PostAccessGroup() |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel.AuditAttributes |
getAuditAttributes() |
Boolean |
getCanEditAllData() |
String |
getDescription() |
String |
getId() |
String |
getName() |
Object |
getResponseType() |
List<ServiceModel.SamplingLocationGroup> |
getSamplingLocationGroups() |
ServiceModel.PostAccessGroup |
setAuditAttributes(ServiceModel.AuditAttributes value) |
ServiceModel.PostAccessGroup |
setCanEditAllData(Boolean value) |
ServiceModel.PostAccessGroup |
setDescription(String value) |
ServiceModel.PostAccessGroup |
setId(String value) |
ServiceModel.PostAccessGroup |
setName(String value) |
ServiceModel.PostAccessGroup |
setSamplingLocationGroups(List<ServiceModel.SamplingLocationGroup> value) |
public String Id
public String Name
public String Description
public Boolean CanEditAllData
public List<ServiceModel.SamplingLocationGroup> SamplingLocationGroups
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.PostAccessGroup setId(String value)
public String getName()
public ServiceModel.PostAccessGroup setName(String value)
public String getDescription()
public ServiceModel.PostAccessGroup setDescription(String value)
public Boolean getCanEditAllData()
public ServiceModel.PostAccessGroup setCanEditAllData(Boolean value)
public List<ServiceModel.SamplingLocationGroup> getSamplingLocationGroups()
public ServiceModel.PostAccessGroup setSamplingLocationGroups(List<ServiceModel.SamplingLocationGroup> value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PostAccessGroup setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.AccessGroup>Copyright © 2022. All rights reserved.