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 Details

    • ProfileCardPropertyCollectionPage

      public ProfileCardPropertyCollectionPage(@Nonnull ProfileCardPropertyCollectionResponse response, @Nonnull ProfileCardPropertyCollectionRequestBuilder builder)
      A collection page for ProfileCardProperty
      Parameters:
      response - the serialized ProfileCardPropertyCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page