@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.BehaviorApi")
public class BehaviorApi
extends java.lang.Object
Constructor and Description |
---|
BehaviorApi() |
BehaviorApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
BehaviorRule |
activateBehaviorDetectionRule(java.lang.String behaviorId)
Activate a Behavior Detection Rule
Activates a behavior detection rule
|
PagedList |
activateBehaviorDetectionRuleWithPaginationInfo(java.lang.String behaviorId)
Activate a Behavior Detection Rule
Activates a behavior detection rule
|
BehaviorRule |
createBehaviorDetectionRule(BehaviorRule rule)
Create a Behavior Detection Rule
Creates a new behavior detection rule
|
<T> T |
createBehaviorDetectionRule(java.lang.Class<?> T,
BehaviorRule rule)
Create a Behavior Detection Rule
Creates a new behavior detection rule
|
PagedList |
createBehaviorDetectionRuleWithPaginationInfo(BehaviorRule rule)
Create a Behavior Detection Rule
Creates a new behavior detection rule
|
BehaviorRule |
deactivateBehaviorDetectionRule(java.lang.String behaviorId)
Deactivate a Behavior Detection Rule
Deactivates a behavior detection rule
|
PagedList |
deactivateBehaviorDetectionRuleWithPaginationInfo(java.lang.String behaviorId)
Deactivate a Behavior Detection Rule
Deactivates a behavior detection rule
|
void |
deleteBehaviorDetectionRule(java.lang.String behaviorId)
Delete a Behavior Detection Rule
Deletes a Behavior Detection Rule by `behaviorId`
|
ApiClient |
getApiClient() |
BehaviorRule |
getBehaviorDetectionRule(java.lang.String behaviorId)
Retrieve a Behavior Detection Rule
Retrieves a Behavior Detection Rule by `behaviorId`
|
PagedList |
getBehaviorDetectionRuleWithPaginationInfo(java.lang.String behaviorId)
Retrieve a Behavior Detection Rule
Retrieves a Behavior Detection Rule by `behaviorId`
|
java.util.List<BehaviorRule> |
listBehaviorDetectionRules()
List all Behavior Detection Rules
Lists all behavior detection rules with pagination support
|
PagedList |
listBehaviorDetectionRulesWithPaginationInfo()
List all Behavior Detection Rules
Lists all behavior detection rules with pagination support
|
<T> T |
replaceBehaviorDetectionRule(java.lang.Class<?> T,
java.lang.String behaviorId,
BehaviorRule rule)
Replace a Behavior Detection Rule
Replaces a Behavior Detection Rule by `behaviorId`
|
BehaviorRule |
replaceBehaviorDetectionRule(java.lang.String behaviorId,
BehaviorRule rule)
Replace a Behavior Detection Rule
Replaces a Behavior Detection Rule by `behaviorId`
|
PagedList |
replaceBehaviorDetectionRuleWithPaginationInfo(java.lang.String behaviorId,
BehaviorRule rule)
Replace a Behavior Detection Rule
Replaces a Behavior Detection Rule by `behaviorId`
|
void |
setApiClient(ApiClient apiClient) |
public BehaviorApi()
@Autowired public BehaviorApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public BehaviorRule activateBehaviorDetectionRule(java.lang.String behaviorId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
behaviorId
- id of the Behavior Detection Rule (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList activateBehaviorDetectionRuleWithPaginationInfo(java.lang.String behaviorId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
behaviorId
- id of the Behavior Detection Rule (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic BehaviorRule createBehaviorDetectionRule(BehaviorRule rule) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
rule
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createBehaviorDetectionRule(java.lang.Class<?> T, BehaviorRule rule) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typerule
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createBehaviorDetectionRuleWithPaginationInfo(BehaviorRule rule) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
rule
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic BehaviorRule deactivateBehaviorDetectionRule(java.lang.String behaviorId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
behaviorId
- id of the Behavior Detection Rule (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList deactivateBehaviorDetectionRuleWithPaginationInfo(java.lang.String behaviorId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
behaviorId
- id of the Behavior Detection Rule (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteBehaviorDetectionRule(java.lang.String behaviorId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
behaviorId
- id of the Behavior Detection Rule (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic BehaviorRule getBehaviorDetectionRule(java.lang.String behaviorId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
behaviorId
- id of the Behavior Detection Rule (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getBehaviorDetectionRuleWithPaginationInfo(java.lang.String behaviorId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
behaviorId
- id of the Behavior Detection Rule (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<BehaviorRule> listBehaviorDetectionRules() throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listBehaviorDetectionRulesWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic BehaviorRule replaceBehaviorDetectionRule(java.lang.String behaviorId, BehaviorRule rule) throws org.springframework.web.client.RestClientException
200 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
behaviorId
- id of the Behavior Detection Rule (required)rule
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceBehaviorDetectionRule(java.lang.Class<?> T, java.lang.String behaviorId, BehaviorRule rule) throws org.springframework.web.client.RestClientException
200 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typebehaviorId
- id of the Behavior Detection Rule (required)rule
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceBehaviorDetectionRuleWithPaginationInfo(java.lang.String behaviorId, BehaviorRule rule) throws org.springframework.web.client.RestClientException
200 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
behaviorId
- id of the Behavior Detection Rule (required)rule
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.