Uses of Class
odata.msgraph.client.entity.TimeOffRequest
-
Packages that use TimeOffRequest Package Description odata.msgraph.client.entity -
-
Uses of TimeOffRequest in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type TimeOffRequest Modifier and Type Field Description protected List<TimeOffRequest>Schedule. timeOffRequestsMethods in odata.msgraph.client.entity that return TimeOffRequest Modifier and Type Method Description TimeOffRequestTimeOffRequest.Builder. build()TimeOffRequestTimeOffRequest. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TimeOffRequestTimeOffRequest. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TimeOffRequestTimeOffRequest. withEndDateTime(OffsetDateTime endDateTime)TimeOffRequestTimeOffRequest. withStartDateTime(OffsetDateTime startDateTime)TimeOffRequestTimeOffRequest. withTimeOffReasonId(String timeOffReasonId)TimeOffRequestTimeOffRequest. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type TimeOffRequest Modifier and Type Method Description Schedule.BuilderSchedule.Builder. timeOffRequests(TimeOffRequest... timeOffRequests)Org.OData.Capabilities.V1.ExpandRestrictionsMethod parameters in odata.msgraph.client.entity with type arguments of type TimeOffRequest Modifier and Type Method Description Schedule.BuilderSchedule.Builder. timeOffRequests(List<TimeOffRequest> timeOffRequests)Org.OData.Capabilities.V1.ExpandRestrictionsScheduleSchedule. withTimeOffRequests(List<TimeOffRequest> timeOffRequests)Returns an immutable copy ofthiswith just thetimeOffRequestsfield changed.
-