final class Credentials extends AnyRef

Source
Credentials.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Credentials
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(other: Any): Boolean
    Definition Classes
    Credentials → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    Credentials → AnyRef → Any
  3. val password: String
  4. def toString(): String
    Definition Classes
    Credentials → AnyRef → Any
  5. val username: String
  6. def withPassword(value: String): Credentials
  7. def withUsername(value: String): Credentials