Package dev.mayuna.simpleapi
Class RequestQuery
java.lang.Object
dev.mayuna.simpleapi.RequestQuery
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull RequestQueryCreatesRequestQuerywith name and value
-
Method Details
-
of
@NotNull public static @NotNull RequestQuery of(@NotNull @NotNull String name, @NotNull @NotNull String value) CreatesRequestQuerywith name and value- Parameters:
name- Non-nullRequestQuerynamevalue- Non-nullRequestQueryvalue- Returns:
- Non-null
RequestQuerywith name and value
-