| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary |
Implements a client library for integrating with IBM Information Governance Catalog through its REST API.
|
| Modifier and Type | Method and Description |
|---|---|
IGCVersionEnum |
IGCRestClient.getIgcVersion()
Retrieve the version of the IGC environment (static member VERSION_115 or VERSION_117).
|
static IGCVersionEnum |
IGCVersionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IGCVersionEnum[] |
IGCVersionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IGCVersionEnum.isEqualTo(IGCVersionEnum version)
Returns true iff this version is equal to the provided version
|
boolean |
IGCVersionEnum.isHigherThan(IGCVersionEnum version)
Returns true iff this version is a higher version than the provided version
|
boolean |
IGCVersionEnum.isLowerThan(IGCVersionEnum version)
Returns true iff this version is a lower version than the provided version
|
Copyright © 2018–2021 ODPi. All rights reserved.