public class OpenShiftItem extends ShiftItem implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenShiftItem.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
openSlotCount |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
activities, activitiesNextLink, displayName, notescontextPath, endDateTime, odataType, startDateTime, theme| Modifier | Constructor and Description |
|---|---|
protected |
OpenShiftItem() |
| Modifier and Type | Method and Description |
|---|---|
static OpenShiftItem.Builder |
builderOpenShiftItem()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getOpenSlotCount() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
OpenShiftItem |
withOpenSlotCount(Integer openSlotCount) |
builderShiftItem, getActivities, getDisplayName, getNotes, withDisplayName, withNotesbuilder, getEndDateTime, getStartDateTime, getTheme, withEndDateTime, withStartDateTime, withThemeprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Integer openSlotCount
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ShiftItempublic OpenShiftItem withOpenSlotCount(Integer openSlotCount)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ShiftItempublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ShiftItempublic static OpenShiftItem.Builder builderOpenShiftItem()
Copyright © 2018–2020. All rights reserved.