object headers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- headers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
PreferOptions(maxPageSize: Option[Int] = None, includeRepresentation: Option[Boolean] = None, includeFormattedValues: Option[Boolean] = None, includeLookupLogicalNames: Option[Boolean] = None, includeAssociatedNavigationProperties: Option[Boolean] = None) extends Product with Serializable
Default includes everything.
Value Members
- val AcceptHeader: HttpHeaders
- val AssociatedNavigationProperty: String
- val ContentTypeJson: HttpHeaders
-
val
DefaultPreferOptions: PreferOptions
Default Prefer options, noisy.
- val DoNotSuppressDuplicateDetection: HttpHeaders
- val FormattedValue: String
-
val
FormattedValues: PreferOptions
Return formatted values.
- val LookupLogicalName: String
- val NextLink: String
-
val
NoisyPreferOptions: PreferOptions
Adds everything to be returned.
-
val
QuietPreferOptions: PreferOptions
Quiet prefer options.
- val SuppressDuplicateDetection: HttpHeaders
-
def
attr(p: String, mod: String): String
Create an attribute name with modifier.
- def getBasicHeaders(): HttpHeaders
-
def
render(popts: PreferOptions): Option[String]
Renders value side of Prefer header.