Package ai.vectros.types
Class NamespaceResponse
java.lang.Object
ai.vectros.types.NamespaceResponse
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic NamespaceResponse.Builderbuilder()booleaninthashCode()toString()
-
Method Details
-
getNamespace
- Returns:
- The registered namespace.
-
getEntityBacked
- Returns:
- Whether values in this namespace must resolve to an existing identity entity (
true) or are free-form strings (false).
-
getReserved
- Returns:
- Whether this is a reserved built-in namespace (
org/client). Built-ins cannot be changed or deleted.
-
getDefaultSchemaId
- Returns:
- ID of the default record schema bound to entities in this namespace, or null.
-
getSpecificityRank
- Returns:
- This namespace's position in your account's specificity order (higher = more specific), used to break a tie when a caller holds two scope dimensions at once during recordType schema resolution.
-
getCreatedAt
- Returns:
- Timestamp when the namespace was registered, as an ISO-8601 UTC timestamp. Absent for the reserved built-ins.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-