| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.common |
Defines data constructs representing general IGC object metadata.
|
| Modifier and Type | Method and Description |
|---|---|
static Identity.StringType |
Identity.StringType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Identity.StringType[] |
Identity.StringType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Identity |
Identity.getFromString(String identity,
IGCRestClient igcRestClient,
Identity.StringType stringType)
Builds an Identity based on an identity string (or null if unable to construct an Identity from the
string).
|
static Identity |
Identity.getFromString(String identity,
IGCRestClient igcRestClient,
Identity.StringType stringType,
boolean warnOnNotFound)
Builds an Identity based on an identity string (or null if unable to construct an Identity from the
string).
|
Copyright © 2018–2021 ODPi. All rights reserved.