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