Package dev.botcity.maestro_sdk.util
Class ResponseHandler
java.lang.Object
dev.botcity.maestro_sdk.util.ResponseHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResponseData
respException
(String message, org.springframework.http.HttpStatus status) static ResponseData
respSuccess
(String message, org.springframework.http.HttpStatus status, Object... content)
-
Constructor Details
-
ResponseHandler
public ResponseHandler()
-
-
Method Details
-
respSuccess
public static ResponseData respSuccess(String message, org.springframework.http.HttpStatus status, Object... content) -
respException
public static ResponseData respException(String message, org.springframework.http.HttpStatus status)
-