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