Uses of Class
ai.vectros.types.OrgResponse.Builder
Packages that use OrgResponse.Builder
-
Uses of OrgResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return OrgResponse.BuilderModifier and TypeMethodDescriptionOrgResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) OrgResponse.Builder.additionalProperty(String key, Object value) static OrgResponse.BuilderOrgResponse.builder()Whether this call created a new organization.Timestamp when the organization was created, as an ISO-8601 UTC timestamp.OrgResponse.Builder.externalId(String externalId) OrgResponse.Builder.externalId(Optional<String> externalId) Your own identifier for this organization, as supplied when it was created.OrgResponse.Builder.from(OrgResponse other) The Vectros-assigned ID (UUID) for this organization.Human-readable name of the organization.Free-form key-value attributes stored with the organization.ID of the record schema that governs payload validation and lookup indexing for this organization, or null if the organization is not bound to a schema.OrgResponse.Builder.schemaVersion(Integer schemaVersion) OrgResponse.Builder.schemaVersion(Optional<Integer> schemaVersion) The version of the governing schema in effect when this organization was last written.Lifecycle status of the organization:ACTIVE(usable normally) orSUSPENDED(retained but blocked from new operations).