Package enterprises.iwakura.kirara.core
Class RequestQuery
java.lang.Object
enterprises.iwakura.kirara.core.RequestQuery
Represents a request query with a key and value.
This class is used to encapsulate HTTP request query.
-
Constructor Summary
ConstructorsConstructorDescriptionRequestQuery(@NonNull String key, @NonNull String value) Constructs a new RequestQuery instance with the specified key and value. -
Method Summary
-
Constructor Details
-
RequestQuery
Constructs a new RequestQuery instance with the specified key and value.- Parameters:
key- The query key.value- The query value.
-
-
Method Details
-
of
Creates a new RequestQuery instance.- Parameters:
key- The query key.value- The query value.- Returns:
- A new
RequestQueryinstance.
-