public class Style extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
byte[] |
file
Logo for custom branding.
|
Long |
id
Style ID
|
Image |
logo
Logo
|
String |
path
Folder path.
|
Image |
thumbnail
Logo thumbnail
|
| Constructor and Description |
|---|
Style() |
Style(HashMap<String,Object> parameters) |
Style(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
static void |
delete(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
delete(String path,
HashMap<String,Object> parameters) |
static void |
delete(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
destroy() |
void |
destroy(HashMap<String,Object> parameters) |
static void |
destroy(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Style |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Style |
find(String path,
HashMap<String,Object> parameters)
Parameters:
path (required) - string - Style path.
|
static Style |
find(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Style |
get() |
static Style |
get(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
save() |
Style |
update()
Parameters:
file (required) - file - Logo for custom branding.
|
static Style |
update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Style |
update(String path,
HashMap<String,Object> parameters)
Parameters:
file (required) - file - Logo for custom branding.
|
static Style |
update(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String path
public Image logo
public Image thumbnail
public byte[] file
public Style update() throws IOException
IOExceptionpublic void delete()
throws IOException
IOExceptionpublic void destroy(HashMap<String,Object> parameters) throws IOException
IOExceptionpublic void save()
throws IOException
IOExceptionpublic static Style find(String path, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static Style find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Style find(String path, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Style get() throws RuntimeException
RuntimeExceptionpublic static Style get(String path, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Style update(String path, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static Style update(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Style update(String path, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(String path, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static void delete(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(String path, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void destroy()
throws RuntimeException
RuntimeExceptionpublic static void destroy(String path, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.