Uses of Class
odata.msgraph.client.beta.entity.TimeOffRequest
-
Packages that use TimeOffRequest Package Description odata.msgraph.client.beta.entity -
-
Uses of TimeOffRequest in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.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, String value)
-