BaseDeltaCollectionRequest<T,T2,T3> Class
- java.
lang. Object - com.
microsoft. graph. http. BaseCollectionRequest<T,T2,T3> - com.
microsoft. graph. http. BaseFunctionCollectionRequest<T,T2,T3> - com.
microsoft. graph. http. BaseDeltaCollectionRequest<T,T2,T3>
- com.
- com.
- com.
Type Parameters
- T
the type of the object in the collection
- T2
the response collection type
- T3
the collection page type
public abstract class BaseDeltaCollectionRequest<T,T2,T3>
extends BaseFunctionCollectionRequest<T,T2,T3>
A request against a collection bound function
Constructor Summary
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| protected void |
addDeltaTokenOption(String value, String optionKey)
Adds the delta token query string value for the request |
| protected java.lang.String |
getDeltaTokenFromLink(String deltaLink)
Gets the delta token from the delta link provided by the previous response |
Methods inherited from BaseCollectionRequest
Methods inherited from BaseFunctionCollectionRequest
Methods inherited from java.lang.Object
Constructor Details
BaseDeltaCollectionRequest
public BaseDeltaCollectionRequest(String requestUrl, IBaseClient client, List options, Class
Create the collection request
Parameters:
Method Details
addDeltaTokenOption
protected void addDeltaTokenOption(String value, String optionKey)
Adds the delta token query string value for the request
Parameters:
- The token
- the key to use for the query string parameter
getDeltaTokenFromLink
protected String getDeltaTokenFromLink(String deltaLink)
Gets the delta token from the delta link provided by the previous response
Parameters:
Returns: