C# Class ApiSdk.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.MultiValueExtendedProperties.Item.MultiValueLegacyExtendedPropertyItemRequestBuilder

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

Private Properties

Property Type Description

Public Methods

Method Description
BuildDeleteCommand ( ) : Command

Delete navigation property multiValueExtendedProperties for me

BuildGetCommand ( ) : Command

The collection of multi-value extended properties defined for the event. Read-only. Nullable.

BuildPatchCommand ( ) : Command

Update the navigation property multiValueExtendedProperties in me

CreateDeleteRequestInformation ( Action requestConfiguration = default ) : RequestInformation

Delete navigation property multiValueExtendedProperties for me Configuration for the request such as headers, query parameters, and middleware options.

CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation

The collection of multi-value extended properties defined for the event. Read-only. Nullable. Configuration for the request such as headers, query parameters, and middleware options.

CreatePatchRequestInformation ( MultiValueLegacyExtendedProperty body, Action requestConfiguration = default ) : RequestInformation

Update the navigation property multiValueExtendedProperties in me Configuration for the request such as headers, query parameters, and middleware options.

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

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

Method Details

BuildDeleteCommand() public method

Delete navigation property multiValueExtendedProperties for me
public BuildDeleteCommand ( ) : Command
return Command

BuildGetCommand() public method

The collection of multi-value extended properties defined for the event. Read-only. Nullable.
public BuildGetCommand ( ) : Command
return Command

BuildPatchCommand() public method

Update the navigation property multiValueExtendedProperties in me
public BuildPatchCommand ( ) : Command
return Command

CreateDeleteRequestInformation() public method

Delete navigation property multiValueExtendedProperties for me Configuration for the request such as headers, query parameters, and middleware options.
public CreateDeleteRequestInformation ( Action requestConfiguration = default ) : RequestInformation
requestConfiguration Action
return RequestInformation

CreateGetRequestInformation() public method

The collection of multi-value extended properties defined for the event. 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

CreatePatchRequestInformation() public method

Update the navigation property multiValueExtendedProperties in me Configuration for the request such as headers, query parameters, and middleware options.
public CreatePatchRequestInformation ( MultiValueLegacyExtendedProperty body, Action requestConfiguration = default ) : RequestInformation
body MultiValueLegacyExtendedProperty
requestConfiguration Action
return RequestInformation

MultiValueLegacyExtendedPropertyItemRequestBuilder() public method

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