-
public final class CustomParameters
-
-
Constructor Summary
Constructors Constructor Description CustomParameters()
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>getContent()final <ERROR CLASS>getUser()final <ERROR CLASS>getRequest()final BooleanisEmpty()final CustomParameterscontent(String key, String value)final CustomParametersuser(String key, String value)final CustomParametersrequest(String key, String value)-
-
Method Detail
-
getContent
final <ERROR CLASS> getContent()
-
getUser
final <ERROR CLASS> getUser()
-
getRequest
final <ERROR CLASS> getRequest()
-
content
final CustomParameters content(String key, String value)
-
user
final CustomParameters user(String key, String value)
-
request
final CustomParameters request(String key, String value)
-
-
-
-