public class APICommand extends Object
Modifier and Type | Field and Description |
---|---|
Map<String,Object> |
body |
static int |
CREATE |
static int |
DELETE |
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 APICommand(int methodType, String providerId, Map<String,Object> body) throws IOException
IOException
public APICommand(int methodType, String providerId, Map<String,Object> body, Map<String,Object> map) throws IOException
IOException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"