to String With Details
See toStringWithDetails(Boolean, Boolean, Boolean, Boolean).
Return
(see linked method).
Parameters
FetchDetails parameter.
See toStringWithDetails(Boolean, Boolean, Boolean, Boolean).
Return
(see linked method).
Parameters
FetchDetails parameter.
IncludeHeaders parameter.
See toStringWithDetails(Boolean, Boolean, Boolean, Boolean).
Return
(see linked method).
Parameters
FetchDetails parameter.
IncludeHeaders parameter.
IncludeContent parameter.
Return string representation of this pending request, with optional details.
String representation of this pending request, with optional details.Return
Parameters
Pass true to include details, otherwise the result will be the same as returned by {@link com.sap.cloud.mobile.kotlin.odata.PendingRequest#toString() PendingRequest.toString} and the remaining parameters will be ignored.
If true, then the returned string will include request headers. Defaults to true.
If true, then the returned string will include request headers. Defaults to true.
If true, then the returned string will hide request credentials. Defaults to true.