Package com.microsoft.graph.requests
Class ExtensionPropertyCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ExtensionProperty,ExtensionPropertyCollectionRequestBuilder>
com.microsoft.graph.requests.ExtensionPropertyCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ExtensionPropertyCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ExtensionProperty,ExtensionPropertyCollectionRequestBuilder>
The class for the Extension Property Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionExtensionPropertyCollectionPage(ExtensionPropertyCollectionResponse response, ExtensionPropertyCollectionRequestBuilder builder) A collection page for ExtensionPropertyExtensionPropertyCollectionPage(List<ExtensionProperty> pageContents, ExtensionPropertyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ExtensionProperty -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ExtensionPropertyCollectionPage
public ExtensionPropertyCollectionPage(@Nonnull ExtensionPropertyCollectionResponse response, @Nonnull ExtensionPropertyCollectionRequestBuilder builder) A collection page for ExtensionProperty- Parameters:
response- the serialized ExtensionPropertyCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ExtensionPropertyCollectionPage
public ExtensionPropertyCollectionPage(@Nonnull List<ExtensionProperty> pageContents, @Nullable ExtensionPropertyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ExtensionProperty- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-