Class DeltaRequestBuilder.GetQueryParameters
java.lang.Object
com.microsoft.graph.users.item.messages.delta.DeltaRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
DeltaRequestBuilder
@Generated("com.microsoft.kiota")
public class DeltaRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA custom query option to filter the delta response based on the type of change.Include count of itemsString[]Expand related entitiesFilter items by property valuesString[]Order items by property valuesSearch items by search phrasesString[]Select properties to be returnedSkip the first n itemsShow only the first n items -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
changeType
A custom query option to filter the delta response based on the type of change. Supported values are created, updated or deleted. -
count
Include count of items -
expand
Expand related entities -
filter
Filter items by property values -
orderby
Order items by property values -
search
Search items by search phrases -
select
Select properties to be returned -
skip
Skip the first n items -
top
Show only the first n items
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details