Package com.microsoft.graph.requests
Class SubjectRightsRequestCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SubjectRightsRequest,SubjectRightsRequestCollectionRequestBuilder>
com.microsoft.graph.requests.SubjectRightsRequestCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SubjectRightsRequestCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<SubjectRightsRequest,SubjectRightsRequestCollectionRequestBuilder>
The class for the Subject Rights Request Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSubjectRightsRequestCollectionPage(SubjectRightsRequestCollectionResponse response, SubjectRightsRequestCollectionRequestBuilder builder) A collection page for SubjectRightsRequestSubjectRightsRequestCollectionPage(List<SubjectRightsRequest> pageContents, SubjectRightsRequestCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SubjectRightsRequest -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
SubjectRightsRequestCollectionPage
public SubjectRightsRequestCollectionPage(@Nonnull SubjectRightsRequestCollectionResponse response, @Nonnull SubjectRightsRequestCollectionRequestBuilder builder) A collection page for SubjectRightsRequest- Parameters:
response- the serialized SubjectRightsRequestCollectionResponse from the servicebuilder- the request builder for the next collection page
-
SubjectRightsRequestCollectionPage
public SubjectRightsRequestCollectionPage(@Nonnull List<SubjectRightsRequest> pageContents, @Nullable SubjectRightsRequestCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SubjectRightsRequest- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-