Uses of Class
org.openapitools.client.model.BehaviorRule
Packages that use BehaviorRule
- 
Uses of BehaviorRule in org.openapitools.client.api
Methods in org.openapitools.client.api that return BehaviorRuleModifier and TypeMethodDescriptionBehaviorApi.activateBehaviorDetectionRule(String behaviorId) Activate a Behavior Detection Rule Activates a behavior detection ruleBehaviorApi.createBehaviorDetectionRule(BehaviorRule rule) Create a Behavior Detection Rule Creates a new behavior detection ruleBehaviorApi.deactivateBehaviorDetectionRule(String behaviorId) Deactivate a Behavior Detection Rule Deactivates a behavior detection ruleBehaviorApi.getBehaviorDetectionRule(String behaviorId) Retrieve a Behavior Detection Rule Retrieves a Behavior Detection Rule by `behaviorId`BehaviorApi.replaceBehaviorDetectionRule(String behaviorId, BehaviorRule rule) Replace a Behavior Detection Rule Replaces a Behavior Detection Rule by `behaviorId`Methods in org.openapitools.client.api that return types with arguments of type BehaviorRuleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BehaviorRule>BehaviorApi.activateBehaviorDetectionRuleWithHttpInfo(String behaviorId) Activate a Behavior Detection Rule Activates a behavior detection ruleorg.springframework.http.ResponseEntity<BehaviorRule>BehaviorApi.createBehaviorDetectionRuleWithHttpInfo(BehaviorRule rule) Create a Behavior Detection Rule Creates a new behavior detection ruleorg.springframework.http.ResponseEntity<BehaviorRule>BehaviorApi.deactivateBehaviorDetectionRuleWithHttpInfo(String behaviorId) Deactivate a Behavior Detection Rule Deactivates a behavior detection ruleorg.springframework.http.ResponseEntity<BehaviorRule>BehaviorApi.getBehaviorDetectionRuleWithHttpInfo(String behaviorId) Retrieve a Behavior Detection Rule Retrieves a Behavior Detection Rule by `behaviorId`BehaviorApi.listBehaviorDetectionRules()List all Behavior Detection Rules Lists all behavior detection rules with pagination supportorg.springframework.http.ResponseEntity<List<BehaviorRule>>BehaviorApi.listBehaviorDetectionRulesWithHttpInfo()List all Behavior Detection Rules Lists all behavior detection rules with pagination supportorg.springframework.http.ResponseEntity<BehaviorRule>BehaviorApi.replaceBehaviorDetectionRuleWithHttpInfo(String behaviorId, BehaviorRule rule) Replace a Behavior Detection Rule Replaces a Behavior Detection Rule by `behaviorId`Methods in org.openapitools.client.api with parameters of type BehaviorRuleModifier and TypeMethodDescription<T> TBehaviorApi.createBehaviorDetectionRule(Class<?> T, BehaviorRule rule) Create a Behavior Detection Rule Creates a new behavior detection ruleBehaviorApi.createBehaviorDetectionRule(BehaviorRule rule) Create a Behavior Detection Rule Creates a new behavior detection ruleorg.springframework.http.ResponseEntity<BehaviorRule>BehaviorApi.createBehaviorDetectionRuleWithHttpInfo(BehaviorRule rule) Create a Behavior Detection Rule Creates a new behavior detection ruleBehaviorApi.createBehaviorDetectionRuleWithPaginationInfo(BehaviorRule rule) Create a Behavior Detection Rule Creates a new behavior detection rule<T> TBehaviorApi.replaceBehaviorDetectionRule(Class<?> T, String behaviorId, BehaviorRule rule) Replace a Behavior Detection Rule Replaces a Behavior Detection Rule by `behaviorId`BehaviorApi.replaceBehaviorDetectionRule(String behaviorId, BehaviorRule rule) Replace a Behavior Detection Rule Replaces a Behavior Detection Rule by `behaviorId`org.springframework.http.ResponseEntity<BehaviorRule>BehaviorApi.replaceBehaviorDetectionRuleWithHttpInfo(String behaviorId, BehaviorRule rule) Replace a Behavior Detection Rule Replaces a Behavior Detection Rule by `behaviorId`BehaviorApi.replaceBehaviorDetectionRuleWithPaginationInfo(String behaviorId, BehaviorRule rule) Replace a Behavior Detection Rule Replaces a Behavior Detection Rule by `behaviorId` - 
Uses of BehaviorRule in org.openapitools.client.model
Subclasses of BehaviorRule in org.openapitools.client.modelModifier and TypeClassDescriptionclassBehaviorRuleAnomalousDeviceclassBehaviorRuleAnomalousIPclassBehaviorRuleAnomalousLocationclassBehaviorRuleVelocityMethods in org.openapitools.client.model that return BehaviorRuleModifier and TypeMethodDescriptionBehaviorRule.link(ApiTokenLink link) BehaviorRule.status(LifecycleStatus status) BehaviorRule.type(BehaviorRuleType type)