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