public class MapiContactOtherPropertySetDtoBuilder extends Object
Constructor and Description |
---|
MapiContactOtherPropertySetDtoBuilder(MapiContactOtherPropertySetDto model) |
Modifier and Type | Method and Description |
---|---|
MapiContactOtherPropertySetDtoBuilder |
_private(Boolean _private)
Set MapiContactOtherPropertySetDto._private and return builder.
|
MapiContactOtherPropertySetDto |
build()
Build MapiContactOtherPropertySetDto instance.
|
MapiContactOtherPropertySetDtoBuilder |
journal(Boolean journal)
Set MapiContactOtherPropertySetDto.journal and return builder.
|
MapiContactOtherPropertySetDtoBuilder |
reminderTime(Date reminderTime)
Set MapiContactOtherPropertySetDto.reminderTime and return builder.
|
MapiContactOtherPropertySetDtoBuilder |
reminderTopic(String reminderTopic)
Set MapiContactOtherPropertySetDto.reminderTopic and return builder.
|
MapiContactOtherPropertySetDtoBuilder |
userField1(String userField1)
Set MapiContactOtherPropertySetDto.userField1 and return builder.
|
MapiContactOtherPropertySetDtoBuilder |
userField2(String userField2)
Set MapiContactOtherPropertySetDto.userField2 and return builder.
|
MapiContactOtherPropertySetDtoBuilder |
userField3(String userField3)
Set MapiContactOtherPropertySetDto.userField3 and return builder.
|
MapiContactOtherPropertySetDtoBuilder |
userField4(String userField4)
Set MapiContactOtherPropertySetDto.userField4 and return builder.
|
public MapiContactOtherPropertySetDtoBuilder(MapiContactOtherPropertySetDto model)
public MapiContactOtherPropertySetDto build()
public MapiContactOtherPropertySetDtoBuilder _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 MapiContactOtherPropertySetDtoBuilder journal(Boolean journal)
journal
- Specifies whether to create a journal for each action associated with this contact.public MapiContactOtherPropertySetDtoBuilder reminderTime(Date reminderTime)
reminderTime
- Specifies the initial signal time for a reminder.public MapiContactOtherPropertySetDtoBuilder reminderTopic(String reminderTopic)
reminderTopic
- Represents the status of a meeting request.public MapiContactOtherPropertySetDtoBuilder userField1(String userField1)
userField1
- Specifies the first field on the contact that is intended for miscellaneous use for the contact.public MapiContactOtherPropertySetDtoBuilder userField2(String userField2)
userField2
- Specifies the second field on the contact that is intended for miscellaneous use for the contact.public MapiContactOtherPropertySetDtoBuilder userField3(String userField3)
userField3
- Specifies the third field on the contact that is intended for miscellaneous use for the contact.public MapiContactOtherPropertySetDtoBuilder userField4(String userField4)
userField4
- Specifies the forth field on the contact that is intended for miscellaneous use for the contact.Copyright © 2020. All rights reserved.