azure-docs-sdk-java/docs-ref-autogen/com.azure.spring.cloud.feat...

82 строки
4.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.spring.cloud.feature.management.models.FilterParameters"
fullName: "com.azure.spring.cloud.feature.management.models.FilterParameters"
name: "FilterParameters"
nameWithType: "FilterParameters"
summary: "Parameters for the predefined filters."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **FilterParameters**"
fields:
- uid: "com.azure.spring.cloud.feature.management.models.FilterParameters.PERCENTAGE_FILTER_SETTING"
fullName: "com.azure.spring.cloud.feature.management.models.FilterParameters.PERCENTAGE_FILTER_SETTING"
name: "PERCENTAGE_FILTER_SETTING"
nameWithType: "FilterParameters.PERCENTAGE_FILTER_SETTING"
summary: "Percentage value of the returning true in the Percentage filter."
modifiers:
- "static"
- "final"
field:
value: "Value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String PERCENTAGE_FILTER_SETTING"
desc: "Percentage value of the returning true in the Percentage filter."
- uid: "com.azure.spring.cloud.feature.management.models.FilterParameters.TIME_WINDOW_FILTER_SETTING_END"
fullName: "com.azure.spring.cloud.feature.management.models.FilterParameters.TIME_WINDOW_FILTER_SETTING_END"
name: "TIME_WINDOW_FILTER_SETTING_END"
nameWithType: "FilterParameters.TIME_WINDOW_FILTER_SETTING_END"
summary: "Property for the end of the Time Window Filter"
modifiers:
- "static"
- "final"
field:
value: "End"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String TIME_WINDOW_FILTER_SETTING_END"
desc: "Property for the end of the Time Window Filter"
- uid: "com.azure.spring.cloud.feature.management.models.FilterParameters.TIME_WINDOW_FILTER_SETTING_RECURRENCE"
fullName: "com.azure.spring.cloud.feature.management.models.FilterParameters.TIME_WINDOW_FILTER_SETTING_RECURRENCE"
name: "TIME_WINDOW_FILTER_SETTING_RECURRENCE"
nameWithType: "FilterParameters.TIME_WINDOW_FILTER_SETTING_RECURRENCE"
summary: "Add-on recurrence rule allows the time window defined by Start and End to recur."
modifiers:
- "static"
- "final"
field:
value: "Recurrence"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String TIME_WINDOW_FILTER_SETTING_RECURRENCE"
desc: "Add-on recurrence rule allows the time window defined by Start and End to recur. The rule specifies both how often the time window repeats and for how long."
- uid: "com.azure.spring.cloud.feature.management.models.FilterParameters.TIME_WINDOW_FILTER_SETTING_START"
fullName: "com.azure.spring.cloud.feature.management.models.FilterParameters.TIME_WINDOW_FILTER_SETTING_START"
name: "TIME_WINDOW_FILTER_SETTING_START"
nameWithType: "FilterParameters.TIME_WINDOW_FILTER_SETTING_START"
summary: "Property for the start of the Time Window Filter"
modifiers:
- "static"
- "final"
field:
value: "Start"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String TIME_WINDOW_FILTER_SETTING_START"
desc: "Property for the start of the Time Window Filter"
type: "class"
desc: "Parameters for the predefined filters."
metadata: {}
package: "com.azure.spring.cloud.feature.management.models"
artifact: com.azure.spring:spring-cloud-azure-feature-management:5.16.0