public class BrAPIStudyTypesResponseResult extends Object implements BrAPIResponseResult<String>
| Constructor and Description |
|---|
BrAPIStudyTypesResponseResult() |
| Modifier and Type | Method and Description |
|---|---|
BrAPIStudyTypesResponseResult |
addDataItem(String dataItem) |
BrAPIStudyTypesResponseResult |
data(List<String> data) |
boolean |
equals(Object o) |
List<String> |
getData()
Get data
|
int |
hashCode() |
void |
setData(List<String> data) |
String |
toString() |
public BrAPIStudyTypesResponseResult data(List<String> data)
public BrAPIStudyTypesResponseResult addDataItem(String dataItem)
public List<String> getData()
getData in interface BrAPIResponseResult<String>public void setData(List<String> data)
setData in interface BrAPIResponseResult<String>Copyright © 2023. All rights reserved.