public static class ServiceModel.PutAccessGroup 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 |
|---|
PutAccessGroup() |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel.AuditAttributes |
getAuditAttributes() |
Boolean |
getCanEditAllData() |
String |
getDescription() |
String |
getId() |
String |
getName() |
Object |
getResponseType() |
List<ServiceModel.SamplingLocationGroup> |
getSamplingLocationGroups() |
ServiceModel.PutAccessGroup |
setAuditAttributes(ServiceModel.AuditAttributes value) |
ServiceModel.PutAccessGroup |
setCanEditAllData(Boolean value) |
ServiceModel.PutAccessGroup |
setDescription(String value) |
ServiceModel.PutAccessGroup |
setId(String value) |
ServiceModel.PutAccessGroup |
setName(String value) |
ServiceModel.PutAccessGroup |
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.PutAccessGroup setId(String value)
public String getName()
public ServiceModel.PutAccessGroup setName(String value)
public String getDescription()
public ServiceModel.PutAccessGroup setDescription(String value)
public Boolean getCanEditAllData()
public ServiceModel.PutAccessGroup setCanEditAllData(Boolean value)
public List<ServiceModel.SamplingLocationGroup> getSamplingLocationGroups()
public ServiceModel.PutAccessGroup setSamplingLocationGroups(List<ServiceModel.SamplingLocationGroup> value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PutAccessGroup setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.AccessGroup>Copyright © 2022. All rights reserved.