yde
1.3.0
jvm
yde
/
io.github.ydwk.yde.rest.type
/
DeleteRestApi
Delete
Rest
Api
interface
DeleteRestApi
:
SimilarRestApi
(
source
)
Inheritors
DeleteRestApiImpl
Members
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
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