| Package | Description |
|---|---|
| org.egov.portal.entity | |
| org.egov.portal.entity.enums |
| Modifier and Type | Method and Description |
|---|---|
Priority |
CitizenInbox.getPriority() |
| Modifier and Type | Method and Description |
|---|---|
void |
CitizenInbox.setPriority(Priority priority) |
| Constructor and Description |
|---|
CitizenInboxBuilder(MessageType messageType,
String headerMessage,
String detailedMessage,
Date messageDate,
org.egov.infra.admin.master.entity.User assignedToCitizen,
Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
static Priority |
Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Priority[] |
Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.