Packages

case class DiffInfo(changeType: ChangeType, oldPath: String, newPath: String, oldContent: Option[String], newContent: Option[String], oldIsImage: Boolean, newIsImage: Boolean, oldObjectId: Option[String], newObjectId: Option[String], oldMode: String, newMode: String, tooLarge: Boolean, patch: Option[String]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DiffInfo
  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 DiffInfo(changeType: ChangeType, oldPath: String, newPath: String, oldContent: Option[String], newContent: Option[String], oldIsImage: Boolean, newIsImage: Boolean, oldObjectId: Option[String], newObjectId: Option[String], oldMode: String, newMode: String, tooLarge: Boolean, patch: Option[String])

Value Members

  1. val changeType: ChangeType
  2. val newContent: Option[String]
  3. val newIsImage: Boolean
  4. val newMode: String
  5. val newObjectId: Option[String]
  6. val newPath: String
  7. val oldContent: Option[String]
  8. val oldIsImage: Boolean
  9. val oldMode: String
  10. val oldObjectId: Option[String]
  11. val oldPath: String
  12. val patch: Option[String]
  13. val tooLarge: Boolean