public class Entity extends Object
Modifier and Type | Method and Description |
---|---|
void |
add(String name,
String value) |
void |
attach(String filename,
InputStream in) |
void |
delete() |
void |
get() |
String |
get(String field) |
String |
getType() |
void |
post() |
void |
put() |
void |
set(String field,
String value) |
void |
setType(String type) |
public void setType(String type)
public String getType()
public void post()
public void put()
public void delete()
public void get()
public void attach(String filename, InputStream in)
Copyright © 2016–2017. All rights reserved.