Uses of Interface
ai.vectros.types.OrgRequest._FinalStage
Packages that use OrgRequest._FinalStage
-
Uses of OrgRequest._FinalStage in ai.vectros.types
Classes in ai.vectros.types that implement OrgRequest._FinalStageMethods in ai.vectros.types that return OrgRequest._FinalStageModifier and TypeMethodDescriptionOrgRequest._FinalStage.additionalProperties(Map<String, Object> additionalProperties) OrgRequest._FinalStage.additionalProperty(String key, Object value) OrgRequest.Builder.externalId(@NotNull String externalId) Your own unique identifier for this organization.OrgRequest.ExternalIdStage.externalId(@NotNull String externalId) Your own unique identifier for this organization.Human-readable name for the organization.Human-readable name for the organization.Human-readable name for the organization.Free-form key-value attributes to store with the organization — use it to attach additional data from your own system.Free-form key-value attributes to store with the organization — use it to attach additional data from your own system.Free-form key-value attributes to store with the organization — use it to attach additional data from your own system.Optional ID of a record schema (created viaPOST /v1/schemas) that governs payload validation and lookup indexing for this organization, and must belong to your account.Optional ID of a record schema (created viaPOST /v1/schemas) that governs payload validation and lookup indexing for this organization, and must belong to your account.Optional ID of a record schema (created viaPOST /v1/schemas) that governs payload validation and lookup indexing for this organization, and must belong to your account.OrgRequest._FinalStage.status(OrgRequestStatus status) OrgRequest._FinalStage.status(Optional<OrgRequestStatus> status) Lifecycle status of the organization.OrgRequest.Builder.status(OrgRequestStatus status) Lifecycle status of the organization.OrgRequest.Builder.status(Optional<OrgRequestStatus> status) Lifecycle status of the organization.