Package dev.mayuna.simpleapi
Class RequestQuery
- java.lang.Object
-
- dev.mayuna.simpleapi.RequestQuery
-
public class RequestQuery extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull RequestQueryof(@NotNull java.lang.String name, @NotNull java.lang.String value)CreatesRequestQuerywith name and value
-
-
-
Method Detail
-
of
@NotNull public static @NotNull RequestQuery of(@NotNull @NotNull java.lang.String name, @NotNull @NotNull java.lang.String value)
CreatesRequestQuerywith name and value- Parameters:
name- Non-nullRequestQuerynamevalue- Non-nullRequestQueryvalue- Returns:
- Non-null
RequestQuerywith name and value
-
-