public class Response<T> extends Object
public static <T> Response<T> ok()
public static <T> Response<T> ok(T data)
public static <T> Response<T> with(StatusCode statusCode)
public static <T> Response<T> with(T data, StatusCode statusCode)
Copyright © 2023. All rights reserved.