Uses of Class
xyz.juandiii.commons.utils.RestResponse
-
Packages that use RestResponse Package Description xyz.juandiii.commons.utils -
-
Uses of RestResponse in xyz.juandiii.commons.utils
Methods in xyz.juandiii.commons.utils that return RestResponse Modifier and Type Method Description RestResponse<T>RestResponse. setCode(Integer code)RestResponse<T>RestResponse. setData(T data)RestResponse<T>RestResponse. setErrors(Object errors)RestResponse<T>RestResponse. setHasErrors(Boolean hasErrors)static <T> RestResponse<T>RestResponse. toResponse(T data, String message, Boolean hasErrors, Integer code)
-