Show / Hide Table of Contents

Interface IApplicationCallsCollectionPage

The interface IApplicationCallsCollectionPage.

Inherited Members
ICollectionPage<Call>.CurrentPage
ICollectionPage<Call>.AdditionalData
System.Collections.Generic.IList<Microsoft.Graph.Call>.IndexOf(Microsoft.Graph.Call)
System.Collections.Generic.IList<Microsoft.Graph.Call>.Insert(System.Int32, Microsoft.Graph.Call)
System.Collections.Generic.IList<Microsoft.Graph.Call>.RemoveAt(System.Int32)
System.Collections.Generic.IList<Microsoft.Graph.Call>.Item[System.Int32]
System.Collections.Generic.ICollection<Microsoft.Graph.Call>.Add(Microsoft.Graph.Call)
System.Collections.Generic.ICollection<Microsoft.Graph.Call>.Clear()
System.Collections.Generic.ICollection<Microsoft.Graph.Call>.Contains(Microsoft.Graph.Call)
System.Collections.Generic.ICollection<Microsoft.Graph.Call>.CopyTo(Microsoft.Graph.Call[], System.Int32)
System.Collections.Generic.ICollection<Microsoft.Graph.Call>.Remove(Microsoft.Graph.Call)
System.Collections.Generic.ICollection<Microsoft.Graph.Call>.Count
System.Collections.Generic.ICollection<Microsoft.Graph.Call>.IsReadOnly
System.Collections.Generic.IEnumerable<Microsoft.Graph.Call>.GetEnumerator()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonConverter(typeof(InterfaceConverter<ApplicationCallsCollectionPage>))]
public interface IApplicationCallsCollectionPage : ICollectionPage<Call>, IList<Call>, ICollection<Call>, IEnumerable<Call>, IEnumerable

Properties

View Source

NextPageRequest

Gets the next page IApplicationCallsCollectionRequest instance.

Declaration
IApplicationCallsCollectionRequest NextPageRequest { get; }
Property Value
Type Description
IApplicationCallsCollectionRequest

Methods

View Source

InitializeNextPageRequest(IBaseClient, String)

Initializes the NextPageRequest property.

Declaration
void InitializeNextPageRequest(IBaseClient client, string nextPageLinkString)
Parameters
Type Name Description
IBaseClient client
System.String nextPageLinkString
  • View Source
Back to top Generated by DocFX