Class StartSchemaExtensionRequest

    • Method Detail

      • directoryId

        public final String directoryId()

        The identifier of the directory for which the schema extension will be applied to.

        Returns:
        The identifier of the directory for which the schema extension will be applied to.
      • createSnapshotBeforeSchemaExtension

        public final Boolean createSnapshotBeforeSchemaExtension()

        If true, creates a snapshot of the directory before applying the schema extension.

        Returns:
        If true, creates a snapshot of the directory before applying the schema extension.
      • ldifContent

        public final String ldifContent()

        The LDIF file represented as a string. To construct the LdifContent string, precede each line as it would be formatted in an ldif file with \n. See the example request below for more details. The file size can be no larger than 1MB.

        Returns:
        The LDIF file represented as a string. To construct the LdifContent string, precede each line as it would be formatted in an ldif file with \n. See the example request below for more details. The file size can be no larger than 1MB.
      • description

        public final String description()

        A description of the schema extension.

        Returns:
        A description of the schema extension.
      • 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