public class TimeInfo extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeInfo.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
activityStatusCode |
protected String |
calendarId |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
displayText |
protected Double |
effort |
protected OffsetDateTime |
end |
protected Boolean |
isActivity |
protected String |
odataType |
protected String |
sourceId |
protected Integer |
sourceTypeCode |
protected OffsetDateTime |
start |
protected SubCode |
subCode |
protected TimeCode |
timeCode |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
TimeInfo() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected OffsetDateTime start
protected OffsetDateTime end
protected TimeCode timeCode
protected SubCode subCode
protected String sourceId
protected String calendarId
protected Integer sourceTypeCode
protected Boolean isActivity
protected Integer activityStatusCode
protected Double effort
protected String displayText
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<OffsetDateTime> getStart()
public TimeInfo withStart(OffsetDateTime start)
public Optional<OffsetDateTime> getEnd()
public TimeInfo withEnd(OffsetDateTime end)
public com.github.davidmoten.odata.client.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 TimeInfo.Builder builder()
Copyright © 2018–2020. All rights reserved.