public class MapiLegacyFreeBusyPropertyDto extends MapiPropertyDto
Constructor and Description |
---|
MapiLegacyFreeBusyPropertyDto() |
MapiLegacyFreeBusyPropertyDto(MapiPropertyDescriptor descriptor,
String discriminator,
String value)
Initializes a new instance of the MapiLegacyFreeBusyPropertyDto
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getValue()
Represents the free/busy status for a calendar event.
|
int |
hashCode() |
void |
setValue(String value)
Set value.
|
String |
toString() |
MapiLegacyFreeBusyPropertyDto |
value(String value)
Set value and return this.
|
descriptor, getDescriptor, getDiscriminator, setDescriptor, setDiscriminator
public MapiLegacyFreeBusyPropertyDto()
public MapiLegacyFreeBusyPropertyDto(MapiPropertyDescriptor descriptor, String discriminator, String value)
descriptor
- Property descriptordiscriminator
- value
- Represents the free/busy status for a calendar event. Enum, available values: Free, Tentative, Busy, Oof, WorkingElsewhere, NoDatapublic MapiLegacyFreeBusyPropertyDto value(String value)
value
- Represents the free/busy status for a calendar event. Enum, available values: Free, Tentative, Busy, Oof, WorkingElsewhere, NoDatapublic String getValue()
public void setValue(String value)
value
- Represents the free/busy status for a calendar event. Enum, available values: Free, Tentative, Busy, Oof, WorkingElsewhere, NoDatapublic 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.