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
/
CompositeResponse
Composite
Response
open
class
CompositeResponse
CompositeResponse: Class to represent response for a CompositeRequest.
Members
Constructors
Composite
Response
Link copied to clipboard
constructor
(
responseJson
:
JSONObject
)
Types
Composite
Sub
Response
Link copied to clipboard
open
class
CompositeSubResponse
Properties
BODY
Link copied to clipboard
val
BODY
:
String
=
"body"
COMPOSITE_
RESPONSE
Link copied to clipboard
val
COMPOSITE_RESPONSE
:
String
=
"compositeResponse"
HTTP_
HEADERS
Link copied to clipboard
val
HTTP_HEADERS
:
String
=
"httpHeaders"
HTTP_
STATUS_
CODE
Link copied to clipboard
val
HTTP_STATUS_CODE
:
String
=
"httpStatusCode"
REFERENCE_
ID
Link copied to clipboard
val
REFERENCE_ID
:
String
=
"referenceId"
sub
Responses
Link copied to clipboard
val
subResponses
:
List
<
CompositeResponse.CompositeSubResponse
>