Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionMessageRuleCollectionPage
(MessageRuleCollectionResponse response, MessageRuleCollectionRequestBuilder builder) A collection page for MessageRuleMessageRuleCollectionPage
(List<MessageRule> pageContents, MessageRuleCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MessageRule -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
MessageRuleCollectionPage
public MessageRuleCollectionPage(@Nonnull MessageRuleCollectionResponse response, @Nonnull MessageRuleCollectionRequestBuilder builder) A collection page for MessageRule- Parameters:
response
- the serialized MessageRuleCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-