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