Uses of Class
io.swagger.client.model.LoginResponse
-
Packages that use LoginResponse Package Description io.swagger.client.model -
-
Uses of LoginResponse in io.swagger.client.model
Methods in io.swagger.client.model that return LoginResponse Modifier and Type Method Description LoginResponse
LoginResponse. sessionId(String sessionId)
Methods in io.swagger.client.model that return types with arguments of type LoginResponse Modifier and Type Method Description List<LoginResponse>
ResponsePackLoginResponse. getData()
Get dataMethods in io.swagger.client.model with parameters of type LoginResponse Modifier and Type Method Description ResponsePackLoginResponse
ResponsePackLoginResponse. addDataItem(LoginResponse dataItem)
Method parameters in io.swagger.client.model with type arguments of type LoginResponse Modifier and Type Method Description ResponsePackLoginResponse
ResponsePackLoginResponse. data(List<LoginResponse> data)
void
ResponsePackLoginResponse. setData(List<LoginResponse> data)
-