public class OpeningHoursSpecification extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
OpeningHoursSpecification.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
closes |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
dayOfWeek |
protected String |
odataType |
protected String |
opens |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
OpeningHoursSpecification() |
| Modifier and Type | Method and Description |
|---|---|
static OpeningHoursSpecification.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getCloses() |
Optional<String> |
getDayOfWeek() |
Optional<String> |
getOpens() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
OpeningHoursSpecification |
withCloses(String closes) |
OpeningHoursSpecification |
withDayOfWeek(String dayOfWeek) |
OpeningHoursSpecification |
withOpens(String opens) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String dayOfWeek
protected String opens
protected String closes
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic OpeningHoursSpecification withDayOfWeek(String dayOfWeek)
public OpeningHoursSpecification withOpens(String opens)
public OpeningHoursSpecification withCloses(String closes)
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 OpeningHoursSpecification.Builder builder()
Copyright © 2018–2020. All rights reserved.