public class MapiResponseTypePropertyDto extends MapiPropertyDto
Constructor and Description |
---|
MapiResponseTypePropertyDto() |
MapiResponseTypePropertyDto(MapiPropertyDescriptor descriptor,
String discriminator,
String value)
Initializes a new instance of the MapiResponseTypePropertyDto
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getValue()
Represents the types of recipient responses that are received for a meeting.
|
int |
hashCode() |
void |
setValue(String value)
Set value.
|
String |
toString() |
MapiResponseTypePropertyDto |
value(String value)
Set value and return this.
|
descriptor, getDescriptor, getDiscriminator, setDescriptor, setDiscriminator
public MapiResponseTypePropertyDto()
public MapiResponseTypePropertyDto(MapiPropertyDescriptor descriptor, String discriminator, String value)
descriptor
- Property descriptordiscriminator
- value
- Represents the types of recipient responses that are received for a meeting. Enum, available values: Unknown, Organizer, Tentative, Accept, Decline, NoResponseReceivedpublic MapiResponseTypePropertyDto value(String value)
value
- Represents the types of recipient responses that are received for a meeting. Enum, available values: Unknown, Organizer, Tentative, Accept, Decline, NoResponseReceivedpublic String getValue()
public void setValue(String value)
value
- Represents the types of recipient responses that are received for a meeting. Enum, available values: Unknown, Organizer, Tentative, Accept, Decline, NoResponseReceivedpublic boolean equals(Object o)
equals
in class MapiPropertyDto
public int hashCode()
hashCode
in class MapiPropertyDto
public String toString()
toString
in class MapiPropertyDto
Copyright © 2020. All rights reserved.