Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
LogStreamSchema |
SchemaApi.getLogStreamSchema(LogStreamType logStreamType)
Retrieve the Log Stream Schema for the schema type
Retrieves the schema for a Log Stream type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LogStreamSchema> |
SchemaApi.listLogStreamSchemas()
List the Log Stream Schemas
Lists the schema for all log stream types visible for this org
|
Modifier and Type | Method and Description |
---|---|
LogStreamSchema |
LogStreamSchema.addRequiredItem(java.lang.String requiredItem) |
LogStreamSchema |
LogStreamSchema.errorMessage(java.lang.Object errorMessage) |
LogStreamSchema |
LogStreamSchema.properties(java.lang.Object properties) |
LogStreamSchema |
LogStreamSchema.required(java.util.List<java.lang.String> required) |
LogStreamSchema |
LogStreamSchema.title(java.lang.String title) |
Copyright © 2017-2022 Okta. All Rights Reserved.