public class ExportListResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExportListResponse.StatusEnum
Gets or Sets status
|
| Constructor and Description |
|---|
ExportListResponse() |
public ExportListResponse status(ExportListResponse.StatusEnum status)
public ExportListResponse.StatusEnum getStatus()
public void setStatus(ExportListResponse.StatusEnum status)
public ExportListResponse type(String type)
public String getType()
public void setType(String type)
public ExportListResponse data(List<Export> data)
public ExportListResponse addDataItem(Export dataItem)
public ExportListResponse errorMessage(String errorMessage)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public ExportListResponse errors(List<ApiError> errors)
public ExportListResponse addErrorsItem(ApiError errorsItem)
public ExportListResponse total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
public ExportListResponse endCursor(String endCursor)
public String getEndCursor()
public void setEndCursor(String endCursor)
Copyright © 2019 LeanIX GmbH. All rights reserved.