Interface LegacyAuditSpec<T>

    • Method Detail

      • setReason

        LegacyAuditSpec<T> setReason​(@Nullable
                                     String reason)
        Sets the reason to show in the audit logs when the spec is built.
        Parameters:
        reason - The audit log reason.
        Returns:
        This spec.
      • getReason

        @Nullable
        String getReason()
        Returns the current audit log reason set on the spec.
        Returns:
        The current audit log reason.