Packages

object headers

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. headers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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

  1. val AcceptHeader: HttpHeaders
  2. val AssociatedNavigationProperty: String
  3. val ContentTypeJson: HttpHeaders
  4. val DefaultPreferOptions: PreferOptions

    Default Prefer options, noisy.

  5. val DoNotSuppressDuplicateDetection: HttpHeaders
  6. val FormattedValue: String
  7. val FormattedValues: PreferOptions

    Return formatted values.

  8. val LookupLogicalName: String
  9. val NextLink: String
  10. val NoisyPreferOptions: PreferOptions

    Adds everything to be returned.

  11. val QuietPreferOptions: PreferOptions

    Quiet prefer options.

  12. val SuppressDuplicateDetection: HttpHeaders
  13. def attr(p: String, mod: String): String

    Create an attribute name with modifier.

  14. def getBasicHeaders(): HttpHeaders
  15. def render(popts: PreferOptions): Option[String]

    Renders value side of Prefer header.