Uses of Class
io.swagger.client.model.ResponsePackString
-
Packages that use ResponsePackString Package Description io.swagger.client.api io.swagger.client.model -
-
Uses of ResponsePackString in io.swagger.client.api
Methods in io.swagger.client.api that return ResponsePackString Modifier and Type Method Description ResponsePackString
AuthServiceApi. logoutUser(String sessionId, String conversationId, String X_API_KEY)
Logout use Logout from the sessionMethods in io.swagger.client.api that return types with arguments of type ResponsePackString Modifier and Type Method Description ApiResponse<ResponsePackString>
AuthServiceApi. logoutUserWithHttpInfo(String sessionId, String conversationId, String X_API_KEY)
Logout use Logout from the sessionMethod parameters in io.swagger.client.api with type arguments of type ResponsePackString Modifier and Type Method Description com.squareup.okhttp.Call
AuthServiceApi. logoutUserAsync(String sessionId, String conversationId, String X_API_KEY, ApiCallback<ResponsePackString> callback)
Logout use (asynchronously) Logout from the session -
Uses of ResponsePackString in io.swagger.client.model
Methods in io.swagger.client.model that return ResponsePackString Modifier and Type Method Description ResponsePackString
ResponsePackString. addDataItem(String dataItem)
ResponsePackString
ResponsePackString. addWarningDetailsItem(Warning warningDetailsItem)
ResponsePackString
ResponsePackString. asyncFetch(AsyncFetch asyncFetch)
ResponsePackString
ResponsePackString. commonData(CommonDataAuthServiceApi commonData)
ResponsePackString
ResponsePackString. data(List<String> data)
ResponsePackString
ResponsePackString. errorDetails(ApiErrorDetails errorDetails)
ResponsePackString
ResponsePackString. meta(MetaData meta)
ResponsePackString
ResponsePackString. version(String version)
ResponsePackString
ResponsePackString. warningDetails(List<Warning> warningDetails)
-