public class Clickwrap extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
body
Body text of Clickwrap (supports Markdown formatting).
|
Long |
id
Clickwrap ID
|
String |
name
Name of the Clickwrap agreement (used when selecting from multiple Clickwrap agreements.)
|
String |
useWithBundles
Use this Clickwrap for Bundles?
|
String |
useWithInboxes
Use this Clickwrap for Inboxes?
|
String |
useWithUsers
Use this Clickwrap for User Registrations?
|
| Constructor and Description |
|---|
Clickwrap() |
Clickwrap(HashMap<String,Object> parameters) |
Clickwrap(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<Clickwrap> |
all() |
static ListIterator<Clickwrap> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Clickwrap |
create(HashMap<String,Object> parameters)
Parameters:
name - string - Name of the Clickwrap agreement (used when selecting from multiple Clickwrap agreements.)
|
static Clickwrap |
create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
delete() |
static void |
delete(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
delete(Long id,
HashMap<String,Object> parameters) |
static void |
delete(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
destroy() |
void |
destroy(HashMap<String,Object> parameters) |
static void |
destroy(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Clickwrap |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Clickwrap |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Clickwrap ID.
|
static Clickwrap |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Clickwrap |
get() |
static Clickwrap |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Clickwrap> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<Clickwrap> |
list(HashMap<String,Object> parameters) |
static ListIterator<Clickwrap> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
save() |
Clickwrap |
update()
Parameters:
name - string - Name of the Clickwrap agreement (used when selecting from multiple Clickwrap agreements.)
|
static Clickwrap |
update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Clickwrap |
update(Long id,
HashMap<String,Object> parameters)
Parameters:
name - string - Name of the Clickwrap agreement (used when selecting from multiple Clickwrap agreements.)
|
static Clickwrap |
update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String name
public String body
public String useWithUsers
public String useWithBundles
public String useWithInboxes
public Clickwrap update() throws IOException
IOExceptionpublic void delete()
throws IOException
IOExceptionpublic void destroy(HashMap<String,Object> parameters) throws IOException
IOExceptionpublic void save()
throws IOException
IOExceptionpublic static ListIterator<Clickwrap> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Clickwrap> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Clickwrap> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Clickwrap> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Clickwrap> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Clickwrap find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static Clickwrap find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Clickwrap find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Clickwrap get() throws RuntimeException
RuntimeExceptionpublic static Clickwrap get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Clickwrap create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static Clickwrap create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Clickwrap update(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static Clickwrap update(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Clickwrap update(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static void delete(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void destroy()
throws RuntimeException
RuntimeExceptionpublic static void destroy(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.