Uses of Class
video.api.client.api.JSON
-
Packages that use JSON Package Description video.api.client.api -
-
Uses of JSON in video.api.client.api
Methods in video.api.client.api that return JSON Modifier and Type Method Description JSONApiClient. getJSON()Get JSONJSONJSON. setDateFormat(DateFormat dateFormat)JSONJSON. setGson(com.google.gson.Gson gson)Set Gson.JSONJSON. setLenientOnJson(boolean lenientOnJson)JSONJSON. setLocalDateFormat(DateTimeFormatter dateFormat)JSONJSON. setOffsetDateTimeFormat(DateTimeFormatter dateFormat)JSONJSON. setSqlDateFormat(DateFormat dateFormat)Methods in video.api.client.api with parameters of type JSON Modifier and Type Method Description ApiClientApiClient. setJSON(JSON json)Set JSON
-