t

dynamics.http

ValueArrayResponse

trait ValueArrayResponse[A <: Any] extends Object with NextLinkResponse[A]

General response envelope when an array of values is returned in "values".. Use A=_ if you do not care about the values. This is only used to process return bodies and find the "value" array that may, or may not be there. You get this when querying for a list or when navigating to a collection valued property. If you use $expand on a collection value property it is listed under its attribute name on the target entity and is *not* under the "value" fieldname.

Annotations
@RawJSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueArrayResponse
  2. NextLinkResponse
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  2. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  3. val nextLink: UndefOr[String]
    Definition Classes
    NextLinkResponse
    Annotations
    @JSName( "@odata.nextLink" )
  4. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  5. def toLocaleString(): String
    Definition Classes
    Object
  6. val value: UndefOr[Array[A]]
  7. def valueOf(): Any
    Definition Classes
    Object