cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
proxy
/
app.softwork.cikraft.proxy
/
KeyValueMapOperations
Key
Value
Map
Operations
@
Serializable
@
XmlSerialName
(
value
=
"KeyValueMapOperations"
,
namespace
=
"http://www.sap.com/apimgmt"
)
data
class
KeyValueMapOperations
(
val
mapIdentifier
:
String
,
val
async
:
Boolean
=
false
,
val
continueOnError
:
Boolean
=
false
,
val
enabled
:
Boolean
=
true
,
val
gets
:
List
<
KeyValueMapOperations.Get
>
)
:
Policy
(
source
)
Members
Constructors
Key
Value
Map
Operations
Link copied to clipboard
constructor
(
mapIdentifier
:
String
,
async
:
Boolean
=
false
,
continueOnError
:
Boolean
=
false
,
enabled
:
Boolean
=
true
,
gets
:
List
<
KeyValueMapOperations.Get
>
)
Types
Get
Link copied to clipboard
@
Serializable
data
class
Get
(
val
assignTo
:
String
,
val
index
:
Int
=
1
,
val
key
:
KeyValueMapOperations.Get.Key
)
Properties
async
Link copied to clipboard
open
override
val
async
:
Boolean
continue
On
Error
Link copied to clipboard
open
override
val
continueOnError
:
Boolean
enabled
Link copied to clipboard
open
override
val
enabled
:
Boolean
gets
Link copied to clipboard
val
gets
:
List
<
KeyValueMapOperations.Get
>
map
Identifier
Link copied to clipboard
val
mapIdentifier
:
String