public class Partnership extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
PA_CONTENT_TRANSFER_ENCODING |
static String |
PA_PROTOCOL |
static String |
PA_REMOVE_PROTECTION_ATTRIB |
static String |
PA_SET_CONTENT_TRANSFER_ENCODING_OMBP |
static String |
PA_SUBJECT |
static String |
PID_EMAIL |
static String |
PTYPE_RECEIVER |
static String |
PTYPE_SENDER |
Constructor and Description |
---|
Partnership() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
compareIDs(Map<String,Object> ids,
Map<String,Object> compareTo) |
void |
copy(Partnership partnership) |
String |
getAttribute(String id) |
Map<String,String> |
getAttributes() |
String |
getName() |
String |
getReceiverID(String id) |
Map<String,Object> |
getReceiverIDs() |
String |
getSenderID(String id) |
Map<String,Object> |
getSenderIDs() |
boolean |
isAsyncMDN() |
boolean |
isPreventCanonicalization() |
boolean |
isRemoveCmsAlgorithmProtectionAttr() |
boolean |
isRenameDigestToOldName() |
boolean |
isSetTransferEncodingOnInitialBodyPart() |
boolean |
matches(Partnership partnership) |
void |
setAttribute(String id,
String value) |
void |
setAttributes(Map<String,String> attributes) |
void |
setName(String name) |
void |
setReceiverID(String id,
String value) |
void |
setReceiverIDs(Map<String,Object> receiverIDs) |
void |
setSenderID(String id,
String value) |
void |
setSenderIDs(Map<String,Object> senderIDs) |
String |
toString() |
public static final String PTYPE_SENDER
public static final String PTYPE_RECEIVER
public static final String PID_EMAIL
public static final String PA_PROTOCOL
public static final String PA_SUBJECT
public static final String PA_CONTENT_TRANSFER_ENCODING
public static final String PA_REMOVE_PROTECTION_ATTRIB
public static final String PA_SET_CONTENT_TRANSFER_ENCODING_OMBP
public String getName()
public void setName(String name)
public boolean matches(Partnership partnership)
public void copy(Partnership partnership)
public boolean isAsyncMDN()
public boolean isSetTransferEncodingOnInitialBodyPart()
public boolean isPreventCanonicalization()
public boolean isRenameDigestToOldName()
public boolean isRemoveCmsAlgorithmProtectionAttr()
Copyright © 2017. All rights reserved.