com.outworkers.util

domain

package domain

Visibility
  1. Public
  2. All

Type Members

  1. case class ApiError(error: ApiErrorResponse) extends Product with Serializable

  2. case class ApiErrorResponse(code: Int, messages: Seq[String]) extends Product with Serializable

  3. case class City(city: String) extends GeneratedValue[String] with Product with Serializable

  4. case class Country(country: String) extends GeneratedValue[String] with Product with Serializable

  5. case class CountryCode(code: String) extends GeneratedValue[String] with Product with Serializable

  6. trait Definitions extends AnyRef

  7. case class Domain(domain: String) extends GeneratedValue[String] with Product with Serializable

  8. case class EmailAddress(address: String) extends GeneratedValue[String] with Product with Serializable

  9. case class FirstName(name: String) extends GeneratedValue[String] with Product with Serializable

  10. case class FullName(name: String) extends GeneratedValue[String] with Product with Serializable

  11. abstract class GeneratedValue[T] extends AnyRef

  12. case class LastName(name: String) extends GeneratedValue[String] with Product with Serializable

  13. case class LoremIpsum(word: String) extends GeneratedValue[String] with Product with Serializable

  14. case class ProgrammingLanguage(language: String) extends GeneratedValue[String] with Product with Serializable

  15. case class ShortString(str: String) extends GeneratedValue[String] with Product with Serializable

  16. case class Url(url: String) extends GeneratedValue[String] with Product with Serializable

Value Members

  1. object ApiError extends Serializable

Ungrouped