C# Class ApiSdk.Groups.Item.Drives.Item.List.ContentTypes.Item.Base.BaseRequestBuilder

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

Private Properties

Property Type Description

Public Methods

Method Description
BaseRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models

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

BuildGetCommand ( ) : Command

Parent contentType from which this content type is derived.

CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation

Parent contentType from which this content type is derived. Configuration for the request such as headers, query parameters, and middleware options.

Method Details

BaseRequestBuilder() public method

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

BuildGetCommand() public method

Parent contentType from which this content type is derived.
public BuildGetCommand ( ) : Command
return Command

CreateGetRequestInformation() public method

Parent contentType from which this content type is derived. Configuration for the request such as headers, query parameters, and middleware options.
public CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation
requestConfiguration Action
return RequestInformation