C# Class ApiSdk.Users.Item.CalendarView.Item.Instances.InstancesRequestBuilder

Provides operations to manage the instances property of the microsoft.graph.event entity.
Show file Open project: microsoftgraph/msgraph-cli

Private Properties

Property Type Description

Public Methods

Method Description
BuildCommand ( ) : Command
BuildCountCommand ( ) : Command
BuildCreateCommand ( ) : Command

Create new navigation property to instances for users

BuildListCommand ( ) : Command

The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.

CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation

The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. Configuration for the request such as headers, query parameters, and middleware options.

CreatePostRequestInformation ( Event body, Action requestConfiguration = default ) : RequestInformation

Create new navigation property to instances for users Configuration for the request such as headers, query parameters, and middleware options.

Delta ( ) : DeltaRequestBuilder

Provides operations to call the delta method.

InstancesRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models

Instantiates a new InstancesRequestBuilder and sets the default values. Path parameters for the request The request adapter to use to execute the requests.

Method Details

BuildCommand() public method

public BuildCommand ( ) : Command
return Command

BuildCountCommand() public method

public BuildCountCommand ( ) : Command
return Command

BuildCreateCommand() public method

Create new navigation property to instances for users
public BuildCreateCommand ( ) : Command
return Command

BuildListCommand() public method

The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.
public BuildListCommand ( ) : Command
return Command

CreateGetRequestInformation() public method

The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. Configuration for the request such as headers, query parameters, and middleware options.
public CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation
requestConfiguration Action
return RequestInformation

CreatePostRequestInformation() public method

Create new navigation property to instances for users Configuration for the request such as headers, query parameters, and middleware options.
public CreatePostRequestInformation ( Event body, Action requestConfiguration = default ) : RequestInformation
body Event
requestConfiguration Action
return RequestInformation

Delta() public method

Provides operations to call the delta method.
public Delta ( ) : DeltaRequestBuilder
return DeltaRequestBuilder

InstancesRequestBuilder() public method

Instantiates a new InstancesRequestBuilder and sets the default values. Path parameters for the request The request adapter to use to execute the requests.
public InstancesRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models
pathParameters Dictionary
requestAdapter IRequestAdapter
return ApiSdk.Models