public class DataRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataRequest.ColNames |
static class |
DataRequest.DownloadType |
static class |
DataRequest.EntityValues |
| Constructor and Description |
|---|
DataRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAttributeNames() |
DataRequest.ColNames |
getColNames() |
DataRequest.DownloadType |
getDownloadType() |
String |
getEntityName() |
DataRequest.EntityValues |
getEntityValues() |
QueryImpl<Entity> |
getQuery() |
void |
setAttributeNames(List<String> attributeNames) |
void |
setColNames(DataRequest.ColNames colNames) |
void |
setDownloadType(DataRequest.DownloadType downloadType) |
void |
setEntityName(String entityTypeId) |
void |
setEntityValues(DataRequest.EntityValues entityValues) |
void |
setQuery(QueryImpl<Entity> query) |
public String getEntityName()
public void setEntityName(String entityTypeId)
public DataRequest.ColNames getColNames()
public void setColNames(DataRequest.ColNames colNames)
public DataRequest.DownloadType getDownloadType()
public void setDownloadType(DataRequest.DownloadType downloadType)
public DataRequest.EntityValues getEntityValues()
public void setEntityValues(DataRequest.EntityValues entityValues)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.