public class RegionalFormatOverrides extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
RegionalFormatOverrides.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
calendar |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
firstDayOfWeek |
protected String |
longDateFormat |
protected String |
longTimeFormat |
protected String |
odataType |
protected String |
shortDateFormat |
protected String |
shortTimeFormat |
protected String |
timeZone |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
RegionalFormatOverrides() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String calendar
protected String firstDayOfWeek
protected String shortDateFormat
protected String longDateFormat
protected String shortTimeFormat
protected String longTimeFormat
protected String timeZone
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic RegionalFormatOverrides withCalendar(String calendar)
public RegionalFormatOverrides withFirstDayOfWeek(String firstDayOfWeek)
public RegionalFormatOverrides withShortDateFormat(String shortDateFormat)
public RegionalFormatOverrides withLongDateFormat(String longDateFormat)
public RegionalFormatOverrides withShortTimeFormat(String shortTimeFormat)
public RegionalFormatOverrides withLongTimeFormat(String longTimeFormat)
public RegionalFormatOverrides withTimeZone(String timeZone)
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 RegionalFormatOverrides.Builder builder()
Copyright © 2018–2020. All rights reserved.