public class MapiContactEventPropertySetDto extends Object
Constructor and Description |
---|
MapiContactEventPropertySetDto() |
MapiContactEventPropertySetDto(Date birthday,
Date weddingAnniversary)
Initializes a new instance of the MapiContactEventPropertySetDto
|
Modifier and Type | Method and Description |
---|---|
MapiContactEventPropertySetDto |
birthday(Date birthday)
Set birthday and return this.
|
boolean |
equals(Object o) |
Date |
getBirthday()
Specifies the birthday of the contact.
|
Date |
getWeddingAnniversary()
Specifies the wedding anniversary of the contact.
|
int |
hashCode() |
void |
setBirthday(Date birthday)
Set birthday.
|
void |
setWeddingAnniversary(Date weddingAnniversary)
Set weddingAnniversary.
|
String |
toString() |
MapiContactEventPropertySetDto |
weddingAnniversary(Date weddingAnniversary)
Set weddingAnniversary and return this.
|
public MapiContactEventPropertySetDto()
public MapiContactEventPropertySetDto(Date birthday, Date weddingAnniversary)
birthday
- Specifies the birthday of the contact.weddingAnniversary
- Specifies the wedding anniversary of the contact.public MapiContactEventPropertySetDto birthday(Date birthday)
birthday
- Specifies the birthday of the contact.public Date getBirthday()
public void setBirthday(Date birthday)
birthday
- Specifies the birthday of the contact.public MapiContactEventPropertySetDto weddingAnniversary(Date weddingAnniversary)
weddingAnniversary
- Specifies the wedding anniversary of the contact.public Date getWeddingAnniversary()
public void setWeddingAnniversary(Date weddingAnniversary)
weddingAnniversary
- Specifies the wedding anniversary of the contact.Copyright © 2020. All rights reserved.