Uses of Enum
com.okta.sdk.resource.model.LogStreamType
Packages that use LogStreamType
-
Uses of LogStreamType in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type LogStreamTypeModifier and TypeMethodDescriptionSchemaApi.getLogStreamSchema(LogStreamType logStreamType) Retrieve the Log Stream Schema for the schema type Retrieves the Schema for a Log Stream type.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. -
Uses of LogStreamType in com.okta.sdk.resource.model
Fields in com.okta.sdk.resource.model declared as LogStreamTypeModifier and TypeFieldDescriptionprotected LogStreamTypeLogStream.typeprotected LogStreamTypeLogStreamPutSchema.typeMethods in com.okta.sdk.resource.model that return LogStreamTypeModifier and TypeMethodDescriptionstatic LogStreamTypeLogStream.getType()Get typeLogStreamPutSchema.getType()Get typestatic LogStreamTypeReturns the enum constant of this type with the specified name.static LogStreamType[]LogStreamType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type LogStreamTypeModifier and TypeMethodDescriptionvoidLogStream.setType(LogStreamType type) voidLogStreamPutSchema.setType(LogStreamType type) LogStream.type(LogStreamType type) LogStreamPutSchema.type(LogStreamType type)