Class ApiUtil


  • public class ApiUtil
    extends Object
    • Constructor Detail

      • ApiUtil

        public ApiUtil()
    • Method Detail

      • normalizeSchemaID

        public static String normalizeSchemaID​(String schemaName)
        Gets the unique ID for a schema with the provided name. The unique ID for a schema is defined as the client-provided name for the schema, after being transformed to lower-case. ibmcompat API clients are permitted use either the schema name or the schema ID in the endpoint path to refer to a schema.