Uses of Class
com.microsoft.graph.models.OfferShiftRequest
Packages that use OfferShiftRequest
-
Uses of OfferShiftRequest in com.microsoft.graph.models
Subclasses of OfferShiftRequest in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return OfferShiftRequestModifier and TypeMethodDescriptionstatic OfferShiftRequestOfferShiftRequest.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type OfferShiftRequestModifier and TypeMethodDescriptionSchedule.getOfferShiftRequests()Gets the offerShiftRequests property value.OfferShiftRequestCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type OfferShiftRequestModifier and TypeMethodDescriptionvoidSchedule.setOfferShiftRequests(List<OfferShiftRequest> value) Sets the offerShiftRequests property value.voidOfferShiftRequestCollectionResponse.setValue(List<OfferShiftRequest> value) Sets the value property value.