Package com.okta.sdk.resource.model
Class EventHookFilters
java.lang.Object
com.okta.sdk.resource.model.EventHookFilters
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class EventHookFilters
extends Object
implements Serializable
The optional filter defined on a specific event type > **Note:** Event hook filters is a [self-service Early
Access (EA)](/openapi/okta-management/guides/release-lifecycle/#early-access-ea) to enable. If you want to disable
this feature, it's recommended to first remove all event filters.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddeventFilterMapItem
(EventHookFilterMapObject eventFilterMapItem) boolean
eventFilterMap
(List<EventHookFilterMapObject> eventFilterMap) The object that maps the filter to the event typegetType()
The type of filter.int
hashCode()
void
setEventFilterMap
(List<EventHookFilterMapObject> eventFilterMap) toString()
-
Field Details
-
JSON_PROPERTY_EVENT_FILTER_MAP
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
EventHookFilters
public EventHookFilters()
-
-
Method Details
-
eventFilterMap
-
addeventFilterMapItem
-
getEventFilterMap
The object that maps the filter to the event type- Returns:
- eventFilterMap
-
setEventFilterMap
-
getType
The type of filter. Currently only supports `EXPRESSION_LANGUAGE`- Returns:
- type
-
equals
-
hashCode
public int hashCode() -
toString
-