public static class ServiceModel.SearchResultLocationGroupType extends Object implements IPaginatedResponse<ServiceModel.LocationGroupType>
| Modifier and Type | Field and Description |
|---|---|
String |
Cursor |
List<ServiceModel.LocationGroupType> |
DomainObjects |
Integer |
TotalCount |
| Constructor and Description |
|---|
SearchResultLocationGroupType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCursor() |
List<ServiceModel.LocationGroupType> |
getDomainObjects() |
Integer |
getTotalCount() |
ServiceModel.SearchResultLocationGroupType |
setCursor(String value) |
ServiceModel.SearchResultLocationGroupType |
setDomainObjects(List<ServiceModel.LocationGroupType> value) |
ServiceModel.SearchResultLocationGroupType |
setTotalCount(Integer value) |
public Integer TotalCount
public String Cursor
public List<ServiceModel.LocationGroupType> DomainObjects
public Integer getTotalCount()
getTotalCount in interface IPaginatedResponse<ServiceModel.LocationGroupType>public ServiceModel.SearchResultLocationGroupType setTotalCount(Integer value)
public String getCursor()
getCursor in interface IPaginatedResponse<ServiceModel.LocationGroupType>public ServiceModel.SearchResultLocationGroupType setCursor(String value)
public List<ServiceModel.LocationGroupType> getDomainObjects()
getDomainObjects in interface IPaginatedResponse<ServiceModel.LocationGroupType>public ServiceModel.SearchResultLocationGroupType setDomainObjects(List<ServiceModel.LocationGroupType> value)
Copyright © 2022. All rights reserved.