public class MapiContactOtherPropertySetDto extends Object
Constructor and Description |
---|
MapiContactOtherPropertySetDto() |
MapiContactOtherPropertySetDto(Boolean _private,
Boolean journal,
Date reminderTime,
String reminderTopic,
String userField1,
String userField2,
String userField3,
String userField4)
Initializes a new instance of the MapiContactOtherPropertySetDto
|
Modifier and Type | Method and Description |
---|---|
MapiContactOtherPropertySetDto |
_private(Boolean _private)
Set _private and return this.
|
boolean |
equals(Object o) |
Date |
getReminderTime()
Specifies the initial signal time for a reminder.
|
String |
getReminderTopic()
Represents the status of a meeting request.
|
String |
getUserField1()
Specifies the first field on the contact that is intended for miscellaneous use for the contact.
|
String |
getUserField2()
Specifies the second field on the contact that is intended for miscellaneous use for the contact.
|
String |
getUserField3()
Specifies the third field on the contact that is intended for miscellaneous use for the contact.
|
String |
getUserField4()
Specifies the forth field on the contact that is intended for miscellaneous use for the contact.
|
int |
hashCode() |
Boolean |
isJournal()
Specifies whether to create a journal for each action associated with this contact.
|
Boolean |
isPrivate()
Indicates whether the end-user wants this message object hidden from other users who have access to the message object.
|
MapiContactOtherPropertySetDto |
journal(Boolean journal)
Set journal and return this.
|
MapiContactOtherPropertySetDto |
reminderTime(Date reminderTime)
Set reminderTime and return this.
|
MapiContactOtherPropertySetDto |
reminderTopic(String reminderTopic)
Set reminderTopic and return this.
|
void |
setJournal(Boolean journal)
Set journal.
|
void |
setPrivate(Boolean _private)
Set _private.
|
void |
setReminderTime(Date reminderTime)
Set reminderTime.
|
void |
setReminderTopic(String reminderTopic)
Set reminderTopic.
|
void |
setUserField1(String userField1)
Set userField1.
|
void |
setUserField2(String userField2)
Set userField2.
|
void |
setUserField3(String userField3)
Set userField3.
|
void |
setUserField4(String userField4)
Set userField4.
|
String |
toString() |
MapiContactOtherPropertySetDto |
userField1(String userField1)
Set userField1 and return this.
|
MapiContactOtherPropertySetDto |
userField2(String userField2)
Set userField2 and return this.
|
MapiContactOtherPropertySetDto |
userField3(String userField3)
Set userField3 and return this.
|
MapiContactOtherPropertySetDto |
userField4(String userField4)
Set userField4 and return this.
|
public MapiContactOtherPropertySetDto()
public MapiContactOtherPropertySetDto(Boolean _private, Boolean journal, Date reminderTime, String reminderTopic, String userField1, String userField2, String userField3, String userField4)
_private
- Indicates whether the end-user wants this message object hidden from other users who have access to the message object.journal
- Specifies whether to create a journal for each action associated with this contact.reminderTime
- Specifies the initial signal time for a reminder.reminderTopic
- Represents the status of a meeting request.userField1
- Specifies the first field on the contact that is intended for miscellaneous use for the contact.userField2
- Specifies the second field on the contact that is intended for miscellaneous use for the contact.userField3
- Specifies the third field on the contact that is intended for miscellaneous use for the contact.userField4
- Specifies the forth field on the contact that is intended for miscellaneous use for the contact.public MapiContactOtherPropertySetDto _private(Boolean _private)
_private
- Indicates whether the end-user wants this message object hidden from other users who have access to the message object.public Boolean isPrivate()
public void setPrivate(Boolean _private)
_private
- Indicates whether the end-user wants this message object hidden from other users who have access to the message object.public MapiContactOtherPropertySetDto journal(Boolean journal)
journal
- Specifies whether to create a journal for each action associated with this contact.public Boolean isJournal()
public void setJournal(Boolean journal)
journal
- Specifies whether to create a journal for each action associated with this contact.public MapiContactOtherPropertySetDto reminderTime(Date reminderTime)
reminderTime
- Specifies the initial signal time for a reminder.public Date getReminderTime()
public void setReminderTime(Date reminderTime)
reminderTime
- Specifies the initial signal time for a reminder.public MapiContactOtherPropertySetDto reminderTopic(String reminderTopic)
reminderTopic
- Represents the status of a meeting request.public String getReminderTopic()
public void setReminderTopic(String reminderTopic)
reminderTopic
- Represents the status of a meeting request.public MapiContactOtherPropertySetDto userField1(String userField1)
userField1
- Specifies the first field on the contact that is intended for miscellaneous use for the contact.public String getUserField1()
public void setUserField1(String userField1)
userField1
- Specifies the first field on the contact that is intended for miscellaneous use for the contact.public MapiContactOtherPropertySetDto userField2(String userField2)
userField2
- Specifies the second field on the contact that is intended for miscellaneous use for the contact.public String getUserField2()
public void setUserField2(String userField2)
userField2
- Specifies the second field on the contact that is intended for miscellaneous use for the contact.public MapiContactOtherPropertySetDto userField3(String userField3)
userField3
- Specifies the third field on the contact that is intended for miscellaneous use for the contact.public String getUserField3()
public void setUserField3(String userField3)
userField3
- Specifies the third field on the contact that is intended for miscellaneous use for the contact.public MapiContactOtherPropertySetDto userField4(String userField4)
userField4
- Specifies the forth field on the contact that is intended for miscellaneous use for the contact.public String getUserField4()
public void setUserField4(String userField4)
userField4
- Specifies the forth field on the contact that is intended for miscellaneous use for the contact.Copyright © 2020. All rights reserved.