TargetingEvaluationOptions Class
- java.
lang. Object - com.
azure. spring. cloud. feature. management. targeting. TargetingEvaluationOptions
- com.
public final class TargetingEvaluationOptions
Configuration options for the `Microsoft.TargetingFilter`.
Constructor Summary
Constructor | Description |
---|---|
TargetingEvaluationOptions() |
Creates an instance of TargetingEvaluationOptions |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
isIgnoreCase()
Ignore case of users/groups |
Targeting |
setIgnoreCase(boolean ignoreCase)
Enables ignoring case of users/groups in the Targeting Filter. |
Methods inherited from java.lang.Object
Constructor Details
TargetingEvaluationOptions
public TargetingEvaluationOptions()
Creates an instance of TargetingEvaluationOptions
Method Details
isIgnoreCase
public boolean isIgnoreCase()
Ignore case of users/groups
Returns:
boolean
setIgnoreCase
public TargetingEvaluationOptions setIgnoreCase(boolean ignoreCase)
Enables ignoring case of users/groups in the Targeting Filter.
Parameters:
ignoreCase
- if true case is ignored.
Returns:
TargetingEvaluationOptions
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java