public class MapiImportancePropertyDto extends MapiPropertyDto
Constructor and Description |
---|
MapiImportancePropertyDto() |
MapiImportancePropertyDto(MapiPropertyDescriptor descriptor,
String discriminator,
String value)
Initializes a new instance of the MapiImportancePropertyDto
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getValue()
Levels of importance for an item.
|
int |
hashCode() |
void |
setValue(String value)
Set value.
|
String |
toString() |
MapiImportancePropertyDto |
value(String value)
Set value and return this.
|
descriptor, getDescriptor, getDiscriminator, setDescriptor, setDiscriminator
public MapiImportancePropertyDto()
public MapiImportancePropertyDto(MapiPropertyDescriptor descriptor, String discriminator, String value)
descriptor
- Property descriptordiscriminator
- value
- Levels of importance for an item. Enum, available values: Low, Normal, Highpublic MapiImportancePropertyDto value(String value)
value
- Levels of importance for an item. Enum, available values: Low, Normal, Highpublic String getValue()
public void setValue(String value)
value
- Levels of importance for an item. Enum, available values: Low, Normal, Highpublic 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.