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 request) Defines a new record type with optional field definitions, validation rules, and lookup indexes.AsyncRawSchemasClient.createSchema(SchemaRequest request, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.AsyncSchemasClient.createSchema(SchemaRequest request) Defines a new record type with optional field definitions, validation rules, and lookup indexes.AsyncSchemasClient.createSchema(SchemaRequest request, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.RawSchemasClient.createSchema(SchemaRequest request) Defines a new record type with optional field definitions, validation rules, and lookup indexes.RawSchemasClient.createSchema(SchemaRequest request, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.SchemasClient.createSchema(SchemaRequest request) Defines a new record type with optional field definitions, validation rules, and lookup indexes.SchemasClient.createSchema(SchemaRequest request, 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 TypeMethodDescriptionUpdateSchemaRequest.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)