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
- Alphabetic
- By Inheritance
Inherited
- ValueArrayResponse
- NextLinkResponse
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
nextLink: UndefOr[String]
- Definition Classes
- NextLinkResponse
- Annotations
- @JSName( "@odata.nextLink" )
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
def
toLocaleString(): String
- Definition Classes
- Object
- val value: UndefOr[Array[A]]
-
def
valueOf(): Any
- Definition Classes
- Object