public class CustomerSegmentationListWsDTO extends Object implements Serializable
| Constructor and Description |
|---|
CustomerSegmentationListWsDTO() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomerSegmentationData> |
getCustomerSegmentations() |
PaginationWsDTO |
getPagination() |
void |
setCustomerSegmentations(List<CustomerSegmentationData> customerSegmentations) |
void |
setPagination(PaginationWsDTO pagination) |
public void setPagination(PaginationWsDTO pagination)
public PaginationWsDTO getPagination()
public void setCustomerSegmentations(List<CustomerSegmentationData> customerSegmentations)
public List<CustomerSegmentationData> getCustomerSegmentations()
Copyright © 2017 SAP SE. All Rights Reserved.