Package com.microsoft.graph.requests
Class MultiValueLegacyExtendedPropertyCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MultiValueLegacyExtendedProperty,MultiValueLegacyExtendedPropertyCollectionRequestBuilder>
com.microsoft.graph.requests.MultiValueLegacyExtendedPropertyCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MultiValueLegacyExtendedPropertyCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<MultiValueLegacyExtendedProperty,MultiValueLegacyExtendedPropertyCollectionRequestBuilder>
The class for the Multi Value Legacy Extended Property Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionMultiValueLegacyExtendedPropertyCollectionPage(MultiValueLegacyExtendedPropertyCollectionResponse response, MultiValueLegacyExtendedPropertyCollectionRequestBuilder builder) A collection page for MultiValueLegacyExtendedPropertyMultiValueLegacyExtendedPropertyCollectionPage(List<MultiValueLegacyExtendedProperty> pageContents, MultiValueLegacyExtendedPropertyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MultiValueLegacyExtendedProperty -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
MultiValueLegacyExtendedPropertyCollectionPage
public MultiValueLegacyExtendedPropertyCollectionPage(@Nonnull MultiValueLegacyExtendedPropertyCollectionResponse response, @Nonnull MultiValueLegacyExtendedPropertyCollectionRequestBuilder builder) A collection page for MultiValueLegacyExtendedProperty- Parameters:
response- the serialized MultiValueLegacyExtendedPropertyCollectionResponse from the servicebuilder- the request builder for the next collection page
-
MultiValueLegacyExtendedPropertyCollectionPage
public MultiValueLegacyExtendedPropertyCollectionPage(@Nonnull List<MultiValueLegacyExtendedProperty> pageContents, @Nullable MultiValueLegacyExtendedPropertyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MultiValueLegacyExtendedProperty- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-