Class SearchFilter

    • Method Detail

      • create

        public static String create​(String formattableString,
                                    Object... args)
        Create an OData filter expression from a formattable string.

        The format argument values will be quoted and escaped as necessary.

        Parameters:
        formattableString - The formattable string.
        args - The arguments for the formattable string.
        Returns:
        A valid OData filter expression.