case class Expand(property: String, select: Seq[String] = Nil, filter: Option[String] = None, orderBy: Seq[String] = Nil, top: Option[Int] = None) extends QueryParts with Product with Serializable
Another crude spec for $expand.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Expand
- Serializable
- Serializable
- Product
- Equals
- QueryParts
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
val
filter: Option[String]
- Definition Classes
- Expand → QueryParts
-
val
orderBy: Seq[String]
- Definition Classes
- Expand → QueryParts
- val property: String
-
val
select: Seq[String]
- Definition Classes
- Expand → QueryParts
-
val
top: Option[Int]
- Definition Classes
- Expand → QueryParts