Uses of Class
ai.vectros.types.SchemaRequestAllowedSurfacesItem
Packages that use SchemaRequestAllowedSurfacesItem
-
Uses of SchemaRequestAllowedSurfacesItem in ai.vectros.types
Fields in ai.vectros.types declared as SchemaRequestAllowedSurfacesItemModifier and TypeFieldDescriptionstatic final SchemaRequestAllowedSurfacesItemSchemaRequestAllowedSurfacesItem.CLIENTstatic final SchemaRequestAllowedSurfacesItemSchemaRequestAllowedSurfacesItem.DOCUMENTstatic final SchemaRequestAllowedSurfacesItemSchemaRequestAllowedSurfacesItem.ORGstatic final SchemaRequestAllowedSurfacesItemSchemaRequestAllowedSurfacesItem.RECORDstatic final SchemaRequestAllowedSurfacesItemSchemaRequestAllowedSurfacesItem.USERMethods in ai.vectros.types that return SchemaRequestAllowedSurfacesItemModifier and TypeMethodDescriptionMethods in ai.vectros.types that return types with arguments of type SchemaRequestAllowedSurfacesItemMethods in ai.vectros.types with parameters of type SchemaRequestAllowedSurfacesItemModifier and TypeMethodDescriptionSchemaRequest._FinalStage.addAllowedSurfaces(SchemaRequestAllowedSurfacesItem allowedSurfaces) SchemaRequest.Builder.addAllowedSurfaces(SchemaRequestAllowedSurfacesItem allowedSurfaces) Which typed surfaces may bind this schema by its id: record, document, user, org, or client.Method parameters in ai.vectros.types with type arguments of type SchemaRequestAllowedSurfacesItemModifier and TypeMethodDescriptionSchemaRequest._FinalStage.addAllAllowedSurfaces(List<SchemaRequestAllowedSurfacesItem> allowedSurfaces) SchemaRequest.Builder.addAllAllowedSurfaces(List<SchemaRequestAllowedSurfacesItem> allowedSurfaces) Which typed surfaces may bind this schema by its id: record, document, user, org, or client.SchemaRequest._FinalStage.allowedSurfaces(List<SchemaRequestAllowedSurfacesItem> allowedSurfaces) Which typed surfaces may bind this schema by its id: record, document, user, org, or client.SchemaRequest.Builder.allowedSurfaces(List<SchemaRequestAllowedSurfacesItem> allowedSurfaces) Which typed surfaces may bind this schema by its id: record, document, user, org, or client.