JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.ardoq.service
Interface BatchService
public interface
BatchService
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Map
<
String
,
Map
<
String
,
String
>>
create
(
BatchCreateRequest
batch)
Method Details
create
@POST("/api/batch")
Map
<
String
,
Map
<
String
,
String
>>
create
(
@Body
BatchCreateRequest
batch)