C# Class ApiSdk.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Item.ToTerm.ToTermRequestBuilder

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

Private Properties

Property Type Description

Public Methods

Method Description
BuildGetCommand ( ) : Command

The to [term] of the relation. The term to which the relationship is defined.

CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation

The to [term] of the relation. The term to which the relationship is defined. Configuration for the request such as headers, query parameters, and middleware options.

ToTermRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models.ODataErrors

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

Method Details

BuildGetCommand() public method

The to [term] of the relation. The term to which the relationship is defined.
public BuildGetCommand ( ) : Command
return Command

CreateGetRequestInformation() public method

The to [term] of the relation. The term to which the relationship is defined. Configuration for the request such as headers, query parameters, and middleware options.
public CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation
requestConfiguration Action
return RequestInformation

ToTermRequestBuilder() public method

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