Package com.microsoft.graph.requests
Class OfferShiftRequestCollectionResponse
java.lang.Object
com.microsoft.graph.http.BaseCollectionResponse<OfferShiftRequest>
com.microsoft.graph.requests.OfferShiftRequestCollectionResponse
- All Implemented Interfaces:
com.microsoft.graph.http.ICollectionResponse<OfferShiftRequest>,com.microsoft.graph.serializer.IJsonBackedObject
public class OfferShiftRequestCollectionResponse
extends com.microsoft.graph.http.BaseCollectionResponse<OfferShiftRequest>
The class for the Offer Shift Request Collection Response.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.BaseCollectionResponse
nextLink, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionResponse
additionalDataManager, nextLink, setRawObject, values
-
Constructor Details
-
OfferShiftRequestCollectionResponse
public OfferShiftRequestCollectionResponse()
-