Class RequestQuery


  • public class RequestQuery
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static @NotNull RequestQuery of​(@NotNull java.lang.String name, @NotNull java.lang.String value)
      Creates RequestQuery with name and value
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • of

        @NotNull
        public static @NotNull RequestQuery of​(@NotNull
                                               @NotNull java.lang.String name,
                                               @NotNull
                                               @NotNull java.lang.String value)
        Creates RequestQuery with name and value
        Parameters:
        name - Non-null RequestQuery name
        value - Non-null RequestQuery value
        Returns:
        Non-null RequestQuery with name and value