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