Uses of Class
odata.msgraph.client.entity.OfferShiftRequest
-
Packages that use OfferShiftRequest Package Description odata.msgraph.client.entity -
-
Uses of OfferShiftRequest in odata.msgraph.client.entity
Subclasses of OfferShiftRequest in odata.msgraph.client.entity Modifier and Type Class Description classSwapShiftsChangeRequestFields in odata.msgraph.client.entity with type parameters of type OfferShiftRequest Modifier and Type Field Description protected List<OfferShiftRequest>Schedule. offerShiftRequestsMethods in odata.msgraph.client.entity that return OfferShiftRequest Modifier and Type Method Description OfferShiftRequestOfferShiftRequest.Builder. build()OfferShiftRequestOfferShiftRequest. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.OfferShiftRequestOfferShiftRequest. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).OfferShiftRequestOfferShiftRequest. withRecipientActionDateTime(OffsetDateTime recipientActionDateTime)Returns an immutable copy ofthiswith just therecipientActionDateTimefield changed.OfferShiftRequestOfferShiftRequest. withRecipientActionMessage(String recipientActionMessage)OfferShiftRequestOfferShiftRequest. withRecipientUserId(String recipientUserId)OfferShiftRequestOfferShiftRequest. withSenderShiftId(String senderShiftId)OfferShiftRequestOfferShiftRequest. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type OfferShiftRequest Modifier and Type Method Description Schedule.BuilderSchedule.Builder. offerShiftRequests(OfferShiftRequest... offerShiftRequests)Method parameters in odata.msgraph.client.entity with type arguments of type OfferShiftRequest Modifier and Type Method Description Schedule.BuilderSchedule.Builder. offerShiftRequests(List<OfferShiftRequest> offerShiftRequests)ScheduleSchedule. withOfferShiftRequests(List<OfferShiftRequest> offerShiftRequests)
-