Package ai.vectros.types
Class NamespaceRequest
java.lang.Object
ai.vectros.types.NamespaceRequest
-
Method Details
-
getNamespace
- Returns:
- The namespace to register: 2-32 characters, a lowercase letter first, then lowercase letters, digits,
_or-. The reserved namesorgandclientare built in and cannot be registered, changed, or deleted. Required on registration; on update it must match the path and is otherwise ignored (the namespace is immutable).
-
getEntityBacked
- Returns:
- When
true, everyscope:<namespace>value in this namespace must resolve to an existing identity entity of the same account and namespace (create entities viaPOST /v1/entities/{namespace}), and the namespace gains the full identity-entity surface — list its entities, look them up by schema field, and filter other resources by them as a parent. Whenfalse(the default), values in this namespace are free-form strings validated by grammar only.
-
getDefaultSchemaId
- Returns:
- Optional ID of a record schema (created via
POST /v1/schemas) bound as the default governing schema for entities created in this namespace. Must belong to your account.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-