C# Class ApiSdk.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.ExtensionsRequestBuilder

Provides operations to manage the extensions property of the microsoft.graph.contact entity.
Afficher le fichier Open project: microsoftgraph/msgraph-cli

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BuildCommand ( ) : Command
BuildCountCommand ( ) : Command
BuildCreateCommand ( ) : Command

Create new navigation property to extensions for users

BuildListCommand ( ) : Command

The collection of open extensions defined for the contact. Nullable.

CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation

The collection of open extensions defined for the contact. Nullable. Configuration for the request such as headers, query parameters, and middleware options.

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

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

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

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

Method Details

BuildCommand() public méthode

public BuildCommand ( ) : Command
Résultat Command

BuildCountCommand() public méthode

public BuildCountCommand ( ) : Command
Résultat Command

BuildCreateCommand() public méthode

Create new navigation property to extensions for users
public BuildCreateCommand ( ) : Command
Résultat Command

BuildListCommand() public méthode

The collection of open extensions defined for the contact. Nullable.
public BuildListCommand ( ) : Command
Résultat Command

CreateGetRequestInformation() public méthode

The collection of open extensions defined for the contact. Nullable. Configuration for the request such as headers, query parameters, and middleware options.
public CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation
requestConfiguration Action
Résultat RequestInformation

CreatePostRequestInformation() public méthode

Create new navigation property to extensions for users Configuration for the request such as headers, query parameters, and middleware options.
public CreatePostRequestInformation ( Extension body, Action requestConfiguration = default ) : RequestInformation
body Extension
requestConfiguration Action
Résultat RequestInformation

ExtensionsRequestBuilder() public méthode

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