public static class ServiceModel.GetExtendedAttributes extends Object implements net.servicestack.client.IReturn<ServiceModel.SearchResultExtendedAttributeDefinition>
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AppliesToType |
AppliesToType |
String |
CustomId |
List<String> |
Ids |
Integer |
Limit |
List<String> |
Search |
| Constructor and Description |
|---|
GetExtendedAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel.AppliesToType |
getAppliesToType() |
String |
getCustomId() |
List<String> |
getIds() |
Integer |
getLimit() |
Object |
getResponseType() |
List<String> |
getSearch() |
ServiceModel.GetExtendedAttributes |
setAppliesToType(ServiceModel.AppliesToType value) |
ServiceModel.GetExtendedAttributes |
setCustomId(String value) |
ServiceModel.GetExtendedAttributes |
setIds(List<String> value) |
ServiceModel.GetExtendedAttributes |
setLimit(Integer value) |
ServiceModel.GetExtendedAttributes |
setSearch(List<String> value) |
public ServiceModel.AppliesToType AppliesToType
public String CustomId
public Integer Limit
public ServiceModel.AppliesToType getAppliesToType()
public ServiceModel.GetExtendedAttributes setAppliesToType(ServiceModel.AppliesToType value)
public String getCustomId()
public ServiceModel.GetExtendedAttributes setCustomId(String value)
public ServiceModel.GetExtendedAttributes setIds(List<String> value)
public Integer getLimit()
public ServiceModel.GetExtendedAttributes setLimit(Integer value)
public ServiceModel.GetExtendedAttributes setSearch(List<String> value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.SearchResultExtendedAttributeDefinition>Copyright © 2022. All rights reserved.