Uses of Class
org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc.OpenAPIIntegrationConnectorAuditCode
-
Packages that use OpenAPIIntegrationConnectorAuditCode Package Description org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc FFDC stands for First Failure Data Capture. -
-
Uses of OpenAPIIntegrationConnectorAuditCode in org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc
Methods in org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc that return OpenAPIIntegrationConnectorAuditCode Modifier and Type Method Description static OpenAPIIntegrationConnectorAuditCodeOpenAPIIntegrationConnectorAuditCode. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenAPIIntegrationConnectorAuditCode[]OpenAPIIntegrationConnectorAuditCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-