public static abstract @interface DataApi.FilterType implements Annotation
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["`DataApi.FilterType` is an abstract annotation interface used for filtering data in Data API."],["It inherits methods from `java.lang.annotation.Annotation` including `annotationType()`, `equals()`, `hashCode()`, and `toString()`."],["These inherited methods provide information about the annotation and enable comparisons."]]],["`DataApi.FilterType` is an abstract annotation interface that inherits from `java.lang.annotation.Annotation`. It includes four inherited abstract methods: `annotationType()`, which returns the class of the annotation; `equals(Object arg0)`, for comparing objects; `hashCode()`, returning the hash code; and `toString()`, returning the string representation of the object. These methods are part of the core functionality of any annotation in Java.\n"]]