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.
|
LogStreamSchema |
SchemaApi.getLogStreamSchema(LogStreamType logStreamType,
Map<String,String> additionalHeaders)
Retrieve the Log Stream Schema for the schema type
Retrieves the schema for a Log Stream type.
|
Modifier and Type | Method and Description |
---|---|
List<LogStreamSchema> |
SchemaApi.listLogStreamSchemas()
List the Log Stream Schemas
Lists the schema for all log stream types visible for this org
|
List<LogStreamSchema> |
SchemaApi.listLogStreamSchemas(Map<String,String> additionalHeaders)
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(String requiredItem) |
LogStreamSchema |
LogStreamSchema.errorMessage(Object errorMessage) |
LogStreamSchema |
LogStreamSchema.links(LinksSelf links) |
LogStreamSchema |
LogStreamSchema.properties(Object properties) |
LogStreamSchema |
LogStreamSchema.required(List<String> required) |
LogStreamSchema |
LogStreamSchema.title(String title) |
Copyright © 2017–2023 Okta. All rights reserved.