Uses of Class
org.openapitools.client.model.LogStreamSchema
Packages that use LogStreamSchema
-
Uses of LogStreamSchema in org.openapitools.client.api
Methods in org.openapitools.client.api that return LogStreamSchemaModifier and TypeMethodDescriptionSchemaApi.getLogStreamSchema
(LogStreamType logStreamType) Retrieve the Log Stream Schema for the schema type Retrieves the schema for a Log Stream type.Methods in org.openapitools.client.api that return types with arguments of type LogStreamSchemaModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LogStreamSchema>
SchemaApi.getLogStreamSchemaWithHttpInfo
(LogStreamType logStreamType) Retrieve the Log Stream Schema for the schema type Retrieves the schema for a Log Stream type.SchemaApi.listLogStreamSchemas()
List the Log Stream Schemas Lists the schema for all log stream types visible for this orgorg.springframework.http.ResponseEntity<List<LogStreamSchema>>
SchemaApi.listLogStreamSchemasWithHttpInfo()
List the Log Stream Schemas Lists the schema for all log stream types visible for this org -
Uses of LogStreamSchema in org.openapitools.client.model
Methods in org.openapitools.client.model that return LogStreamSchemaModifier and TypeMethodDescriptionLogStreamSchema.addRequiredItem
(String requiredItem) LogStreamSchema.errorMessage
(Object errorMessage) LogStreamSchema.properties
(Object properties)