Package odata.msgraph.client.complex
Class OpenShiftItem
- java.lang.Object
-
- odata.msgraph.client.complex.ScheduleEntity
-
- odata.msgraph.client.complex.ShiftItem
-
- odata.msgraph.client.complex.OpenShiftItem
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class OpenShiftItem extends ShiftItem implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOpenShiftItem.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegeropenSlotCount-
Fields inherited from class odata.msgraph.client.complex.ShiftItem
activities, activitiesNextLink, displayName, notes
-
Fields inherited from class odata.msgraph.client.complex.ScheduleEntity
contextPath, endDateTime, odataType, startDateTime, theme, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOpenShiftItem()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpenShiftItem.BuilderbuilderOpenShiftItem()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()OpenShiftItemwithOpenSlotCount(Integer openSlotCount)OpenShiftItemwithUnmappedField(String name, Object value)-
Methods inherited from class odata.msgraph.client.complex.ShiftItem
builderShiftItem, getActivities, getActivities, getDisplayName, getNotes, withDisplayName, withNotes
-
Methods inherited from class odata.msgraph.client.complex.ScheduleEntity
builder, getEndDateTime, getStartDateTime, getTheme, withEndDateTime, withStartDateTime, withTheme
-
-
-
-
Field Detail
-
openSlotCount
protected Integer openSlotCount
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classShiftItem
-
withOpenSlotCount
public OpenShiftItem withOpenSlotCount(Integer openSlotCount)
-
withUnmappedField
public OpenShiftItem withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classShiftItem
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classShiftItem
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classShiftItem
-
builderOpenShiftItem
public static OpenShiftItem.Builder builderOpenShiftItem()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-