azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.e...

67 строки
4.3 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.eventgrid.models.AdvancedFilter"
fullName: "com.azure.resourcemanager.eventgrid.models.AdvancedFilter"
name: "AdvancedFilter"
nameWithType: "AdvancedFilter"
summary: "This is the base type that represents an advanced filter."
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 class **AdvancedFilter**"
constructors:
- uid: "com.azure.resourcemanager.eventgrid.models.AdvancedFilter.AdvancedFilter()"
fullName: "com.azure.resourcemanager.eventgrid.models.AdvancedFilter.AdvancedFilter()"
name: "AdvancedFilter()"
nameWithType: "AdvancedFilter.AdvancedFilter()"
syntax: "public AdvancedFilter()"
methods:
- uid: "com.azure.resourcemanager.eventgrid.models.AdvancedFilter.key()"
fullName: "com.azure.resourcemanager.eventgrid.models.AdvancedFilter.key()"
name: "key()"
nameWithType: "AdvancedFilter.key()"
summary: "Get the key property: The field/property in the event based on which you want to filter."
syntax: "public String key()"
desc: "Get the key property: The field/property in the event based on which you want to filter."
returns:
description: "the key value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.eventgrid.models.AdvancedFilter.validate()"
fullName: "com.azure.resourcemanager.eventgrid.models.AdvancedFilter.validate()"
name: "validate()"
nameWithType: "AdvancedFilter.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.eventgrid.models.AdvancedFilter.withKey(java.lang.String)"
fullName: "com.azure.resourcemanager.eventgrid.models.AdvancedFilter.withKey(String key)"
name: "withKey(String key)"
nameWithType: "AdvancedFilter.withKey(String key)"
summary: "Set the key property: The field/property in the event based on which you want to filter."
parameters:
- description: "the key value to set."
name: "key"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AdvancedFilter withKey(String key)"
desc: "Set the key property: The field/property in the event based on which you want to filter."
returns:
description: "the AdvancedFilter object itself."
type: "<xref href=\"com.azure.resourcemanager.eventgrid.models.AdvancedFilter?alt=com.azure.resourcemanager.eventgrid.models.AdvancedFilter&text=AdvancedFilter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "This is the base type that represents an advanced filter. To configure an advanced filter, do not directly instantiate an object of this class. Instead, instantiate an object of a derived class such as BoolEqualsAdvancedFilter, NumberInAdvancedFilter, StringEqualsAdvancedFilter etc. depending on the type of the key based on which you want to filter."
metadata: {}
package: "com.azure.resourcemanager.eventgrid.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-eventgrid:1.1.0