Package com.okta.sdk.resource.model
Class LogStreamSchema
java.lang.Object
com.okta.sdk.resource.model.LogStreamSchema
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class LogStreamSchema
extends Object
implements Serializable
LogStreamSchema
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddoneOfItem
(UserSchemaAttributeEnum oneOfItem) addrequiredItem
(String requiredItem) boolean
errorMessage
(Object errorMessage) JSON Schema version identifierA collection of error messages for individual properties in the schema.getId()
URI of Log Stream SchemagetLinks()
Get linksgetOneOf()
Non-empty array of valid JSON schemas.org.openapitools.jackson.nullable.JsonNullable
<List<UserSchemaAttributeEnum>> For `string` Log Stream Schema property type, specifies the regular expression used to validate the propertyLog Stream Schema properties objectRequired properties for this Log Stream Schema objectgetTitle()
Name of the Log Streaming integrationgetType()
Type of Log Stream Schema propertyint
hashCode()
oneOf
(List<UserSchemaAttributeEnum> oneOf) properties
(Object properties) void
setErrorMessage
(Object errorMessage) void
void
setOneOf
(List<UserSchemaAttributeEnum> oneOf) void
setOneOf_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<List<UserSchemaAttributeEnum>> oneOf) void
setPattern
(String pattern) void
setProperties
(Object properties) void
setRequired
(List<String> required) void
toString()
-
Field Details
-
JSON_PROPERTY_$_SCHEMA
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_ONE_OF
- See Also:
-
JSON_PROPERTY_PATTERN
- See Also:
-
JSON_PROPERTY_PROPERTIES
- See Also:
-
JSON_PROPERTY_REQUIRED
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
LogStreamSchema
public LogStreamSchema()
-
-
Method Details
-
get$Schema
JSON Schema version identifier- Returns:
- $schema
-
errorMessage
-
getErrorMessage
A collection of error messages for individual properties in the schema. Okta implements a subset of [ajv-errors](https://github.com/ajv-validator/ajv-errors).- Returns:
- errorMessage
-
setErrorMessage
-
getId
URI of Log Stream Schema- Returns:
- id
-
oneOf
-
addoneOfItem
-
getOneOf
Non-empty array of valid JSON schemas. Okta only supports `oneOf` for specifying display names for an `enum`. Each schema has the following format: ``` { \"const\": \"enumValue\", \"title\": \"display name\" } ```json- Returns:
- oneOf
-
getOneOf_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<UserSchemaAttributeEnum>> getOneOf_JsonNullable() -
setOneOf_JsonNullable
public void setOneOf_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<UserSchemaAttributeEnum>> oneOf) -
setOneOf
-
pattern
-
getPattern
For `string` Log Stream Schema property type, specifies the regular expression used to validate the property- Returns:
- pattern
-
setPattern
-
properties
-
getProperties
Log Stream Schema properties object- Returns:
- properties
-
setProperties
-
required
-
addrequiredItem
-
getRequired
Required properties for this Log Stream Schema object- Returns:
- required
-
setRequired
-
title
-
getTitle
Name of the Log Streaming integration- Returns:
- title
-
setTitle
-
getType
Type of Log Stream Schema property- Returns:
- type
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-