Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.ComplexSchemaTypeProperties
-
Packages that use ComplexSchemaTypeProperties Package Description org.odpi.openmetadata.accessservices.datamanager.properties org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ComplexSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Subclasses of ComplexSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.properties Modifier and Type Class Description classAPIOperationPropertiesAPIOperationProperties is a class for an operation within an API specification.classAPIParameterListPropertiesAPIParameterListProperties is a class for representing the list of parameters for an API operation's header, request or response payload.classEventTypePropertiesEventTypeProperties is a class for representing the top-level element for an event's schema.classStructSchemaTypePropertiesStructSchemaTypeProperties is a class for representing a set of schema attributes - also known as a structure, struct, group or object in different programming languages.classTabularSchemaTypePropertiesTabularSchemaTypeProperties is a class for representing a tabular schema such as the structure of a CSV file.Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type ComplexSchemaTypeProperties Constructor Description ComplexSchemaTypeProperties(ComplexSchemaTypeProperties template)Copy/clone Constructor. -
Uses of ComplexSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of ComplexSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classAPIOperationRequestBodyAPIOperationRequestBody describes the properties of the API operation plus the optional identifiers for an owning software server capability.classAPIParameterListRequestBodyAPIParameterListRequestBody describes the properties of the API parameter list plus the optional identifiers for an owning software server capability.classEventTypeRequestBodyEventTypeRequestBody describes the properties of the event type plus the optional identifiers for an owning software server capability.classStructSchemaTypeRequestBodyStructSchemaTypeRequestBody describes the properties of the schema type plus the optional identifiers for an owning software server capability.
-