Class Url
java.lang.Object
com.technia.dsx.threedspace.doc.file.Url
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParameter
(String name, String value) void
addParameter
(String name, String[] values) com.technia.dsx.app.NameValueTuple
getParamValue
(String name) String[]
getParamValues
(String name) getUrl()
static Url
void
setContentType
(String contentType) void
setCSRFToken
(com.technia.dsx.app.NameValueTuple csrfToken) void
void
void
-
Field Details
-
POST
- See Also:
-
GET
- See Also:
-
MULTIPART
- See Also:
-
FORM_URLENCODED
- See Also:
-
-
Constructor Details
-
Url
public Url()
-
-
Method Details
-
of
-
addParameter
-
addParameter
-
getParamValue
-
getParamValues
-
getParameterNames
-
getParamMap
-
getMethod
-
setMethod
-
getUrl
-
setUrl
-
getContentType
-
setContentType
-
getParams
-
setParams
-
getCSRFToken
public com.technia.dsx.app.NameValueTuple getCSRFToken() -
setCSRFToken
public void setCSRFToken(com.technia.dsx.app.NameValueTuple csrfToken)
-