Class Filter

    • Method Detail

      • key

        public final String key()

        The name of the parameter to filter on.

        Returns:
        The name of the parameter to filter on.
      • value

        public final String value()

        The value to match.

        Returns:
        The value to match.
      • condition

        public final FilterConditionString condition()

        The condition to apply. To include the objects that match the statement, specify IS. To exclude matching objects, specify IS_NOT.

        If the service returns an enum value that is not available in the current SDK version, condition will return FilterConditionString.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from conditionAsString().

        Returns:
        The condition to apply. To include the objects that match the statement, specify IS. To exclude matching objects, specify IS_NOT.
        See Also:
        FilterConditionString
      • conditionAsString

        public final String conditionAsString()

        The condition to apply. To include the objects that match the statement, specify IS. To exclude matching objects, specify IS_NOT.

        If the service returns an enum value that is not available in the current SDK version, condition will return FilterConditionString.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from conditionAsString().

        Returns:
        The condition to apply. To include the objects that match the statement, specify IS. To exclude matching objects, specify IS_NOT.
        See Also:
        FilterConditionString
      • serializableBuilderClass

        public static Class<? extends Filter.Builder> serializableBuilderClass()
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)