public class UserRequest extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
company
User's company name
|
String |
details
Details of the user's request
|
String |
email
User email address
|
Long |
id
ID
|
String |
name
User's full name
|
| Constructor and Description |
|---|
UserRequest() |
UserRequest(HashMap<String,Object> parameters) |
UserRequest(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<UserRequest> |
all() |
static ListIterator<UserRequest> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static UserRequest |
create(HashMap<String,Object> parameters)
Parameters:
name (required) - string - Name of user requested
email (required) - string - Email of user requested
details (required) - string - Details of the user request
company - string - Company of the user requested
|
static UserRequest |
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 UserRequest |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static UserRequest |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - User Request ID.
|
static UserRequest |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static UserRequest |
get() |
static UserRequest |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<UserRequest> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<UserRequest> |
list(HashMap<String,Object> parameters) |
static ListIterator<UserRequest> |
list(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 email
public String details
public String company
public void delete()
throws IOException
IOExceptionpublic void destroy(HashMap<String,Object> parameters) throws IOException
IOExceptionpublic static ListIterator<UserRequest> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<UserRequest> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<UserRequest> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<UserRequest> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<UserRequest> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static UserRequest find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static UserRequest find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static UserRequest find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static UserRequest get() throws RuntimeException
RuntimeExceptionpublic static UserRequest get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static UserRequest create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static UserRequest create(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.