SalesforceMobileSDK-Android
Toggle table of contents
14.0.0-rc.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SalesforceMobileSDK-Android
SalesforceSDK
/
com.salesforce.androidsdk.rest
/
CollectionResponse
/
CollectionSubResponse
Collection
Sub
Response
open
class
CollectionSubResponse
Members
Constructors
Collection
Sub
Response
Link copied to clipboard
constructor
(
subResponseJson
:
JSONObject
)
Properties
ERRORS
Link copied to clipboard
val
ERRORS
:
String
=
"errors"
errors
Link copied to clipboard
val
errors
:
List
<
CollectionResponse.ErrorResponse
>
ID
Link copied to clipboard
val
ID
:
String
=
"id"
id
Link copied to clipboard
val
id
:
String
json
Link copied to clipboard
val
json
:
JSONObject
SUCCESS
Link copied to clipboard
val
SUCCESS
:
String
=
"success"
success
Link copied to clipboard
val
success
:
Boolean
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String