toStringWithDetails

open fun toStringWithDetails(fetchDetails: Boolean): String

See toStringWithDetails(Boolean, Boolean, Boolean, Boolean).

Return

(see linked method).

Parameters

fetchDetails

FetchDetails parameter.


open fun toStringWithDetails(fetchDetails: Boolean, includeHeaders: Boolean): String

See toStringWithDetails(Boolean, Boolean, Boolean, Boolean).

Return

(see linked method).

Parameters

fetchDetails

FetchDetails parameter.

includeHeaders

IncludeHeaders parameter.


open fun toStringWithDetails(fetchDetails: Boolean, includeHeaders: Boolean, includeContent: Boolean): String

See toStringWithDetails(Boolean, Boolean, Boolean, Boolean).

Return

(see linked method).

Parameters

fetchDetails

FetchDetails parameter.

includeHeaders

IncludeHeaders parameter.

includeContent

IncludeContent parameter.


open fun toStringWithDetails(fetchDetails: Boolean, includeHeaders: Boolean, includeContent: Boolean, hideCredentials: Boolean): String

Return string representation of this pending request, with optional details.

Return

String representation of this pending request, with optional details.

Parameters

fetchDetails

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.

includeHeaders

If true, then the returned string will include request headers. Defaults to true.

includeContent

If true, then the returned string will include request headers. Defaults to true.

hideCredentials

If true, then the returned string will hide request credentials. Defaults to true.