final case class APIResource(name: String, verbs: Seq[String], version: Option[String] = None, categories: Option[Seq[String]] = None, namespaced: Boolean, shortNames: Option[Seq[String]] = None, storageVersionHash: Option[String] = None, singularName: String, group: Option[String] = None) extends Product with Serializable

APIResource specifies the name of a resource and whether it is namespaced.

Source
APIResource.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. APIResource
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new APIResource(name: String, verbs: Seq[String], version: Option[String] = None, categories: Option[Seq[String]] = None, namespaced: Boolean, shortNames: Option[Seq[String]] = None, storageVersionHash: Option[String] = None, singularName: String, group: Option[String] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addCategories(newValues: String*): APIResource
  5. def addShortNames(newValues: String*): APIResource
  6. def addVerbs(newValues: String*): APIResource
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val categories: Option[Seq[String]]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. val group: Option[String]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val name: String
  16. val namespaced: Boolean
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val shortNames: Option[Seq[String]]
  21. val singularName: String
  22. val storageVersionHash: Option[String]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. val verbs: Seq[String]
  25. val version: Option[String]
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. def withCategories(value: Seq[String]): APIResource
  30. def withGroup(value: String): APIResource
  31. def withName(value: String): APIResource
  32. def withNamespaced(value: Boolean): APIResource
  33. def withShortNames(value: Seq[String]): APIResource
  34. def withSingularName(value: String): APIResource
  35. def withStorageVersionHash(value: String): APIResource
  36. def withVerbs(value: Seq[String]): APIResource
  37. def withVersion(value: String): APIResource

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped