public class PostItemType extends ItemType implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for PostItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostItemType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/types}ItemType">
<sequence>
<element name="ConversationIndex" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="ConversationTopic" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="From" type="{http://schemas.microsoft.com/exchange/services/2006/types}SingleRecipientType" minOccurs="0"/>
<element name="InternetMessageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsRead" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="PostedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="References" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Sender" type="{http://schemas.microsoft.com/exchange/services/2006/types}SingleRecipientType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
conversationIndex |
protected String |
conversationTopic |
protected SingleRecipientType |
from |
protected String |
internetMessageId |
protected Boolean |
isRead |
protected XMLGregorianCalendar |
postedTime |
protected String |
references |
protected SingleRecipientType |
sender |
attachments, body, categories, culture, dateTimeCreated, dateTimeReceived, dateTimeSent, displayCc, displayTo, effectiveRights, extendedProperties, hasAttachments, importance, inReplyTo, internetMessageHeaders, isDraft, isFromMe, isResend, isSubmitted, isUnmodified, itemClass, itemId, lastModifiedName, lastModifiedTime, mimeContent, parentFolderId, reminderDueBy, reminderIsSet, reminderMinutesBeforeStart, responseObjects, sensitivity, size, subject| Constructor and Description |
|---|
PostItemType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
byte[] |
getConversationIndex()
Gets the value of the conversationIndex property.
|
String |
getConversationTopic()
Gets the value of the conversationTopic property.
|
SingleRecipientType |
getFrom()
Gets the value of the from property.
|
String |
getInternetMessageId()
Gets the value of the internetMessageId property.
|
XMLGregorianCalendar |
getPostedTime()
Gets the value of the postedTime property.
|
String |
getReferences()
Gets the value of the references property.
|
SingleRecipientType |
getSender()
Gets the value of the sender property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isIsRead()
Gets the value of the isRead property.
|
void |
setConversationIndex(byte[] value)
Sets the value of the conversationIndex property.
|
void |
setConversationTopic(String value)
Sets the value of the conversationTopic property.
|
void |
setFrom(SingleRecipientType value)
Sets the value of the from property.
|
void |
setInternetMessageId(String value)
Sets the value of the internetMessageId property.
|
void |
setIsRead(Boolean value)
Sets the value of the isRead property.
|
void |
setPostedTime(XMLGregorianCalendar value)
Sets the value of the postedTime property.
|
void |
setReferences(String value)
Sets the value of the references property.
|
void |
setSender(SingleRecipientType value)
Sets the value of the sender property.
|
String |
toString() |
getAttachments, getBody, getCategories, getCulture, getDateTimeCreated, getDateTimeReceived, getDateTimeSent, getDisplayCc, getDisplayTo, getEffectiveRights, getExtendedProperties, getImportance, getInReplyTo, getInternetMessageHeaders, getItemClass, getItemId, getLastModifiedName, getLastModifiedTime, getMimeContent, getParentFolderId, getReminderDueBy, getReminderMinutesBeforeStart, getResponseObjects, getSensitivity, getSize, getSubject, isHasAttachments, isIsDraft, isIsFromMe, isIsResend, isIsSubmitted, isIsUnmodified, isReminderIsSet, setAttachments, setBody, setCategories, setCulture, setDateTimeCreated, setDateTimeReceived, setDateTimeSent, setDisplayCc, setDisplayTo, setEffectiveRights, setHasAttachments, setImportance, setInReplyTo, setInternetMessageHeaders, setIsDraft, setIsFromMe, setIsResend, setIsSubmitted, setIsUnmodified, setItemClass, setItemId, setLastModifiedName, setLastModifiedTime, setMimeContent, setParentFolderId, setReminderDueBy, setReminderIsSet, setReminderMinutesBeforeStart, setResponseObjects, setSensitivity, setSize, setSubjectprotected byte[] conversationIndex
protected String conversationTopic
protected SingleRecipientType from
protected String internetMessageId
protected Boolean isRead
protected XMLGregorianCalendar postedTime
protected String references
protected SingleRecipientType sender
public byte[] getConversationIndex()
public void setConversationIndex(byte[] value)
value - allowed object is
byte[]public String getConversationTopic()
Stringpublic void setConversationTopic(String value)
value - allowed object is
Stringpublic SingleRecipientType getFrom()
SingleRecipientTypepublic void setFrom(SingleRecipientType value)
value - allowed object is
SingleRecipientTypepublic String getInternetMessageId()
Stringpublic void setInternetMessageId(String value)
value - allowed object is
Stringpublic Boolean isIsRead()
Booleanpublic void setIsRead(Boolean value)
value - allowed object is
Booleanpublic XMLGregorianCalendar getPostedTime()
XMLGregorianCalendarpublic void setPostedTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getReferences()
Stringpublic void setReferences(String value)
value - allowed object is
Stringpublic SingleRecipientType getSender()
SingleRecipientTypepublic void setSender(SingleRecipientType value)
value - allowed object is
SingleRecipientTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class ItemTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Copyright © 2017 Apereo. All Rights Reserved.