Uses of Class
ai.vectros.types.SchemaRequest
Packages that use SchemaRequest
Package
Description
-
Uses of SchemaRequest in ai.vectros.resources.schemas
Methods in ai.vectros.resources.schemas with parameters of type SchemaRequestModifier and TypeMethodDescriptionAsyncRawSchemasClient.createSchema(SchemaRequest body) Defines a new record type with optional field definitions, validation rules, and lookup indexes.AsyncRawSchemasClient.createSchema(SchemaRequest body, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.AsyncSchemasClient.createSchema(SchemaRequest body) Defines a new record type with optional field definitions, validation rules, and lookup indexes.AsyncSchemasClient.createSchema(SchemaRequest body, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.RawSchemasClient.createSchema(SchemaRequest body) Defines a new record type with optional field definitions, validation rules, and lookup indexes.RawSchemasClient.createSchema(SchemaRequest body, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.SchemasClient.createSchema(SchemaRequest body) Defines a new record type with optional field definitions, validation rules, and lookup indexes.SchemasClient.createSchema(SchemaRequest body, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes. -
Uses of SchemaRequest in ai.vectros.resources.schemas.requests
Methods in ai.vectros.resources.schemas.requests that return SchemaRequestMethods in ai.vectros.resources.schemas.requests with parameters of type SchemaRequestModifier and TypeMethodDescriptionCreateSchemaRequest.BodyStage.body(@NotNull SchemaRequest body) CreateSchemaRequest.Builder.body(@NotNull SchemaRequest body) UpdateSchemaRequest.BodyStage.body(@NotNull SchemaRequest body) UpdateSchemaRequest.Builder.body(@NotNull SchemaRequest body) -
Uses of SchemaRequest in ai.vectros.types
Methods in ai.vectros.types that return SchemaRequestModifier and TypeMethodDescriptionSchemaRequest._FinalStage.build()SchemaRequest.Builder.build()Methods in ai.vectros.types with parameters of type SchemaRequestModifier and TypeMethodDescriptionSchemaRequest.Builder.from(SchemaRequest other) SchemaRequest.TypeNameStage.from(SchemaRequest other)