public class APICommand extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,Object> |
body |
static int |
CREATE |
static int |
DELETE |
static int |
INCREMENT |
Map<String,Object> |
map |
int |
methodType |
String |
providerId |
static int |
UPDATE |
public int methodType
public String providerId
public static final int CREATE
public static final int UPDATE
public static final int DELETE
public static final int INCREMENT
public APICommand(int methodType,
String providerId,
Map<String,Object> body)
throws IOException
IOExceptionpublic APICommand(int methodType,
String providerId,
Map<String,Object> body,
Map<String,Object> map)
throws IOException
IOException"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"