{
"pageSize": 0,
"offset": 0,
"pageNumber": 0,
"draw": 0,
"columns": [
{
"name": "string",
"searchText": "string",
"searchType": "string",
"orderType": "string"
}
],
"sort": [
{
"direction": "ASC",
"property": "string",
"ignoreCase": true,
"nullHandling": "NATIVE"
}
],
"conditions": [
{
"field": "string",
"opt": "string",
"values": [
{}
]
}
]
}
curl --location --request POST 'http://test-cn.your-api-server.com/fe002/export' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 0,
"offset": 0,
"pageNumber": 0,
"draw": 0,
"columns": [
{
"name": "string",
"searchText": "string",
"searchType": "string",
"orderType": "string"
}
],
"sort": [
{
"direction": "ASC",
"property": "string",
"ignoreCase": true,
"nullHandling": "NATIVE"
}
],
"conditions": [
{
"field": "string",
"opt": "string",
"values": [
{}
]
}
]
}'
java.util.Map<java.lang.String,java.lang.String>
Returns the language code of this Locale.
Note: ISO 639 is not a stable standard— some languages' codes have changed. Locale's constructor recognizes both the new and the old codes for the languages whose codes have changed, but this function always returns the old code. If you want to check for a specific language whose code has changed, don't do
if (locale.getLanguage().equals("he")) // BAD! ...Instead, do
if (locale.getLanguage().equals(new Locale("he").getLanguage())) ...
Returns a three-letter abbreviation for this locale's country.
If the country matches an ISO 3166-1 alpha-2 code, the
corresponding ISO 3166-1 alpha-3 uppercase code is returned.
If the locale doesn't specify a country, this will be the empty
string.
The ISO 3166-1 codes can be found on-line.
language (script, country, variant)
language (country)
language (variant)
script (country)
country
{
"status": 0,
"statusInfo": {
"statusCode": 0,
"family": "",
"reasonPhrase": ""
},
"entity": {},
"mediaType": {
"type": "",
"subtype": "",
"parameters": {
"": ""
},
"wildcardType": false,
"wildcardSubtype": false
},
"language": {
"language": "",
"script": "",
"country": "",
"variant": "",
"extensionKeys": [
"a"
],
"unicodeLocaleAttributes": [
""
],
"unicodeLocaleKeys": [
""
],
"iSO3Language": "",
"iSO3Country": "",
"displayLanguage": "",
"displayScript": "",
"displayCountry": "",
"displayVariant": "",
"displayName": ""
},
"length": 0,
"allowedMethods": [
""
],
"cookies": {
"": {
"name": "",
"value": "",
"version": 0,
"path": "",
"domain": "",
"comment": "",
"maxAge": 0,
"expiry": "",
"secure": false,
"httpOnly": false
}
},
"entityTag": {
"value": "",
"weak": false
},
"date": "",
"lastModified": "",
"location": {
"string": "",
"absolute": false,
"opaque": false,
"rawSchemeSpecificPart": "",
"rawAuthority": "",
"rawUserInfo": "",
"rawPath": "",
"rawQuery": "",
"rawFragment": ""
},
"links": [
{
"uri": {
"string": "",
"absolute": false,
"opaque": false,
"rawSchemeSpecificPart": "",
"rawAuthority": "",
"rawUserInfo": "",
"rawPath": "",
"rawQuery": "",
"rawFragment": ""
},
"uriBuilder": {},
"rel": "",
"rels": [
null
],
"title": "",
"type": "",
"params": {
"": ""
}
}
],
"metadata": {
"": [
{}
]
},
"headers": {
"": [
{}
]
},
"stringHeaders": {
"": [
null
]
}
}