Uses of Class
odata.msgraph.client.beta.entity.OfferShiftRequest
-
Packages that use OfferShiftRequest Package Description odata.msgraph.client.beta.entity -
-
Uses of OfferShiftRequest in odata.msgraph.client.beta.entity
Subclasses of OfferShiftRequest in odata.msgraph.client.beta.entity Modifier and Type Class Description classSwapShiftsChangeRequestMethods in odata.msgraph.client.beta.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, String value)
-