Definition at line 25 of file SchemaRuleSet.java.
◆ buildRuleSet()
static SchemaRuleSet com.snowplowanalytics.snowplow.globalcontexts.SchemaRuleSet.buildRuleSet |
( |
@NonNull List< String > |
allowed, |
|
|
@NonNull List< String > |
denied |
|
) |
| |
|
static |
◆ buildRuleSetWithAllowedList()
static SchemaRuleSet com.snowplowanalytics.snowplow.globalcontexts.SchemaRuleSet.buildRuleSetWithAllowedList |
( |
@NonNull List< String > |
allowed | ) |
|
|
static |
◆ buildRuleSetWithDeniedList()
static SchemaRuleSet com.snowplowanalytics.snowplow.globalcontexts.SchemaRuleSet.buildRuleSetWithDeniedList |
( |
@NonNull List< String > |
denied | ) |
|
|
static |
◆ getAllowed()
List< String > com.snowplowanalytics.snowplow.globalcontexts.SchemaRuleSet.getAllowed |
( |
| ) |
|
◆ getDenied()
List< String > com.snowplowanalytics.snowplow.globalcontexts.SchemaRuleSet.getDenied |
( |
| ) |
|
◆ getFilter()
FunctionalFilter com.snowplowanalytics.snowplow.globalcontexts.SchemaRuleSet.getFilter |
( |
| ) |
|
◆ matchWithSchema()
boolean com.snowplowanalytics.snowplow.globalcontexts.SchemaRuleSet.matchWithSchema |
( |
@Nullable String |
schema | ) |
|
The documentation for this class was generated from the following file:
- /github/workspace/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/SchemaRuleSet.java