Package org.cxbox.core.util
Class ResponseBuilder
- java.lang.Object
-
- org.cxbox.core.util.ResponseBuilder
-
public class ResponseBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description ResponseBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResponseDTObuild()static ResponseDTObuild(Object data)static ResponseDTObuild(Collection collection)static ResponseDTObuild(Collection collection, boolean hasNext)static ResponseDTObuild(org.cxbox.api.data.ResultPage page)
-
-
-
Method Detail
-
build
public static ResponseDTO build(Collection collection)
-
build
public static ResponseDTO build(Collection collection, boolean hasNext)
-
build
public static ResponseDTO build(org.cxbox.api.data.ResultPage page)
-
build
public static ResponseDTO build()
-
build
public static ResponseDTO build(Object data)
-
-