public class MapiCalendarTimeZoneInfoDto extends Object
Constructor and Description |
---|
MapiCalendarTimeZoneInfoDto() |
MapiCalendarTimeZoneInfoDto(Integer bias,
Integer daylightBias,
MapiCalendarTimeZoneRuleDto daylightDate,
Integer standardBias,
MapiCalendarTimeZoneRuleDto standardDate,
List<String> timeZoneFlags,
Integer year)
Initializes a new instance of the MapiCalendarTimeZoneInfoDto
|
Modifier and Type | Method and Description |
---|---|
MapiCalendarTimeZoneInfoDto |
addTimeZoneFlagsItem(String timeZoneFlagsItem)
Add an item to timeZoneFlags and return this.
|
MapiCalendarTimeZoneInfoDto |
bias(Integer bias)
Set bias and return this.
|
MapiCalendarTimeZoneInfoDto |
daylightBias(Integer daylightBias)
Set daylightBias and return this.
|
MapiCalendarTimeZoneInfoDto |
daylightDate(MapiCalendarTimeZoneRuleDto daylightDate)
Set daylightDate and return this.
|
boolean |
equals(Object o) |
Integer |
getBias()
Time zone's offset in minutes from UTC.
|
Integer |
getDaylightBias()
Offset in minutes from lBias during daylight saving time.
|
MapiCalendarTimeZoneRuleDto |
getDaylightDate()
Date and local time that indicate when to begin using the DaylightBias.
|
Integer |
getStandardBias()
Offset in minutes from lBias during standard time.
|
MapiCalendarTimeZoneRuleDto |
getStandardDate()
Date and local time that indicate when to begin using the StandardBias.
|
List<String> |
getTimeZoneFlags()
Individual bit flags that specify information about this TimeZoneRule.
|
Integer |
getYear()
Year in which this rule is scheduled to take effect.
|
int |
hashCode() |
void |
setBias(Integer bias)
Set bias.
|
void |
setDaylightBias(Integer daylightBias)
Set daylightBias.
|
void |
setDaylightDate(MapiCalendarTimeZoneRuleDto daylightDate)
Set daylightDate.
|
void |
setStandardBias(Integer standardBias)
Set standardBias.
|
void |
setStandardDate(MapiCalendarTimeZoneRuleDto standardDate)
Set standardDate.
|
void |
setTimeZoneFlags(List<String> timeZoneFlags)
Set timeZoneFlags.
|
void |
setYear(Integer year)
Set year.
|
MapiCalendarTimeZoneInfoDto |
standardBias(Integer standardBias)
Set standardBias and return this.
|
MapiCalendarTimeZoneInfoDto |
standardDate(MapiCalendarTimeZoneRuleDto standardDate)
Set standardDate and return this.
|
MapiCalendarTimeZoneInfoDto |
timeZoneFlags(List<String> timeZoneFlags)
Set timeZoneFlags and return this.
|
String |
toString() |
MapiCalendarTimeZoneInfoDto |
year(Integer year)
Set year and return this.
|
public MapiCalendarTimeZoneInfoDto()
public MapiCalendarTimeZoneInfoDto(Integer bias, Integer daylightBias, MapiCalendarTimeZoneRuleDto daylightDate, Integer standardBias, MapiCalendarTimeZoneRuleDto standardDate, List<String> timeZoneFlags, Integer year)
bias
- Time zone's offset in minutes from UTC.daylightBias
- Offset in minutes from lBias during daylight saving time.daylightDate
- Date and local time that indicate when to begin using the DaylightBias.standardBias
- Offset in minutes from lBias during standard time.standardDate
- Date and local time that indicate when to begin using the StandardBias.timeZoneFlags
- Individual bit flags that specify information about this TimeZoneRule. Items: Enumerates the individual bit flags that specify information about TimeZoneRule Enum, available values: TzRuleFlagRecurCurrentTzReg, TzRuleFlagEffectiveTzRegyear
- Year in which this rule is scheduled to take effect.public MapiCalendarTimeZoneInfoDto bias(Integer bias)
bias
- Time zone's offset in minutes from UTC.public Integer getBias()
public void setBias(Integer bias)
bias
- Time zone's offset in minutes from UTC.public MapiCalendarTimeZoneInfoDto daylightBias(Integer daylightBias)
daylightBias
- Offset in minutes from lBias during daylight saving time.public Integer getDaylightBias()
public void setDaylightBias(Integer daylightBias)
daylightBias
- Offset in minutes from lBias during daylight saving time.public MapiCalendarTimeZoneInfoDto daylightDate(MapiCalendarTimeZoneRuleDto daylightDate)
daylightDate
- Date and local time that indicate when to begin using the DaylightBias.public MapiCalendarTimeZoneRuleDto getDaylightDate()
public void setDaylightDate(MapiCalendarTimeZoneRuleDto daylightDate)
daylightDate
- Date and local time that indicate when to begin using the DaylightBias.public MapiCalendarTimeZoneInfoDto standardBias(Integer standardBias)
standardBias
- Offset in minutes from lBias during standard time.public Integer getStandardBias()
public void setStandardBias(Integer standardBias)
standardBias
- Offset in minutes from lBias during standard time.public MapiCalendarTimeZoneInfoDto standardDate(MapiCalendarTimeZoneRuleDto standardDate)
standardDate
- Date and local time that indicate when to begin using the StandardBias.public MapiCalendarTimeZoneRuleDto getStandardDate()
public void setStandardDate(MapiCalendarTimeZoneRuleDto standardDate)
standardDate
- Date and local time that indicate when to begin using the StandardBias.public MapiCalendarTimeZoneInfoDto timeZoneFlags(List<String> timeZoneFlags)
timeZoneFlags
- Individual bit flags that specify information about this TimeZoneRule. Items: Enumerates the individual bit flags that specify information about TimeZoneRule Enum, available values: TzRuleFlagRecurCurrentTzReg, TzRuleFlagEffectiveTzRegpublic MapiCalendarTimeZoneInfoDto addTimeZoneFlagsItem(String timeZoneFlagsItem)
timeZoneFlagsItem
- An item of: Individual bit flags that specify information about this TimeZoneRule.public List<String> getTimeZoneFlags()
public void setTimeZoneFlags(List<String> timeZoneFlags)
timeZoneFlags
- Individual bit flags that specify information about this TimeZoneRule. Items: Enumerates the individual bit flags that specify information about TimeZoneRule Enum, available values: TzRuleFlagRecurCurrentTzReg, TzRuleFlagEffectiveTzRegpublic MapiCalendarTimeZoneInfoDto year(Integer year)
year
- Year in which this rule is scheduled to take effect.public Integer getYear()
public void setYear(Integer year)
year
- Year in which this rule is scheduled to take effect.Copyright © 2020. All rights reserved.