Package odata.msgraph.client.complex
Class TimeOffItem
- java.lang.Object
-
- odata.msgraph.client.complex.ScheduleEntity
-
- odata.msgraph.client.complex.TimeOffItem
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TimeOffItem extends ScheduleEntity implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimeOffItem.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringtimeOffReasonId-
Fields inherited from class odata.msgraph.client.complex.ScheduleEntity
contextPath, endDateTime, odataType, startDateTime, theme, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTimeOffItem()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimeOffItem.BuilderbuilderTimeOffItem()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getTimeOffReasonId()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()TimeOffItemwithTimeOffReasonId(String timeOffReasonId)TimeOffItemwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.complex.ScheduleEntity
builder, getEndDateTime, getStartDateTime, getTheme, withEndDateTime, withStartDateTime, withTheme
-
-
-
-
Field Detail
-
timeOffReasonId
protected String timeOffReasonId
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classScheduleEntity
-
withTimeOffReasonId
public TimeOffItem withTimeOffReasonId(String timeOffReasonId)
-
withUnmappedField
public TimeOffItem withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classScheduleEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classScheduleEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classScheduleEntity
-
builderTimeOffItem
public static TimeOffItem.Builder builderTimeOffItem()
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
-
toString
public String toString()
- Overrides:
toStringin classScheduleEntity
-
-