| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected Filter |
FilterOperation.filter |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Filter> |
DataClass.filters |
protected ItemList<Filter> |
Instance.filters |
| Modifier and Type | Method and Description |
|---|---|
Filter |
FilterOperation.getFilter()
Retrieve the
filter property (displayed as 'Filter') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Filter> |
DataClass.getFilters()
Retrieve the
filters property (displayed as 'Filters') of the object. |
ItemList<Filter> |
Instance.getFilters()
Retrieve the
filters property (displayed as 'Filters') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterOperation.setFilter(Filter filter)
Set the
filter property (displayed as Filter) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataClass.setFilters(ItemList<Filter> filters)
Set the
filters property (displayed as Filters) of the object. |
void |
Instance.setFilters(ItemList<Filter> filters)
Set the
filters property (displayed as Filters) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.