Uses of Class
ai.vectros.types.SchemaResponse
Packages that use SchemaResponse
-
Uses of SchemaResponse in ai.vectros.resources.schemas
Methods in ai.vectros.resources.schemas that return SchemaResponseModifier and TypeMethodDescriptionSchemasClient.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.Retrieves a single record schema by its id.SchemasClient.getSchema(String id, RequestOptions requestOptions) Retrieves a single record schema by its id.SchemasClient.getSchema(String id, GetSchemaRequest request) Retrieves a single record schema by its id.SchemasClient.getSchema(String id, GetSchemaRequest request, RequestOptions requestOptions) Retrieves a single record schema by its id.SchemasClient.updateSchema(String id, UpdateSchemaRequest request) Updates a record schema.SchemasClient.updateSchema(String id, UpdateSchemaRequest request, RequestOptions requestOptions) Updates a record schema.Methods in ai.vectros.resources.schemas that return types with arguments of type SchemaResponseModifier 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.Retrieves a single record schema by its id.AsyncRawSchemasClient.getSchema(String id, RequestOptions requestOptions) Retrieves a single record schema by its id.AsyncRawSchemasClient.getSchema(String id, GetSchemaRequest request) Retrieves a single record schema by its id.AsyncRawSchemasClient.getSchema(String id, GetSchemaRequest request, RequestOptions requestOptions) Retrieves a single record schema by its id.Retrieves a single record schema by its id.AsyncSchemasClient.getSchema(String id, RequestOptions requestOptions) Retrieves a single record schema by its id.AsyncSchemasClient.getSchema(String id, GetSchemaRequest request) Retrieves a single record schema by its id.AsyncSchemasClient.getSchema(String id, GetSchemaRequest request, RequestOptions requestOptions) Retrieves a single record schema by its id.Retrieves a single record schema by its id.RawSchemasClient.getSchema(String id, RequestOptions requestOptions) Retrieves a single record schema by its id.RawSchemasClient.getSchema(String id, GetSchemaRequest request) Retrieves a single record schema by its id.RawSchemasClient.getSchema(String id, GetSchemaRequest request, RequestOptions requestOptions) Retrieves a single record schema by its id.AsyncRawSchemasClient.updateSchema(String id, UpdateSchemaRequest request) Updates a record schema.AsyncRawSchemasClient.updateSchema(String id, UpdateSchemaRequest request, RequestOptions requestOptions) Updates a record schema.AsyncSchemasClient.updateSchema(String id, UpdateSchemaRequest request) Updates a record schema.AsyncSchemasClient.updateSchema(String id, UpdateSchemaRequest request, RequestOptions requestOptions) Updates a record schema.RawSchemasClient.updateSchema(String id, UpdateSchemaRequest request) Updates a record schema.RawSchemasClient.updateSchema(String id, UpdateSchemaRequest request, RequestOptions requestOptions) Updates a record schema. -
Uses of SchemaResponse in ai.vectros.types
Methods in ai.vectros.types that return SchemaResponseMethods in ai.vectros.types that return types with arguments of type SchemaResponseMethods in ai.vectros.types with parameters of type SchemaResponseMethod parameters in ai.vectros.types with type arguments of type SchemaResponseModifier and TypeMethodDescriptionSchemaPage.Builder.data(List<SchemaResponse> data) SchemaPage.Builder.data(Optional<List<SchemaResponse>> data) The items on this page, in the endpoint's natural order.