yde
1.3.0
jvm
yde
/
io.github.ydwk.yde.impl.rest.type
/
DeleteRestApiImpl
Delete
Rest
Api
Impl
data
class
DeleteRestApiImpl
(
yde
:
YDEImpl
,
client
:
OkHttpClient
,
builder
:
Request.Builder
)
:
SimilarRestApiImpl
,
DeleteRestApi
(
source
)
Members
Constructors
Delete
Rest
Api
Impl
Link copied to clipboard
constructor
(
yde
:
YDEImpl
,
client
:
OkHttpClient
,
builder
:
Request.Builder
)
Functions
add
Header
Link copied to clipboard
abstract
fun
addHeader
(
name
:
String
,
value
:
String
)
:
SimilarRestApi
add
Reason
Link copied to clipboard
abstract
fun
addReason
(
reason
:
String
?
)
:
SimilarRestApi
error
Link copied to clipboard
fun
<
T
:
Any
>
error
(
body
:
ResponseBody
,
code
:
Int
,
function
:
Function
<
CompletableFutureManager
,
T
>
?
,
noResult
:
NoResult
?
)
execute
Link copied to clipboard
abstract
fun
execute
(
)
abstract
fun
<
T
:
Any
>
execute
(
function
:
Function
<
CompletableFutureManager
,
T
>
)
:
CompletableDeferred
<
T
>
execute
With
No
Result
Link copied to clipboard
abstract
fun
executeWithNoResult
(
)
:
CompletableDeferred
<
NoResult
>
header
Link copied to clipboard
abstract
fun
header
(
name
:
String
,
value
:
String
)
:
SimilarRestApi
headers
Link copied to clipboard
abstract
fun
headers
(
headers
:
Headers
)
:
SimilarRestApi
remove
Header
Link copied to clipboard
abstract
fun
removeHeader
(
name
:
String
)
:
SimilarRestApi
Properties
response
Body
Link copied to clipboard
var
responseBody
:
ResponseBody
?