public class ScheduleInformation extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduleInformation.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
availabilityView |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected FreeBusyError |
error |
protected String |
odataType |
protected String |
scheduleId |
protected List<ScheduleItem> |
scheduleItems |
protected String |
scheduleItemsNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected WorkingHours |
workingHours |
| Modifier | Constructor and Description |
|---|---|
protected |
ScheduleInformation() |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleInformation.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAvailabilityView() |
Optional<FreeBusyError> |
getError() |
Optional<String> |
getScheduleId() |
com.github.davidmoten.odata.client.CollectionPage<ScheduleItem> |
getScheduleItems() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<WorkingHours> |
getWorkingHours() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ScheduleInformation |
withAvailabilityView(String availabilityView) |
ScheduleInformation |
withError(FreeBusyError error) |
ScheduleInformation |
withScheduleId(String scheduleId) |
ScheduleInformation |
withWorkingHours(WorkingHours workingHours) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String scheduleId
protected List<ScheduleItem> scheduleItems
protected String scheduleItemsNextLink
protected String availabilityView
protected FreeBusyError error
protected WorkingHours workingHours
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ScheduleInformation withScheduleId(String scheduleId)
public com.github.davidmoten.odata.client.CollectionPage<ScheduleItem> getScheduleItems()
public ScheduleInformation withAvailabilityView(String availabilityView)
public Optional<FreeBusyError> getError()
public ScheduleInformation withError(FreeBusyError error)
public Optional<WorkingHours> getWorkingHours()
public ScheduleInformation withWorkingHours(WorkingHours workingHours)
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 ScheduleInformation.Builder builder()
Copyright © 2018–2020. All rights reserved.