| Package | Description |
|---|---|
| cz.abclinuxu.datoveschranky.common.entities |
| Modifier and Type | Method and Description |
|---|---|
MessageType |
MessageEnvelope.getType()
Vrátí typ zprávy (zpráva přijatá, odeslaná, vytvořená za účelem odesláni)
|
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageEnvelope.setType(MessageType type) |
| Constructor and Description |
|---|
MessageEnvelope(MessageType type,
DataBox sender,
DataBox recipient,
String id,
String annotation) |
MessageEnvelope(MessageType type,
DataBox sender,
DataBox recipient,
String id,
String annotation,
LegalTitle legalTitle,
String toHands,
boolean personalDelivery,
boolean allowSubstDelivery) |
Copyright © 2017. All rights reserved.