public class TimeOffReasonCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<TimeOffReason,TimeOffReasonCollectionRequestBuilder>
| Constructor and Description |
|---|
TimeOffReasonCollectionPage(java.util.List<TimeOffReason> pageContents,
TimeOffReasonCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for TimeOffReason
|
TimeOffReasonCollectionPage(TimeOffReasonCollectionResponse response,
TimeOffReasonCollectionRequestBuilder builder)
A collection page for TimeOffReason
|
public TimeOffReasonCollectionPage(@Nonnull
TimeOffReasonCollectionResponse response,
@Nonnull
TimeOffReasonCollectionRequestBuilder builder)
response - the serialized TimeOffReasonCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic TimeOffReasonCollectionPage(@Nonnull
java.util.List<TimeOffReason> pageContents,
@Nullable
TimeOffReasonCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page