final class CommonPrefixes extends AnyRef

Source
model.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommonPrefixes
  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
    CommonPrefixes → AnyRef → Any
  2. def getPrefix: String

    Java API

  3. def hashCode(): Int
    Definition Classes
    CommonPrefixes → AnyRef → Any
  4. val prefix: String
  5. def toString(): String
    Definition Classes
    CommonPrefixes → AnyRef → Any
  6. def withPrefix(value: String): CommonPrefixes