Class RoleDefinitionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<RoleDefinition,RoleDefinitionCollectionRequestBuilder>
com.microsoft.graph.requests.RoleDefinitionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class RoleDefinitionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<RoleDefinition,RoleDefinitionCollectionRequestBuilder>
The class for the Role Definition Collection Page.
  • Constructor Details

    • RoleDefinitionCollectionPage

      public RoleDefinitionCollectionPage(@Nonnull RoleDefinitionCollectionResponse response, @Nonnull RoleDefinitionCollectionRequestBuilder builder)
      A collection page for RoleDefinition
      Parameters:
      response - the serialized RoleDefinitionCollectionResponse from the service
      builder - the request builder for the next collection page
    • RoleDefinitionCollectionPage

      public RoleDefinitionCollectionPage(@Nonnull List<RoleDefinition> pageContents, @Nullable RoleDefinitionCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for RoleDefinition
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page