public class DaylightTimeZoneOffset extends StandardTimeZoneOffset implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DaylightTimeZoneOffset.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
daylightBias |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, dayOccurrence, dayOfWeek, month, odataType, time, year| Modifier | Constructor and Description |
|---|---|
protected |
DaylightTimeZoneOffset() |
| Modifier and Type | Method and Description |
|---|---|
static DaylightTimeZoneOffset.Builder |
builderDaylightTimeZoneOffset()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getDaylightBias() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DaylightTimeZoneOffset |
withDaylightBias(Integer daylightBias) |
builder, getDayOccurrence, getDayOfWeek, getMonth, getTime, getYear, withDayOccurrence, withDayOfWeek, withMonth, withTime, withYearprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Integer daylightBias
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class StandardTimeZoneOffsetpublic DaylightTimeZoneOffset withDaylightBias(Integer daylightBias)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class StandardTimeZoneOffsetpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class StandardTimeZoneOffsetpublic static DaylightTimeZoneOffset.Builder builderDaylightTimeZoneOffset()
public String toString()
toString in class StandardTimeZoneOffsetCopyright © 2018–2020. All rights reserved.