| BasicCheck.CheckConfigurer | BasicCheck.CheckConfigurer. complexity(CheckComplexity complexity) | Defines the complexity of the check. | 
| BasicCheck.CheckConfigurer | BasicCheck.CheckParameterBuilder. complexity(CheckComplexity complexity) | Defines the complexity of the check. | 
| BasicCheck.CheckConfigurer | BasicCheck.ModuleConfigurationBuilder. complexity(CheckComplexity complexity) | Defines the complexity of the check. | 
| BasicCheck.CheckConfigurer | BasicCheck.TopObjectConfigurationBuilder. complexity(CheckComplexity complexity) | Defines the complexity of the check. | 
| BasicCheck.CheckConfigurer | BasicCheck.CheckConfigurer. criticalDataIntegrityCheck() | Enables the critical data integrity check mode | 
| BasicCheck.CheckConfigurer | BasicCheck.CheckConfigurer. description(String description) | Sets the simple description for the check. | 
| BasicCheck.CheckConfigurer | BasicCheck.ModuleConfigurationBuilder. description(String description) | Sets the simple description for the check. | 
| BasicCheck.CheckConfigurer | BasicCheck.CheckConfigurer. disable() | Disables the check by default | 
| BasicCheck.CheckConfigurer | BasicCheck.CheckConfigurer. enableProtectedObjectCheck() | Enables the protected object check mode (disabled by default) | 
| BasicCheck.CheckConfigurer | BasicCheck.CheckConfigurer. extension(IBasicCheckExtension extension) | Adds an extension to the check | 
| BasicCheck.CheckConfigurer | BasicCheck.CheckConfigurer. issueType(IssueType issueType) | Defines the type of issues provided by this check | 
| BasicCheck.CheckConfigurer | BasicCheck.ModuleConfigurationBuilder. issueType(IssueType issueType) | Defines the type of issues provided by this check | 
| BasicCheck.CheckConfigurer | BasicCheck.CheckConfigurer. severity(IssueSeverity severity) | Defines the default severity of issues provided by this check | 
| BasicCheck.CheckConfigurer | BasicCheck.CheckParameterBuilder. severity(IssueSeverity severity) | Defines the default severity of issues provided by this check | 
| BasicCheck.CheckConfigurer | BasicCheck.ModuleConfigurationBuilder. severity(IssueSeverity severity) | Defines the default severity of issues provided by this check | 
| BasicCheck.CheckConfigurer | BasicCheck.TopObjectConfigurationBuilder. severity(IssueSeverity severity) | Defines the default severity of issues provided by this check | 
| BasicCheck.CheckConfigurer | BasicCheck.CheckConfigurer. title(String title) | Defines the check title. | 
| BasicCheck.CheckConfigurer | BasicCheck.CheckParameterBuilder. title(String title) | Defines the check title. | 
| BasicCheck.CheckConfigurer | BasicCheck.ModuleConfigurationBuilder. title(String title) | Defines the check title. |