Class Url
java.lang.Object
com.technia.dsx.threedspace.doc.file.Url
Represents a URL for file operations with HTTP method, parameters, and
content type.
Used to construct URLs for FCS (File Content Service) operations including checkin and checkout. Supports POST and GET methods, multipart and form-urlencoded content types, and parameter management.
- Since:
- 2022-06-14
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameter(String name, String value) voidaddParameter(String name, String[] values) com.technia.dsx.app.NameValueTuplegetParamValue(String name) String[]getParamValues(String name) getUrl()static UrlvoidsetContentType(String contentType) voidsetCSRFToken(com.technia.dsx.app.NameValueTuple csrfToken) voidvoidvoid
-
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)
-