Class UploadEntityDefinitionsRequest

    • Method Detail

      • document

        public final DefinitionDocument document()

        The DefinitionDocument that defines the updated entities.

        Returns:
        The DefinitionDocument that defines the updated entities.
      • syncWithPublicNamespace

        public final Boolean syncWithPublicNamespace()

        A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

        Returns:
        A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.
      • deprecateExistingEntities

        public final Boolean deprecateExistingEntities()

        A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

        Returns:
        A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object