public class FormFieldSet extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Object[] |
formFields
Associated form fields
|
Long[] |
formLayout
Layout of the form
|
Long |
id
Form field set id
|
Boolean |
skipCompany
Any associated InboxRegistrations or BundleRegistrations can be saved without providing company
|
Boolean |
skipEmail
Any associated InboxRegistrations or BundleRegistrations can be saved without providing email
|
Boolean |
skipName
Any associated InboxRegistrations or BundleRegistrations can be saved without providing name
|
String |
title
Title to be displayed
|
Long |
userId
User ID.
|
| Constructor and Description |
|---|
FormFieldSet() |
FormFieldSet(HashMap<String,Object> parameters) |
FormFieldSet(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<FormFieldSet> |
all() |
static ListIterator<FormFieldSet> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static FormFieldSet |
create(HashMap<String,Object> parameters)
Parameters:
user_id - int64 - User ID.
|
static FormFieldSet |
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 FormFieldSet |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static FormFieldSet |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Form Field Set ID.
|
static FormFieldSet |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static FormFieldSet |
get() |
static FormFieldSet |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<FormFieldSet> |
list()
Parameters:
user_id - int64 - User ID.
|
static ListIterator<FormFieldSet> |
list(HashMap<String,Object> parameters) |
static ListIterator<FormFieldSet> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
save() |
FormFieldSet |
update()
Parameters:
title - string - Title to be displayed
skip_email - boolean - Skip validating form email
skip_name - boolean - Skip validating form name
skip_company - boolean - Skip validating company
form_fields - array(object)
|
static FormFieldSet |
update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static FormFieldSet |
update(Long id,
HashMap<String,Object> parameters)
Parameters:
title - string - Title to be displayed
skip_email - boolean - Skip validating form email
skip_name - boolean - Skip validating form name
skip_company - boolean - Skip validating company
form_fields - array(object)
|
static FormFieldSet |
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 title
public Long[] formLayout
public Object[] formFields
public Boolean skipName
public Boolean skipEmail
public Boolean skipCompany
public Long userId
public FormFieldSet 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<FormFieldSet> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<FormFieldSet> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<FormFieldSet> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<FormFieldSet> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<FormFieldSet> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static FormFieldSet find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static FormFieldSet find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static FormFieldSet find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static FormFieldSet get() throws RuntimeException
RuntimeExceptionpublic static FormFieldSet get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static FormFieldSet create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static FormFieldSet create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static FormFieldSet update(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static FormFieldSet update(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static FormFieldSet 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.