Package com.microsoft.graph.requests
Class TimeOffReasonCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TimeOffReason,TimeOffReasonCollectionRequestBuilder>
com.microsoft.graph.requests.TimeOffReasonCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TimeOffReasonCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<TimeOffReason,TimeOffReasonCollectionRequestBuilder>
The class for the Time Off Reason Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionTimeOffReasonCollectionPage
(TimeOffReasonCollectionResponse response, TimeOffReasonCollectionRequestBuilder builder) A collection page for TimeOffReasonTimeOffReasonCollectionPage
(List<TimeOffReason> pageContents, TimeOffReasonCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TimeOffReason -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
TimeOffReasonCollectionPage
public TimeOffReasonCollectionPage(@Nonnull TimeOffReasonCollectionResponse response, @Nonnull TimeOffReasonCollectionRequestBuilder builder) A collection page for TimeOffReason- Parameters:
response
- the serialized TimeOffReasonCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
TimeOffReasonCollectionPage
public TimeOffReasonCollectionPage(@Nonnull List<TimeOffReason> pageContents, @Nullable TimeOffReasonCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TimeOffReason- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-