package restmodel
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CustomActionRequest(actionName: String, params: Option[Map[String, String]] = scala.None) extends Product with Serializable
- case class CustomActionResponse(isSuccess: Boolean, msg: String) extends Product with Serializable
Value Members
- object CustomActionRequest extends Serializable
- object CustomActionResponse extends Serializable
- object processdetails