@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.BehaviorApi") public class BehaviorApi extends Object
Constructor and Description |
---|
BehaviorApi() |
BehaviorApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
BehaviorRule |
activateBehaviorDetectionRule(String behaviorId)
Activate a Behavior Detection Rule
Activates a behavior detection rule
|
PagedList |
activateBehaviorDetectionRuleWithPaginationInfo(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(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(String behaviorId)
Deactivate a Behavior Detection Rule
Deactivates a behavior detection rule
|
PagedList |
deactivateBehaviorDetectionRuleWithPaginationInfo(String behaviorId)
Deactivate a Behavior Detection Rule
Deactivates a behavior detection rule
|
void |
deleteBehaviorDetectionRule(String behaviorId)
Delete a Behavior Detection Rule
Deletes a Behavior Detection Rule by `behaviorId`
|
ApiClient |
getApiClient() |
BehaviorRule |
getBehaviorDetectionRule(String behaviorId)
Retrieve a Behavior Detection Rule
Retrieves a Behavior Detection Rule by `behaviorId`
|
PagedList |
getBehaviorDetectionRuleWithPaginationInfo(String behaviorId)
Retrieve a Behavior Detection Rule
Retrieves a Behavior Detection Rule by `behaviorId`
|
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(Class<?> T,
String behaviorId,
BehaviorRule rule)
Replace a Behavior Detection Rule
Replaces a Behavior Detection Rule by `behaviorId`
|
BehaviorRule |
replaceBehaviorDetectionRule(String behaviorId,
BehaviorRule rule)
Replace a Behavior Detection Rule
Replaces a Behavior Detection Rule by `behaviorId`
|
PagedList |
replaceBehaviorDetectionRuleWithPaginationInfo(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(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(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(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(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(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(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(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(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 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(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(Class<?> T, 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(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–2023 Okta. All rights reserved.