public class Priority extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
color
The priority color
|
String |
path
The path corresponding to the priority color.
|
| Constructor and Description |
|---|
Priority() |
Priority(HashMap<String,Object> parameters) |
Priority(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<Priority> |
all() |
static ListIterator<Priority> |
all(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Priority> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<Priority> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Priority> |
list(String path,
HashMap<String,Object> parameters) |
static ListIterator<Priority> |
list(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic String path
public String color
public static ListIterator<Priority> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Priority> list(String path, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Priority> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Priority> list(String path, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Priority> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Priority> all(String path, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.