public class MapiContactEventPropertySetDtoBuilder extends Object
Constructor and Description |
---|
MapiContactEventPropertySetDtoBuilder(MapiContactEventPropertySetDto model) |
Modifier and Type | Method and Description |
---|---|
MapiContactEventPropertySetDtoBuilder |
birthday(Date birthday)
Set MapiContactEventPropertySetDto.birthday and return builder.
|
MapiContactEventPropertySetDto |
build()
Build MapiContactEventPropertySetDto instance.
|
MapiContactEventPropertySetDtoBuilder |
weddingAnniversary(Date weddingAnniversary)
Set MapiContactEventPropertySetDto.weddingAnniversary and return builder.
|
public MapiContactEventPropertySetDtoBuilder(MapiContactEventPropertySetDto model)
public MapiContactEventPropertySetDto build()
public MapiContactEventPropertySetDtoBuilder birthday(Date birthday)
birthday
- Specifies the birthday of the contact.public MapiContactEventPropertySetDtoBuilder weddingAnniversary(Date weddingAnniversary)
weddingAnniversary
- Specifies the wedding anniversary of the contact.Copyright © 2020. All rights reserved.