Package ch.astorm.jotlmsg.io
Class OneOffEntryIDStructure
java.lang.Object
ch.astorm.jotlmsg.io.FlatEntryStructure
ch.astorm.jotlmsg.io.OneOffEntryIDStructure
Represents an [MS-OXCDATA] 2.2.5.1 One-Off EntryID Structure in Java.
- Author:
- Guido Stein
-
Constructor Summary
ConstructorsConstructorDescriptionOneOffEntryIDStructure(String emailAddress) Constructor for byte conversion.OneOffEntryIDStructure(String displayName, String emailAddress) Constructor for byte conversion.Constructor for byte parsing. -
Method Summary
Modifier and TypeMethodDescriptionReturns the displayName.Returns the emailAddress.Methods inherited from class ch.astorm.jotlmsg.io.FlatEntryStructure
getEntryID, getSize, setEntryID
-
Constructor Details
-
OneOffEntryIDStructure
Constructor for byte parsing.- Parameters:
bf-ByteBuffersource for parsing.
-
OneOffEntryIDStructure
Constructor for byte conversion.- Parameters:
emailAddress- ReplyTo email address.
-
OneOffEntryIDStructure
Constructor for byte conversion.- Parameters:
displayName- ReplyTo display name of email address.emailAddress- ReplyTo email address.
-
-
Method Details
-
getDisplayName
Returns the displayName.- Returns:
- The displayName
-
getEmailAddress
Returns the emailAddress.- Returns:
- The emailAddress
-