Uses of Class
odata.msgraph.client.entity.TimeOffReason
-
Packages that use TimeOffReason Package Description odata.msgraph.client.entity -
-
Uses of TimeOffReason in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type TimeOffReason Modifier and Type Field Description protected List<TimeOffReason>Schedule. timeOffReasonsMethods in odata.msgraph.client.entity that return TimeOffReason Modifier and Type Method Description TimeOffReasonTimeOffReason.Builder. build()TimeOffReasonTimeOffReason. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TimeOffReasonTimeOffReason. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TimeOffReasonTimeOffReason. withDisplayName(String displayName)TimeOffReasonTimeOffReason. withIconType(TimeOffReasonIconType iconType)TimeOffReasonTimeOffReason. withIsActive(Boolean isActive)TimeOffReasonTimeOffReason. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type TimeOffReason Modifier and Type Method Description Schedule.BuilderSchedule.Builder. timeOffReasons(TimeOffReason... timeOffReasons)Org.OData.Capabilities.V1.ExpandRestrictionsMethod parameters in odata.msgraph.client.entity with type arguments of type TimeOffReason Modifier and Type Method Description Schedule.BuilderSchedule.Builder. timeOffReasons(List<TimeOffReason> timeOffReasons)Org.OData.Capabilities.V1.ExpandRestrictionsScheduleSchedule. withTimeOffReasons(List<TimeOffReason> timeOffReasons)Returns an immutable copy ofthiswith just thetimeOffReasonsfield changed.
-