Class MessageRuleCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MessageRule,MessageRuleCollectionRequestBuilder>
com.microsoft.graph.requests.MessageRuleCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MessageRuleCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<MessageRule,MessageRuleCollectionRequestBuilder>
The class for the Message Rule Collection Page.
  • Constructor Details

    • MessageRuleCollectionPage

      public MessageRuleCollectionPage(@Nonnull MessageRuleCollectionResponse response, @Nonnull MessageRuleCollectionRequestBuilder builder)
      A collection page for MessageRule
      Parameters:
      response - the serialized MessageRuleCollectionResponse from the service
      builder - the request builder for the next collection page
    • MessageRuleCollectionPage

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