drives

package
v0.48.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2022 License: MIT Imports: 4 Imported by: 6

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type DrivesCountRequestBuilder ¶ added in v0.48.0

type DrivesCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesCountRequestBuilder ¶ added in v0.48.0

NewDrivesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesCountRequestBuilder

NewDrivesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesDriveItemRequestBuilder ¶ added in v0.48.0

type DrivesDriveItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesDriveItemRequestBuilder provides operations to manage the collection of drive entities.

func NewDrivesDriveItemRequestBuilder ¶ added in v0.48.0

NewDrivesDriveItemRequestBuilder instantiates a new DriveItemRequestBuilder and sets the default values.

func NewDrivesDriveItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesDriveItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesDriveItemRequestBuilder

NewDrivesDriveItemRequestBuilderInternal instantiates a new DriveItemRequestBuilder and sets the default values.

func (*DrivesDriveItemRequestBuilder) Bundles ¶ added in v0.48.0

Bundles provides operations to manage the bundles property of the microsoft.graph.drive entity.

func (*DrivesDriveItemRequestBuilder) BundlesById ¶ added in v0.48.0

BundlesById provides operations to manage the bundles property of the microsoft.graph.drive entity.

func (*DrivesDriveItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete entity from drives

func (*DrivesDriveItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries.

func (*DrivesDriveItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update entity in drives

func (*DrivesDriveItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete entity from drives

func (*DrivesDriveItemRequestBuilder) Following ¶ added in v0.48.0

Following provides operations to manage the following property of the microsoft.graph.drive entity.

func (*DrivesDriveItemRequestBuilder) FollowingById ¶ added in v0.48.0

FollowingById provides operations to manage the following property of the microsoft.graph.drive entity.

func (*DrivesDriveItemRequestBuilder) Get ¶ added in v0.48.0

Get retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries.

func (*DrivesDriveItemRequestBuilder) Items ¶ added in v0.48.0

Items provides operations to manage the items property of the microsoft.graph.drive entity.

func (*DrivesDriveItemRequestBuilder) ItemsById ¶ added in v0.48.0

ItemsById provides operations to manage the items property of the microsoft.graph.drive entity.

func (*DrivesDriveItemRequestBuilder) List ¶ added in v0.48.0

List provides operations to manage the list property of the microsoft.graph.drive entity.

func (*DrivesDriveItemRequestBuilder) Recent ¶ added in v0.48.0

Recent provides operations to call the recent method.

func (*DrivesDriveItemRequestBuilder) Root ¶ added in v0.48.0

Root provides operations to manage the root property of the microsoft.graph.drive entity.

func (*DrivesDriveItemRequestBuilder) SearchWithQ ¶ added in v0.48.0

SearchWithQ provides operations to call the search method.

func (*DrivesDriveItemRequestBuilder) SharedWithMe ¶ added in v0.48.0

SharedWithMe provides operations to call the sharedWithMe method.

func (*DrivesDriveItemRequestBuilder) Special ¶ added in v0.48.0

Special provides operations to manage the special property of the microsoft.graph.drive entity.

func (*DrivesDriveItemRequestBuilder) SpecialById ¶ added in v0.48.0

SpecialById provides operations to manage the special property of the microsoft.graph.drive entity.

type DrivesDriveItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesDriveItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesDriveItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesDriveItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesDriveItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesDriveItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries.

type DrivesDriveItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesDriveItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesDriveItemRequestBuilderGetQueryParameters
}

DrivesDriveItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesDriveItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesDriveItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesDriveItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemBundlesCountRequestBuilder ¶ added in v0.48.0

type DrivesItemBundlesCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemBundlesCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemBundlesCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemBundlesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemBundlesCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemBundlesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemBundlesCountRequestBuilder

NewDrivesItemBundlesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemBundlesCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemBundlesCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemBundlesCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemBundlesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemBundlesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemBundlesDriveItemItemRequestBuilder ¶ added in v0.48.0

type DrivesItemBundlesDriveItemItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemBundlesDriveItemItemRequestBuilder provides operations to manage the bundles property of the microsoft.graph.drive entity.

func NewDrivesItemBundlesDriveItemItemRequestBuilder ¶ added in v0.48.0

NewDrivesItemBundlesDriveItemItemRequestBuilder instantiates a new DriveItemItemRequestBuilder and sets the default values.

func NewDrivesItemBundlesDriveItemItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemBundlesDriveItemItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemBundlesDriveItemItemRequestBuilder

NewDrivesItemBundlesDriveItemItemRequestBuilderInternal instantiates a new DriveItemItemRequestBuilder and sets the default values.

func (*DrivesItemBundlesDriveItemItemRequestBuilder) Content ¶ added in v0.48.0

Content provides operations to manage the media for the drive entity.

func (*DrivesItemBundlesDriveItemItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.

func (*DrivesItemBundlesDriveItemItemRequestBuilder) Get ¶ added in v0.48.0

Get collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.

type DrivesItemBundlesDriveItemItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemBundlesDriveItemItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemBundlesDriveItemItemRequestBuilderGetQueryParameters collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.

type DrivesItemBundlesDriveItemItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemBundlesDriveItemItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemBundlesDriveItemItemRequestBuilderGetQueryParameters
}

DrivesItemBundlesDriveItemItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemBundlesItemContentRequestBuilder ¶ added in v0.48.0

type DrivesItemBundlesItemContentRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemBundlesItemContentRequestBuilder provides operations to manage the media for the drive entity.

func NewDrivesItemBundlesItemContentRequestBuilder ¶ added in v0.48.0

NewDrivesItemBundlesItemContentRequestBuilder instantiates a new ContentRequestBuilder and sets the default values.

func NewDrivesItemBundlesItemContentRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemBundlesItemContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemBundlesItemContentRequestBuilder

NewDrivesItemBundlesItemContentRequestBuilderInternal instantiates a new ContentRequestBuilder and sets the default values.

func (*DrivesItemBundlesItemContentRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the content stream, if the item represents a file.

func (*DrivesItemBundlesItemContentRequestBuilder) CreatePutRequestInformation ¶ added in v0.48.0

CreatePutRequestInformation the content stream, if the item represents a file.

func (*DrivesItemBundlesItemContentRequestBuilder) Get ¶ added in v0.48.0

Get the content stream, if the item represents a file.

func (*DrivesItemBundlesItemContentRequestBuilder) Put ¶ added in v0.48.0

Put the content stream, if the item represents a file.

type DrivesItemBundlesItemContentRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemBundlesItemContentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemBundlesItemContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemBundlesItemContentRequestBuilderPutRequestConfiguration ¶ added in v0.48.0

type DrivesItemBundlesItemContentRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemBundlesItemContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemBundlesRequestBuilder ¶ added in v0.48.0

type DrivesItemBundlesRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemBundlesRequestBuilder provides operations to manage the bundles property of the microsoft.graph.drive entity.

func NewDrivesItemBundlesRequestBuilder ¶ added in v0.48.0

NewDrivesItemBundlesRequestBuilder instantiates a new BundlesRequestBuilder and sets the default values.

func NewDrivesItemBundlesRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemBundlesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemBundlesRequestBuilder

NewDrivesItemBundlesRequestBuilderInternal instantiates a new BundlesRequestBuilder and sets the default values.

func (*DrivesItemBundlesRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemBundlesRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get a list of all the [bundles][bundle] in a user's drive.

func (*DrivesItemBundlesRequestBuilder) Get ¶ added in v0.48.0

Get get a list of all the [bundles][bundle] in a user's drive.

type DrivesItemBundlesRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemBundlesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemBundlesRequestBuilderGetQueryParameters get a list of all the [bundles][bundle] in a user's drive.

type DrivesItemBundlesRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemBundlesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemBundlesRequestBuilderGetQueryParameters
}

DrivesItemBundlesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemFollowingCountRequestBuilder ¶ added in v0.48.0

type DrivesItemFollowingCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemFollowingCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemFollowingCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemFollowingCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemFollowingCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemFollowingCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemFollowingCountRequestBuilder

NewDrivesItemFollowingCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemFollowingCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemFollowingCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemFollowingCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemFollowingCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemFollowingCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemFollowingDriveItemItemRequestBuilder ¶ added in v0.48.0

type DrivesItemFollowingDriveItemItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemFollowingDriveItemItemRequestBuilder provides operations to manage the following property of the microsoft.graph.drive entity.

func NewDrivesItemFollowingDriveItemItemRequestBuilder ¶ added in v0.48.0

NewDrivesItemFollowingDriveItemItemRequestBuilder instantiates a new DriveItemItemRequestBuilder and sets the default values.

func NewDrivesItemFollowingDriveItemItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemFollowingDriveItemItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemFollowingDriveItemItemRequestBuilder

NewDrivesItemFollowingDriveItemItemRequestBuilderInternal instantiates a new DriveItemItemRequestBuilder and sets the default values.

func (*DrivesItemFollowingDriveItemItemRequestBuilder) Content ¶ added in v0.48.0

Content provides operations to manage the media for the drive entity.

func (*DrivesItemFollowingDriveItemItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the list of items the user is following. Only in OneDrive for Business.

func (*DrivesItemFollowingDriveItemItemRequestBuilder) Get ¶ added in v0.48.0

Get the list of items the user is following. Only in OneDrive for Business.

type DrivesItemFollowingDriveItemItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemFollowingDriveItemItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemFollowingDriveItemItemRequestBuilderGetQueryParameters the list of items the user is following. Only in OneDrive for Business.

type DrivesItemFollowingDriveItemItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemFollowingDriveItemItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemFollowingDriveItemItemRequestBuilderGetQueryParameters
}

DrivesItemFollowingDriveItemItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemFollowingItemContentRequestBuilder ¶ added in v0.48.0

type DrivesItemFollowingItemContentRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemFollowingItemContentRequestBuilder provides operations to manage the media for the drive entity.

func NewDrivesItemFollowingItemContentRequestBuilder ¶ added in v0.48.0

NewDrivesItemFollowingItemContentRequestBuilder instantiates a new ContentRequestBuilder and sets the default values.

func NewDrivesItemFollowingItemContentRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemFollowingItemContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemFollowingItemContentRequestBuilder

NewDrivesItemFollowingItemContentRequestBuilderInternal instantiates a new ContentRequestBuilder and sets the default values.

func (*DrivesItemFollowingItemContentRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the content stream, if the item represents a file.

func (*DrivesItemFollowingItemContentRequestBuilder) CreatePutRequestInformation ¶ added in v0.48.0

CreatePutRequestInformation the content stream, if the item represents a file.

func (*DrivesItemFollowingItemContentRequestBuilder) Get ¶ added in v0.48.0

Get the content stream, if the item represents a file.

func (*DrivesItemFollowingItemContentRequestBuilder) Put ¶ added in v0.48.0

Put the content stream, if the item represents a file.

type DrivesItemFollowingItemContentRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemFollowingItemContentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemFollowingItemContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemFollowingItemContentRequestBuilderPutRequestConfiguration ¶ added in v0.48.0

type DrivesItemFollowingItemContentRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemFollowingItemContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemFollowingRequestBuilder ¶ added in v0.48.0

type DrivesItemFollowingRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemFollowingRequestBuilder provides operations to manage the following property of the microsoft.graph.drive entity.

func NewDrivesItemFollowingRequestBuilder ¶ added in v0.48.0

NewDrivesItemFollowingRequestBuilder instantiates a new FollowingRequestBuilder and sets the default values.

func NewDrivesItemFollowingRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemFollowingRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemFollowingRequestBuilder

NewDrivesItemFollowingRequestBuilderInternal instantiates a new FollowingRequestBuilder and sets the default values.

func (*DrivesItemFollowingRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemFollowingRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation list the items that have been followed by the signed in user.This collection includes items that are in the user's drive as well as items they have access to from other drives.

func (*DrivesItemFollowingRequestBuilder) Get ¶ added in v0.48.0

Get list the items that have been followed by the signed in user.This collection includes items that are in the user's drive as well as items they have access to from other drives.

type DrivesItemFollowingRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemFollowingRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemFollowingRequestBuilderGetQueryParameters list the items that have been followed by the signed in user.This collection includes items that are in the user's drive as well as items they have access to from other drives.

type DrivesItemFollowingRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemFollowingRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemFollowingRequestBuilderGetQueryParameters
}

DrivesItemFollowingRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemItemsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemItemsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsCountRequestBuilder

NewDrivesItemItemsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemItemsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemItemsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemItemsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsDriveItemItemRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsDriveItemItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsDriveItemItemRequestBuilder provides operations to manage the items property of the microsoft.graph.drive entity.

func NewDrivesItemItemsDriveItemItemRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsDriveItemItemRequestBuilder instantiates a new DriveItemItemRequestBuilder and sets the default values.

func NewDrivesItemItemsDriveItemItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsDriveItemItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsDriveItemItemRequestBuilder

NewDrivesItemItemsDriveItemItemRequestBuilderInternal instantiates a new DriveItemItemRequestBuilder and sets the default values.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Analytics ¶ added in v0.48.0

Analytics provides operations to manage the analytics property of the microsoft.graph.driveItem entity.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Checkin ¶ added in v0.48.0

Checkin provides operations to call the checkin method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Checkout ¶ added in v0.48.0

Checkout provides operations to call the checkout method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Children ¶ added in v0.48.0

Children provides operations to manage the children property of the microsoft.graph.driveItem entity.

func (*DrivesItemItemsDriveItemItemRequestBuilder) ChildrenById ¶ added in v0.48.0

ChildrenById provides operations to manage the children property of the microsoft.graph.driveItem entity.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Content ¶ added in v0.48.0

Content provides operations to manage the media for the drive entity.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Copy ¶ added in v0.48.0

Copy provides operations to call the copy method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property items for drives

func (*DrivesItemItemsDriveItemItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation all items contained in the drive. Read-only. Nullable.

CreateLink provides operations to call the createLink method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property items in drives

func (*DrivesItemItemsDriveItemItemRequestBuilder) CreateUploadSession ¶ added in v0.48.0

CreateUploadSession provides operations to call the createUploadSession method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property items for drives

func (*DrivesItemItemsDriveItemItemRequestBuilder) Delta ¶ added in v0.48.0

Delta provides operations to call the delta method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) DeltaWithToken ¶ added in v0.48.0

DeltaWithToken provides operations to call the delta method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Follow ¶ added in v0.48.0

Follow provides operations to call the follow method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Get ¶ added in v0.48.0

Get all items contained in the drive. Read-only. Nullable.

func (*DrivesItemItemsDriveItemItemRequestBuilder) GetActivitiesByInterval ¶ added in v0.48.0

GetActivitiesByInterval provides operations to call the getActivitiesByInterval method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval ¶ added in v0.48.0

func (m *DrivesItemItemsDriveItemItemRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval(endDateTime *string, interval *string, startDateTime *string) *DrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval provides operations to call the getActivitiesByInterval method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Invite ¶ added in v0.48.0

Invite provides operations to call the invite method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) ListItem ¶ added in v0.48.0

ListItem provides operations to manage the listItem property of the microsoft.graph.driveItem entity.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Permissions ¶ added in v0.48.0

Permissions provides operations to manage the permissions property of the microsoft.graph.driveItem entity.

func (*DrivesItemItemsDriveItemItemRequestBuilder) PermissionsById ¶ added in v0.48.0

PermissionsById provides operations to manage the permissions property of the microsoft.graph.driveItem entity.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Preview ¶ added in v0.48.0

Preview provides operations to call the preview method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Restore ¶ added in v0.48.0

Restore provides operations to call the restore method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) SearchWithQ ¶ added in v0.48.0

SearchWithQ provides operations to call the search method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Subscriptions ¶ added in v0.48.0

Subscriptions provides operations to manage the subscriptions property of the microsoft.graph.driveItem entity.

func (*DrivesItemItemsDriveItemItemRequestBuilder) SubscriptionsById ¶ added in v0.48.0

SubscriptionsById provides operations to manage the subscriptions property of the microsoft.graph.driveItem entity.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Thumbnails ¶ added in v0.48.0

Thumbnails provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity.

func (*DrivesItemItemsDriveItemItemRequestBuilder) ThumbnailsById ¶ added in v0.48.0

ThumbnailsById provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Unfollow ¶ added in v0.48.0

Unfollow provides operations to call the unfollow method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) ValidatePermission ¶ added in v0.48.0

ValidatePermission provides operations to call the validatePermission method.

func (*DrivesItemItemsDriveItemItemRequestBuilder) Versions ¶ added in v0.48.0

Versions provides operations to manage the versions property of the microsoft.graph.driveItem entity.

func (*DrivesItemItemsDriveItemItemRequestBuilder) VersionsById ¶ added in v0.48.0

VersionsById provides operations to manage the versions property of the microsoft.graph.driveItem entity.

type DrivesItemItemsDriveItemItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsDriveItemItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsDriveItemItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsDriveItemItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsDriveItemItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemItemsDriveItemItemRequestBuilderGetQueryParameters all items contained in the drive. Read-only. Nullable.

type DrivesItemItemsDriveItemItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsDriveItemItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsDriveItemItemRequestBuilderGetQueryParameters
}

DrivesItemItemsDriveItemItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsDriveItemItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsDriveItemItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsDriveItemItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemAnalyticsRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemAnalyticsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemAnalyticsRequestBuilder provides operations to manage the analytics property of the microsoft.graph.driveItem entity.

func NewDrivesItemItemsItemAnalyticsRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemAnalyticsRequestBuilder instantiates a new AnalyticsRequestBuilder and sets the default values.

func NewDrivesItemItemsItemAnalyticsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemAnalyticsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemAnalyticsRequestBuilder

NewDrivesItemItemsItemAnalyticsRequestBuilderInternal instantiates a new AnalyticsRequestBuilder and sets the default values.

func (*DrivesItemItemsItemAnalyticsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation analytics about the view activities that took place on this item.

func (*DrivesItemItemsItemAnalyticsRequestBuilder) Get ¶ added in v0.48.0

Get analytics about the view activities that took place on this item.

type DrivesItemItemsItemAnalyticsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemAnalyticsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemItemsItemAnalyticsRequestBuilderGetQueryParameters analytics about the view activities that took place on this item.

type DrivesItemItemsItemAnalyticsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemAnalyticsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemAnalyticsRequestBuilderGetQueryParameters
}

DrivesItemItemsItemAnalyticsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemCheckinRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemCheckinRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemCheckinRequestBuilder provides operations to call the checkin method.

func NewDrivesItemItemsItemCheckinRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemCheckinRequestBuilder instantiates a new CheckinRequestBuilder and sets the default values.

func NewDrivesItemItemsItemCheckinRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemCheckinRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemCheckinRequestBuilder

NewDrivesItemItemsItemCheckinRequestBuilderInternal instantiates a new CheckinRequestBuilder and sets the default values.

func (*DrivesItemItemsItemCheckinRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation check in a checked out **driveItem** resource, which makes the version of the document available to others.

func (*DrivesItemItemsItemCheckinRequestBuilder) Post ¶ added in v0.48.0

Post check in a checked out **driveItem** resource, which makes the version of the document available to others.

type DrivesItemItemsItemCheckinRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemCheckinRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemCheckinRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemCheckoutRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemCheckoutRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemCheckoutRequestBuilder provides operations to call the checkout method.

func NewDrivesItemItemsItemCheckoutRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemCheckoutRequestBuilder instantiates a new CheckoutRequestBuilder and sets the default values.

func NewDrivesItemItemsItemCheckoutRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemCheckoutRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemCheckoutRequestBuilder

NewDrivesItemItemsItemCheckoutRequestBuilderInternal instantiates a new CheckoutRequestBuilder and sets the default values.

func (*DrivesItemItemsItemCheckoutRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation check out a **driveItem** resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in.

func (*DrivesItemItemsItemCheckoutRequestBuilder) Post ¶ added in v0.48.0

Post check out a **driveItem** resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in.

type DrivesItemItemsItemCheckoutRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemCheckoutRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemCheckoutRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemChildrenCountRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemChildrenCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemChildrenCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemItemsItemChildrenCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemChildrenCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemItemsItemChildrenCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemChildrenCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemChildrenCountRequestBuilder

NewDrivesItemItemsItemChildrenCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemItemsItemChildrenCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemItemsItemChildrenCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemItemsItemChildrenCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemChildrenCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemChildrenCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemChildrenDriveItemItemRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemChildrenDriveItemItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemChildrenDriveItemItemRequestBuilder provides operations to manage the children property of the microsoft.graph.driveItem entity.

func NewDrivesItemItemsItemChildrenDriveItemItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemChildrenDriveItemItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemChildrenDriveItemItemRequestBuilder

NewDrivesItemItemsItemChildrenDriveItemItemRequestBuilder instantiates a new DriveItemItemRequestBuilder and sets the default values.

func NewDrivesItemItemsItemChildrenDriveItemItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemChildrenDriveItemItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemChildrenDriveItemItemRequestBuilder

NewDrivesItemItemsItemChildrenDriveItemItemRequestBuilderInternal instantiates a new DriveItemItemRequestBuilder and sets the default values.

func (*DrivesItemItemsItemChildrenDriveItemItemRequestBuilder) Content ¶ added in v0.48.0

Content provides operations to manage the media for the drive entity.

func (*DrivesItemItemsItemChildrenDriveItemItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.

func (*DrivesItemItemsItemChildrenDriveItemItemRequestBuilder) Get ¶ added in v0.48.0

Get collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.

type DrivesItemItemsItemChildrenDriveItemItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemChildrenDriveItemItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemItemsItemChildrenDriveItemItemRequestBuilderGetQueryParameters collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.

type DrivesItemItemsItemChildrenDriveItemItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemChildrenDriveItemItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemChildrenDriveItemItemRequestBuilderGetQueryParameters
}

DrivesItemItemsItemChildrenDriveItemItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemChildrenItemContentRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemChildrenItemContentRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemChildrenItemContentRequestBuilder provides operations to manage the media for the drive entity.

func NewDrivesItemItemsItemChildrenItemContentRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemChildrenItemContentRequestBuilder instantiates a new ContentRequestBuilder and sets the default values.

func NewDrivesItemItemsItemChildrenItemContentRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemChildrenItemContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemChildrenItemContentRequestBuilder

NewDrivesItemItemsItemChildrenItemContentRequestBuilderInternal instantiates a new ContentRequestBuilder and sets the default values.

func (*DrivesItemItemsItemChildrenItemContentRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the content stream, if the item represents a file.

func (*DrivesItemItemsItemChildrenItemContentRequestBuilder) CreatePutRequestInformation ¶ added in v0.48.0

CreatePutRequestInformation the content stream, if the item represents a file.

func (*DrivesItemItemsItemChildrenItemContentRequestBuilder) Get ¶ added in v0.48.0

Get the content stream, if the item represents a file.

func (*DrivesItemItemsItemChildrenItemContentRequestBuilder) Put ¶ added in v0.48.0

Put the content stream, if the item represents a file.

type DrivesItemItemsItemChildrenItemContentRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemChildrenItemContentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemChildrenItemContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemChildrenItemContentRequestBuilderPutRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemChildrenItemContentRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemChildrenItemContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemChildrenRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemChildrenRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemChildrenRequestBuilder provides operations to manage the children property of the microsoft.graph.driveItem entity.

func NewDrivesItemItemsItemChildrenRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemChildrenRequestBuilder instantiates a new ChildrenRequestBuilder and sets the default values.

func NewDrivesItemItemsItemChildrenRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemChildrenRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemChildrenRequestBuilder

NewDrivesItemItemsItemChildrenRequestBuilderInternal instantiates a new ChildrenRequestBuilder and sets the default values.

func (*DrivesItemItemsItemChildrenRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemItemsItemChildrenRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation return a collection of DriveItems in the **children** relationship of a DriveItem. DriveItems with a non-null **folder** or **package** facet can have one or more child DriveItems.

func (*DrivesItemItemsItemChildrenRequestBuilder) Get ¶ added in v0.48.0

Get return a collection of DriveItems in the **children** relationship of a DriveItem. DriveItems with a non-null **folder** or **package** facet can have one or more child DriveItems.

type DrivesItemItemsItemChildrenRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemChildrenRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsItemChildrenRequestBuilderGetQueryParameters return a collection of DriveItems in the **children** relationship of a DriveItem. DriveItems with a non-null **folder** or **package** facet can have one or more child DriveItems.

type DrivesItemItemsItemChildrenRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemChildrenRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemChildrenRequestBuilderGetQueryParameters
}

DrivesItemItemsItemChildrenRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemContentRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemContentRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemContentRequestBuilder provides operations to manage the media for the drive entity.

func NewDrivesItemItemsItemContentRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemContentRequestBuilder instantiates a new ContentRequestBuilder and sets the default values.

func NewDrivesItemItemsItemContentRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemContentRequestBuilder

NewDrivesItemItemsItemContentRequestBuilderInternal instantiates a new ContentRequestBuilder and sets the default values.

func (*DrivesItemItemsItemContentRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the content stream, if the item represents a file.

func (*DrivesItemItemsItemContentRequestBuilder) CreatePutRequestInformation ¶ added in v0.48.0

CreatePutRequestInformation the content stream, if the item represents a file.

func (*DrivesItemItemsItemContentRequestBuilder) Get ¶ added in v0.48.0

Get the content stream, if the item represents a file.

func (*DrivesItemItemsItemContentRequestBuilder) Put ¶ added in v0.48.0

Put the content stream, if the item represents a file.

type DrivesItemItemsItemContentRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemContentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemContentRequestBuilderPutRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemContentRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemCopyRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemCopyRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemCopyRequestBuilder provides operations to call the copy method.

func NewDrivesItemItemsItemCopyRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemCopyRequestBuilder instantiates a new CopyRequestBuilder and sets the default values.

func NewDrivesItemItemsItemCopyRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemCopyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemCopyRequestBuilder

NewDrivesItemItemsItemCopyRequestBuilderInternal instantiates a new CopyRequestBuilder and sets the default values.

func (*DrivesItemItemsItemCopyRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.

func (*DrivesItemItemsItemCopyRequestBuilder) Post ¶ added in v0.48.0

Post asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.

type DrivesItemItemsItemCopyRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemCopyRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemCopyRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemCreateLinkRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemCreateLinkRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemCreateLinkRequestBuilder provides operations to call the createLink method.

func NewDrivesItemItemsItemCreateLinkRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemCreateLinkRequestBuilder instantiates a new CreateLinkRequestBuilder and sets the default values.

func NewDrivesItemItemsItemCreateLinkRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemCreateLinkRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemCreateLinkRequestBuilder

NewDrivesItemItemsItemCreateLinkRequestBuilderInternal instantiates a new CreateLinkRequestBuilder and sets the default values.

func (*DrivesItemItemsItemCreateLinkRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation you can use **createLink** action to share a DriveItem via a sharing link. The **createLink** action will create a new sharing link if the specified link type doesn't already exist for the calling application.If a sharing link of the specified type already exists for the app, the existing sharing link will be returned. DriveItem resources inherit sharing permissions from their ancestors.

func (*DrivesItemItemsItemCreateLinkRequestBuilder) Post ¶ added in v0.48.0

Post you can use **createLink** action to share a DriveItem via a sharing link. The **createLink** action will create a new sharing link if the specified link type doesn't already exist for the calling application.If a sharing link of the specified type already exists for the app, the existing sharing link will be returned. DriveItem resources inherit sharing permissions from their ancestors.

type DrivesItemItemsItemCreateLinkRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemCreateLinkRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemCreateLinkRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemCreateUploadSessionRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemCreateUploadSessionRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemCreateUploadSessionRequestBuilder provides operations to call the createUploadSession method.

func NewDrivesItemItemsItemCreateUploadSessionRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemCreateUploadSessionRequestBuilder instantiates a new CreateUploadSessionRequestBuilder and sets the default values.

func NewDrivesItemItemsItemCreateUploadSessionRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemCreateUploadSessionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemCreateUploadSessionRequestBuilder

NewDrivesItemItemsItemCreateUploadSessionRequestBuilderInternal instantiates a new CreateUploadSessionRequestBuilder and sets the default values.

func (*DrivesItemItemsItemCreateUploadSessionRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create an upload session to allow your app to upload files up to the maximum file size.An upload session allows your app to upload ranges of the file in sequential API requests, which allows the transfer to be resumed if a connection is dropped while the upload is in progress. To upload a file using an upload session, there are two steps:

func (*DrivesItemItemsItemCreateUploadSessionRequestBuilder) Post ¶ added in v0.48.0

Post create an upload session to allow your app to upload files up to the maximum file size.An upload session allows your app to upload ranges of the file in sequential API requests, which allows the transfer to be resumed if a connection is dropped while the upload is in progress. To upload a file using an upload session, there are two steps:

type DrivesItemItemsItemCreateUploadSessionRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemCreateUploadSessionRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemCreateUploadSessionRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemDeltaRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemDeltaRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemDeltaRequestBuilder provides operations to call the delta method.

func NewDrivesItemItemsItemDeltaRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.

func NewDrivesItemItemsItemDeltaRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemDeltaRequestBuilder

NewDrivesItemItemsItemDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.

func (*DrivesItemItemsItemDeltaRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function delta

type DrivesItemItemsItemDeltaRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemDeltaRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsItemDeltaRequestBuilderGetQueryParameters invoke function delta

type DrivesItemItemsItemDeltaRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemDeltaRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemDeltaRequestBuilderGetQueryParameters
}

DrivesItemItemsItemDeltaRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemDeltaWithTokenRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemDeltaWithTokenRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemDeltaWithTokenRequestBuilder provides operations to call the delta method.

func NewDrivesItemItemsItemDeltaWithTokenRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemDeltaWithTokenRequestBuilder instantiates a new DeltaWithTokenRequestBuilder and sets the default values.

func NewDrivesItemItemsItemDeltaWithTokenRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemDeltaWithTokenRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, token *string) *DrivesItemItemsItemDeltaWithTokenRequestBuilder

NewDrivesItemItemsItemDeltaWithTokenRequestBuilderInternal instantiates a new DeltaWithTokenRequestBuilder and sets the default values.

func (*DrivesItemItemsItemDeltaWithTokenRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function delta

type DrivesItemItemsItemDeltaWithTokenRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemDeltaWithTokenRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsItemDeltaWithTokenRequestBuilderGetQueryParameters invoke function delta

type DrivesItemItemsItemDeltaWithTokenRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemDeltaWithTokenRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemDeltaWithTokenRequestBuilderGetQueryParameters
}

DrivesItemItemsItemDeltaWithTokenRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemFollowRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemFollowRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemFollowRequestBuilder provides operations to call the follow method.

func NewDrivesItemItemsItemFollowRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemFollowRequestBuilder instantiates a new FollowRequestBuilder and sets the default values.

func NewDrivesItemItemsItemFollowRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemFollowRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemFollowRequestBuilder

NewDrivesItemItemsItemFollowRequestBuilderInternal instantiates a new FollowRequestBuilder and sets the default values.

func (*DrivesItemItemsItemFollowRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation follow a driveItem.

func (*DrivesItemItemsItemFollowRequestBuilder) Post ¶ added in v0.48.0

Post follow a driveItem.

type DrivesItemItemsItemFollowRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemFollowRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemFollowRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemGetActivitiesByIntervalRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemGetActivitiesByIntervalRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemGetActivitiesByIntervalRequestBuilder provides operations to call the getActivitiesByInterval method.

func NewDrivesItemItemsItemGetActivitiesByIntervalRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemGetActivitiesByIntervalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemGetActivitiesByIntervalRequestBuilder

NewDrivesItemItemsItemGetActivitiesByIntervalRequestBuilder instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values.

func NewDrivesItemItemsItemGetActivitiesByIntervalRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemGetActivitiesByIntervalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemGetActivitiesByIntervalRequestBuilder

NewDrivesItemItemsItemGetActivitiesByIntervalRequestBuilderInternal instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values.

func (*DrivesItemItemsItemGetActivitiesByIntervalRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function getActivitiesByInterval

type DrivesItemItemsItemGetActivitiesByIntervalRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemGetActivitiesByIntervalRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsItemGetActivitiesByIntervalRequestBuilderGetQueryParameters invoke function getActivitiesByInterval

type DrivesItemItemsItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemGetActivitiesByIntervalRequestBuilderGetQueryParameters
}

DrivesItemItemsItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder provides operations to call the getActivitiesByInterval method.

func NewDrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

NewDrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values.

func NewDrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, endDateTime *string, interval *string, startDateTime *string) *DrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

NewDrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values.

func (*DrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function getActivitiesByInterval

type DrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters invoke function getActivitiesByInterval

type DrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters
}

DrivesItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemInviteRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemInviteRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemInviteRequestBuilder provides operations to call the invite method.

func NewDrivesItemItemsItemInviteRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemInviteRequestBuilder instantiates a new InviteRequestBuilder and sets the default values.

func NewDrivesItemItemsItemInviteRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemInviteRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemInviteRequestBuilder

NewDrivesItemItemsItemInviteRequestBuilderInternal instantiates a new InviteRequestBuilder and sets the default values.

func (*DrivesItemItemsItemInviteRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation sends a sharing invitation for a **driveItem**.A sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][].

func (*DrivesItemItemsItemInviteRequestBuilder) Post ¶ added in v0.48.0

Post sends a sharing invitation for a **driveItem**.A sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][].

type DrivesItemItemsItemInviteRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemInviteRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemInviteRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemAnalyticsRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemAnalyticsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemAnalyticsRequestBuilder provides operations to manage the analytics property of the microsoft.graph.listItem entity.

func NewDrivesItemItemsItemListItemAnalyticsRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemListItemAnalyticsRequestBuilder instantiates a new AnalyticsRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemAnalyticsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemAnalyticsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemAnalyticsRequestBuilder

NewDrivesItemItemsItemListItemAnalyticsRequestBuilderInternal instantiates a new AnalyticsRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemAnalyticsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation analytics about the view activities that took place on this item.

func (*DrivesItemItemsItemListItemAnalyticsRequestBuilder) Get ¶ added in v0.48.0

Get analytics about the view activities that took place on this item.

type DrivesItemItemsItemListItemAnalyticsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemListItemAnalyticsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemItemsItemListItemAnalyticsRequestBuilderGetQueryParameters analytics about the view activities that took place on this item.

type DrivesItemItemsItemListItemAnalyticsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemAnalyticsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemListItemAnalyticsRequestBuilderGetQueryParameters
}

DrivesItemItemsItemListItemAnalyticsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilder

NewDrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilder

NewDrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemDocumentSetVersionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity.

func NewDrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder

NewDrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder instantiates a new DocumentSetVersionItemRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder

NewDrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderInternal instantiates a new DocumentSetVersionItemRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property documentSetVersions for drives

func (*DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation version information for a document set version created by a user.

func (*DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property documentSetVersions in drives

func (*DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property documentSetVersions for drives

func (*DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Get ¶ added in v0.48.0

Get version information for a document set version created by a user.

func (*DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Restore ¶ added in v0.48.0

Restore provides operations to call the restore method.

type DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters version information for a document set version created by a user.

type DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters
}

DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilder provides operations to call the restore method.

func NewDrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilder

NewDrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilder

NewDrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation restore a document set version.

func (*DrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilder) Post ¶ added in v0.48.0

Post restore a document set version.

type DrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemDocumentSetVersionsItemRestoreRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilder provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity.

func NewDrivesItemItemsItemListItemDocumentSetVersionsRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemDocumentSetVersionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilder

NewDrivesItemItemsItemListItemDocumentSetVersionsRequestBuilder instantiates a new DocumentSetVersionsRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemDocumentSetVersionsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemDocumentSetVersionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilder

NewDrivesItemItemsItemListItemDocumentSetVersionsRequestBuilderInternal instantiates a new DocumentSetVersionsRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get a list of the versions of a document set item in a list.

func (*DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create a new version of a document set item in a list.

func (*DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilder) Get ¶ added in v0.48.0

Get get a list of the versions of a document set item in a list.

type DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilderGetQueryParameters get a list of the versions of a document set item in a list.

type DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilderGetQueryParameters
}

DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemDocumentSetVersionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemDriveItemContentRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemDriveItemContentRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemDriveItemContentRequestBuilder provides operations to manage the media for the drive entity.

func NewDrivesItemItemsItemListItemDriveItemContentRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemDriveItemContentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemDriveItemContentRequestBuilder

NewDrivesItemItemsItemListItemDriveItemContentRequestBuilder instantiates a new ContentRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemDriveItemContentRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemDriveItemContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemDriveItemContentRequestBuilder

NewDrivesItemItemsItemListItemDriveItemContentRequestBuilderInternal instantiates a new ContentRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemDriveItemContentRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the content stream, if the item represents a file.

func (*DrivesItemItemsItemListItemDriveItemContentRequestBuilder) CreatePutRequestInformation ¶ added in v0.48.0

CreatePutRequestInformation the content stream, if the item represents a file.

func (*DrivesItemItemsItemListItemDriveItemContentRequestBuilder) Get ¶ added in v0.48.0

Get the content stream, if the item represents a file.

func (*DrivesItemItemsItemListItemDriveItemContentRequestBuilder) Put ¶ added in v0.48.0

Put the content stream, if the item represents a file.

type DrivesItemItemsItemListItemDriveItemContentRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemDriveItemContentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemDriveItemContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemDriveItemContentRequestBuilderPutRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemDriveItemContentRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemDriveItemContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemDriveItemRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemDriveItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemDriveItemRequestBuilder provides operations to manage the driveItem property of the microsoft.graph.listItem entity.

func NewDrivesItemItemsItemListItemDriveItemRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemListItemDriveItemRequestBuilder instantiates a new DriveItemRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemDriveItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemDriveItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemDriveItemRequestBuilder

NewDrivesItemItemsItemListItemDriveItemRequestBuilderInternal instantiates a new DriveItemRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemDriveItemRequestBuilder) Content ¶ added in v0.48.0

Content provides operations to manage the media for the drive entity.

func (*DrivesItemItemsItemListItemDriveItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation for document libraries, the driveItem relationship exposes the listItem as a [driveItem][]

func (*DrivesItemItemsItemListItemDriveItemRequestBuilder) Get ¶ added in v0.48.0

Get for document libraries, the driveItem relationship exposes the listItem as a [driveItem][]

type DrivesItemItemsItemListItemDriveItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemListItemDriveItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemItemsItemListItemDriveItemRequestBuilderGetQueryParameters for document libraries, the driveItem relationship exposes the listItem as a [driveItem][]

type DrivesItemItemsItemListItemDriveItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemDriveItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemListItemDriveItemRequestBuilderGetQueryParameters
}

DrivesItemItemsItemListItemDriveItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemFieldsRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemFieldsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemFieldsRequestBuilder provides operations to manage the fields property of the microsoft.graph.listItem entity.

func NewDrivesItemItemsItemListItemFieldsRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemListItemFieldsRequestBuilder instantiates a new FieldsRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemFieldsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemFieldsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemFieldsRequestBuilder

NewDrivesItemItemsItemListItemFieldsRequestBuilderInternal instantiates a new FieldsRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemFieldsRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property fields for drives

func (*DrivesItemItemsItemListItemFieldsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the values of the columns set on this list item.

func (*DrivesItemItemsItemListItemFieldsRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the properties on a **[listItem][]**.

func (*DrivesItemItemsItemListItemFieldsRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property fields for drives

func (*DrivesItemItemsItemListItemFieldsRequestBuilder) Get ¶ added in v0.48.0

Get the values of the columns set on this list item.

type DrivesItemItemsItemListItemFieldsRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemFieldsRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemFieldsRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemFieldsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemListItemFieldsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemItemsItemListItemFieldsRequestBuilderGetQueryParameters the values of the columns set on this list item.

type DrivesItemItemsItemListItemFieldsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemFieldsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemListItemFieldsRequestBuilderGetQueryParameters
}

DrivesItemItemsItemListItemFieldsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemFieldsRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemFieldsRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemFieldsRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilder provides operations to call the getActivitiesByInterval method.

func NewDrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilder

NewDrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilder instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilder

NewDrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilderInternal instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function getActivitiesByInterval

type DrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilderGetQueryParameters invoke function getActivitiesByInterval

type DrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilderGetQueryParameters
}

DrivesItemItemsItemListItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder provides operations to call the getActivitiesByInterval method.

func NewDrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

NewDrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, endDateTime *string, interval *string, startDateTime *string) *DrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

NewDrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function getActivitiesByInterval

type DrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters invoke function getActivitiesByInterval

type DrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters
}

DrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemRequestBuilder provides operations to manage the listItem property of the microsoft.graph.driveItem entity.

func NewDrivesItemItemsItemListItemRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemListItemRequestBuilder instantiates a new ListItemRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemRequestBuilder

NewDrivesItemItemsItemListItemRequestBuilderInternal instantiates a new ListItemRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemRequestBuilder) Analytics ¶ added in v0.48.0

Analytics provides operations to manage the analytics property of the microsoft.graph.listItem entity.

func (*DrivesItemItemsItemListItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property listItem for drives

func (*DrivesItemItemsItemListItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation for drives in SharePoint, the associated document library list item. Read-only. Nullable.

func (*DrivesItemItemsItemListItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property listItem in drives

func (*DrivesItemItemsItemListItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property listItem for drives

func (*DrivesItemItemsItemListItemRequestBuilder) DocumentSetVersions ¶ added in v0.48.0

DocumentSetVersions provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity.

func (*DrivesItemItemsItemListItemRequestBuilder) DocumentSetVersionsById ¶ added in v0.48.0

DocumentSetVersionsById provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity.

func (*DrivesItemItemsItemListItemRequestBuilder) DriveItem ¶ added in v0.48.0

DriveItem provides operations to manage the driveItem property of the microsoft.graph.listItem entity.

func (*DrivesItemItemsItemListItemRequestBuilder) Fields ¶ added in v0.48.0

Fields provides operations to manage the fields property of the microsoft.graph.listItem entity.

func (*DrivesItemItemsItemListItemRequestBuilder) Get ¶ added in v0.48.0

Get for drives in SharePoint, the associated document library list item. Read-only. Nullable.

func (*DrivesItemItemsItemListItemRequestBuilder) GetActivitiesByInterval ¶ added in v0.48.0

GetActivitiesByInterval provides operations to call the getActivitiesByInterval method.

func (*DrivesItemItemsItemListItemRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval ¶ added in v0.48.0

func (m *DrivesItemItemsItemListItemRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval(endDateTime *string, interval *string, startDateTime *string) *DrivesItemItemsItemListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval provides operations to call the getActivitiesByInterval method.

func (*DrivesItemItemsItemListItemRequestBuilder) Versions ¶ added in v0.48.0

Versions provides operations to manage the versions property of the microsoft.graph.listItem entity.

func (*DrivesItemItemsItemListItemRequestBuilder) VersionsById ¶ added in v0.48.0

VersionsById provides operations to manage the versions property of the microsoft.graph.listItem entity.

type DrivesItemItemsItemListItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemListItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemItemsItemListItemRequestBuilderGetQueryParameters for drives in SharePoint, the associated document library list item. Read-only. Nullable.

type DrivesItemItemsItemListItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemListItemRequestBuilderGetQueryParameters
}

DrivesItemItemsItemListItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemVersionsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemVersionsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemItemsItemListItemVersionsCountRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemVersionsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemVersionsCountRequestBuilder

NewDrivesItemItemsItemListItemVersionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemVersionsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemVersionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemVersionsCountRequestBuilder

NewDrivesItemItemsItemListItemVersionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemVersionsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemItemsItemListItemVersionsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemItemsItemListItemVersionsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemVersionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilder provides operations to manage the fields property of the microsoft.graph.listItemVersion entity.

func NewDrivesItemItemsItemListItemVersionsItemFieldsRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemVersionsItemFieldsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilder

NewDrivesItemItemsItemListItemVersionsItemFieldsRequestBuilder instantiates a new FieldsRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilder

NewDrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderInternal instantiates a new FieldsRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property fields for drives

func (*DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation a collection of the fields and values for this version of the list item.

func (*DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property fields in drives

func (*DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property fields for drives

func (*DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilder) Get ¶ added in v0.48.0

Get a collection of the fields and values for this version of the list item.

type DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderGetQueryParameters a collection of the fields and values for this version of the list item.

type DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderGetQueryParameters
}

DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemVersionsItemFieldsRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilder provides operations to call the restoreVersion method.

func NewDrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilder

NewDrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilder instantiates a new RestoreVersionRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilder

NewDrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilderInternal instantiates a new RestoreVersionRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.

func (*DrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilder) Post ¶ added in v0.48.0

Post restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.

type DrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder provides operations to manage the versions property of the microsoft.graph.listItem entity.

func NewDrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder

NewDrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder instantiates a new ListItemVersionItemRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder

NewDrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderInternal instantiates a new ListItemVersionItemRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property versions for drives

func (*DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the list of previous versions of the list item.

func (*DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property versions in drives

func (*DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property versions for drives

func (*DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder) Fields ¶ added in v0.48.0

Fields provides operations to manage the fields property of the microsoft.graph.listItemVersion entity.

func (*DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder) Get ¶ added in v0.48.0

Get the list of previous versions of the list item.

func (*DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilder) RestoreVersion ¶ added in v0.48.0

RestoreVersion provides operations to call the restoreVersion method.

type DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderGetQueryParameters the list of previous versions of the list item.

type DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderGetQueryParameters
}

DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemVersionsListItemVersionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemVersionsRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemListItemVersionsRequestBuilder provides operations to manage the versions property of the microsoft.graph.listItem entity.

func NewDrivesItemItemsItemListItemVersionsRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemListItemVersionsRequestBuilder instantiates a new VersionsRequestBuilder and sets the default values.

func NewDrivesItemItemsItemListItemVersionsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemListItemVersionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemListItemVersionsRequestBuilder

NewDrivesItemItemsItemListItemVersionsRequestBuilderInternal instantiates a new VersionsRequestBuilder and sets the default values.

func (*DrivesItemItemsItemListItemVersionsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemItemsItemListItemVersionsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation sharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location.

func (*DrivesItemItemsItemListItemVersionsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to versions for drives

func (*DrivesItemItemsItemListItemVersionsRequestBuilder) Get ¶ added in v0.48.0

Get sharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location.

type DrivesItemItemsItemListItemVersionsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsItemListItemVersionsRequestBuilderGetQueryParameters sharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location.

type DrivesItemItemsItemListItemVersionsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemListItemVersionsRequestBuilderGetQueryParameters
}

DrivesItemItemsItemListItemVersionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemListItemVersionsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemListItemVersionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemListItemVersionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemPermissionsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemPermissionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemPermissionsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemItemsItemPermissionsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemPermissionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemItemsItemPermissionsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemPermissionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemPermissionsCountRequestBuilder

NewDrivesItemItemsItemPermissionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemItemsItemPermissionsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemItemsItemPermissionsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemItemsItemPermissionsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemPermissionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemPermissionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemPermissionsItemGrantRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemPermissionsItemGrantRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemPermissionsItemGrantRequestBuilder provides operations to call the grant method.

func NewDrivesItemItemsItemPermissionsItemGrantRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemPermissionsItemGrantRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemPermissionsItemGrantRequestBuilder

NewDrivesItemItemsItemPermissionsItemGrantRequestBuilder instantiates a new GrantRequestBuilder and sets the default values.

func NewDrivesItemItemsItemPermissionsItemGrantRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemPermissionsItemGrantRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemPermissionsItemGrantRequestBuilder

NewDrivesItemItemsItemPermissionsItemGrantRequestBuilderInternal instantiates a new GrantRequestBuilder and sets the default values.

func (*DrivesItemItemsItemPermissionsItemGrantRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation grant users access to a link represented by a [permission][].

type DrivesItemItemsItemPermissionsItemGrantRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemPermissionsItemGrantRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemPermissionsItemGrantRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemPermissionsPermissionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemPermissionsPermissionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemPermissionsPermissionItemRequestBuilder provides operations to manage the permissions property of the microsoft.graph.driveItem entity.

func NewDrivesItemItemsItemPermissionsPermissionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemPermissionsPermissionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemPermissionsPermissionItemRequestBuilder

NewDrivesItemItemsItemPermissionsPermissionItemRequestBuilder instantiates a new PermissionItemRequestBuilder and sets the default values.

func NewDrivesItemItemsItemPermissionsPermissionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemPermissionsPermissionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemPermissionsPermissionItemRequestBuilder

NewDrivesItemItemsItemPermissionsPermissionItemRequestBuilderInternal instantiates a new PermissionItemRequestBuilder and sets the default values.

func (*DrivesItemItemsItemPermissionsPermissionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property permissions for drives

func (*DrivesItemItemsItemPermissionsPermissionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the set of permissions for the item. Read-only. Nullable.

func (*DrivesItemItemsItemPermissionsPermissionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property permissions in drives

func (*DrivesItemItemsItemPermissionsPermissionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property permissions for drives

func (*DrivesItemItemsItemPermissionsPermissionItemRequestBuilder) Get ¶ added in v0.48.0

Get the set of permissions for the item. Read-only. Nullable.

func (*DrivesItemItemsItemPermissionsPermissionItemRequestBuilder) Grant ¶ added in v0.48.0

Grant provides operations to call the grant method.

type DrivesItemItemsItemPermissionsPermissionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemPermissionsPermissionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemPermissionsPermissionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemPermissionsPermissionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemPermissionsPermissionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemItemsItemPermissionsPermissionItemRequestBuilderGetQueryParameters the set of permissions for the item. Read-only. Nullable.

type DrivesItemItemsItemPermissionsPermissionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemPermissionsPermissionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemPermissionsPermissionItemRequestBuilderGetQueryParameters
}

DrivesItemItemsItemPermissionsPermissionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemPermissionsPermissionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemPermissionsPermissionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemPermissionsPermissionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemPermissionsRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemPermissionsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemPermissionsRequestBuilder provides operations to manage the permissions property of the microsoft.graph.driveItem entity.

func NewDrivesItemItemsItemPermissionsRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemPermissionsRequestBuilder instantiates a new PermissionsRequestBuilder and sets the default values.

func NewDrivesItemItemsItemPermissionsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemPermissionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemPermissionsRequestBuilder

NewDrivesItemItemsItemPermissionsRequestBuilderInternal instantiates a new PermissionsRequestBuilder and sets the default values.

func (*DrivesItemItemsItemPermissionsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemItemsItemPermissionsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation list the effective sharing permissions on a driveItem.

func (*DrivesItemItemsItemPermissionsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to permissions for drives

func (*DrivesItemItemsItemPermissionsRequestBuilder) Get ¶ added in v0.48.0

Get list the effective sharing permissions on a driveItem.

type DrivesItemItemsItemPermissionsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemPermissionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsItemPermissionsRequestBuilderGetQueryParameters list the effective sharing permissions on a driveItem.

type DrivesItemItemsItemPermissionsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemPermissionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemPermissionsRequestBuilderGetQueryParameters
}

DrivesItemItemsItemPermissionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemPermissionsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemPermissionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemPermissionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemPreviewRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemPreviewRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemPreviewRequestBuilder provides operations to call the preview method.

func NewDrivesItemItemsItemPreviewRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemPreviewRequestBuilder instantiates a new PreviewRequestBuilder and sets the default values.

func NewDrivesItemItemsItemPreviewRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemPreviewRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemPreviewRequestBuilder

NewDrivesItemItemsItemPreviewRequestBuilderInternal instantiates a new PreviewRequestBuilder and sets the default values.

type DrivesItemItemsItemPreviewRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemPreviewRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemPreviewRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemRestoreRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemRestoreRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemRestoreRequestBuilder provides operations to call the restore method.

func NewDrivesItemItemsItemRestoreRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.

func NewDrivesItemItemsItemRestoreRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemRestoreRequestBuilder

NewDrivesItemItemsItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.

func (*DrivesItemItemsItemRestoreRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation restore a driveItem that has been deleted and is currently in the recycle bin. **NOTE**: This functionality is currently only available for OneDrive Personal.

func (*DrivesItemItemsItemRestoreRequestBuilder) Post ¶ added in v0.48.0

Post restore a driveItem that has been deleted and is currently in the recycle bin. **NOTE**: This functionality is currently only available for OneDrive Personal.

type DrivesItemItemsItemRestoreRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemRestoreRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemRestoreRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemSearchWithQRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemSearchWithQRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemSearchWithQRequestBuilder provides operations to call the search method.

func NewDrivesItemItemsItemSearchWithQRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemSearchWithQRequestBuilder instantiates a new SearchWithQRequestBuilder and sets the default values.

func NewDrivesItemItemsItemSearchWithQRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemSearchWithQRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, q *string) *DrivesItemItemsItemSearchWithQRequestBuilder

NewDrivesItemItemsItemSearchWithQRequestBuilderInternal instantiates a new SearchWithQRequestBuilder and sets the default values.

func (*DrivesItemItemsItemSearchWithQRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function search

type DrivesItemItemsItemSearchWithQRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemSearchWithQRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsItemSearchWithQRequestBuilderGetQueryParameters invoke function search

type DrivesItemItemsItemSearchWithQRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemSearchWithQRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemSearchWithQRequestBuilderGetQueryParameters
}

DrivesItemItemsItemSearchWithQRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemSubscriptionsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemSubscriptionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemSubscriptionsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemItemsItemSubscriptionsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemSubscriptionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemItemsItemSubscriptionsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemSubscriptionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemSubscriptionsCountRequestBuilder

NewDrivesItemItemsItemSubscriptionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemItemsItemSubscriptionsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemItemsItemSubscriptionsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemItemsItemSubscriptionsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemSubscriptionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemSubscriptionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilder provides operations to call the reauthorize method.

func NewDrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilder

NewDrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilder instantiates a new ReauthorizeRequestBuilder and sets the default values.

func NewDrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilder

NewDrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilderInternal instantiates a new ReauthorizeRequestBuilder and sets the default values.

func (*DrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation invoke action reauthorize

func (*DrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilder) Post ¶ added in v0.48.0

Post invoke action reauthorize

type DrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemSubscriptionsItemReauthorizeRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemSubscriptionsRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemSubscriptionsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemSubscriptionsRequestBuilder provides operations to manage the subscriptions property of the microsoft.graph.driveItem entity.

func NewDrivesItemItemsItemSubscriptionsRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemSubscriptionsRequestBuilder instantiates a new SubscriptionsRequestBuilder and sets the default values.

func NewDrivesItemItemsItemSubscriptionsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemSubscriptionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemSubscriptionsRequestBuilder

NewDrivesItemItemsItemSubscriptionsRequestBuilderInternal instantiates a new SubscriptionsRequestBuilder and sets the default values.

func (*DrivesItemItemsItemSubscriptionsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemItemsItemSubscriptionsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the set of subscriptions on the item. Only supported on the root of a drive.

func (*DrivesItemItemsItemSubscriptionsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to subscriptions for drives

func (*DrivesItemItemsItemSubscriptionsRequestBuilder) Get ¶ added in v0.48.0

Get the set of subscriptions on the item. Only supported on the root of a drive.

type DrivesItemItemsItemSubscriptionsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemSubscriptionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsItemSubscriptionsRequestBuilderGetQueryParameters the set of subscriptions on the item. Only supported on the root of a drive.

type DrivesItemItemsItemSubscriptionsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemSubscriptionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemSubscriptionsRequestBuilderGetQueryParameters
}

DrivesItemItemsItemSubscriptionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemSubscriptionsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemSubscriptionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemSubscriptionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilder provides operations to manage the subscriptions property of the microsoft.graph.driveItem entity.

func NewDrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilder

NewDrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilder instantiates a new SubscriptionItemRequestBuilder and sets the default values.

func NewDrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilder

NewDrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderInternal instantiates a new SubscriptionItemRequestBuilder and sets the default values.

func (*DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property subscriptions for drives

func (*DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the set of subscriptions on the item. Only supported on the root of a drive.

func (*DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property subscriptions in drives

func (*DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property subscriptions for drives

func (*DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilder) Get ¶ added in v0.48.0

Get the set of subscriptions on the item. Only supported on the root of a drive.

func (*DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilder) Reauthorize ¶ added in v0.48.0

Reauthorize provides operations to call the reauthorize method.

type DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderGetQueryParameters the set of subscriptions on the item. Only supported on the root of a drive.

type DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderGetQueryParameters
}

DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemSubscriptionsSubscriptionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemThumbnailsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemThumbnailsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemThumbnailsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemItemsItemThumbnailsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemThumbnailsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemItemsItemThumbnailsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemThumbnailsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemThumbnailsCountRequestBuilder

NewDrivesItemItemsItemThumbnailsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemItemsItemThumbnailsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemItemsItemThumbnailsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemItemsItemThumbnailsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemThumbnailsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemThumbnailsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemThumbnailsRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemThumbnailsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemThumbnailsRequestBuilder provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity.

func NewDrivesItemItemsItemThumbnailsRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemThumbnailsRequestBuilder instantiates a new ThumbnailsRequestBuilder and sets the default values.

func NewDrivesItemItemsItemThumbnailsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemThumbnailsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemThumbnailsRequestBuilder

NewDrivesItemItemsItemThumbnailsRequestBuilderInternal instantiates a new ThumbnailsRequestBuilder and sets the default values.

func (*DrivesItemItemsItemThumbnailsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemItemsItemThumbnailsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each **thumbnailSet** can have one or more **thumbnail** objects, which are images that represent the item.For example, a **thumbnailSet** may include **thumbnail** objects, such as common ones including `small`, `medium`, or `large`. There are many ways to work with thumbnails on OneDrive.Here are the most common ones:

func (*DrivesItemItemsItemThumbnailsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to thumbnails for drives

func (*DrivesItemItemsItemThumbnailsRequestBuilder) Get ¶ added in v0.48.0

Get retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each **thumbnailSet** can have one or more **thumbnail** objects, which are images that represent the item.For example, a **thumbnailSet** may include **thumbnail** objects, such as common ones including `small`, `medium`, or `large`. There are many ways to work with thumbnails on OneDrive.Here are the most common ones:

type DrivesItemItemsItemThumbnailsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemThumbnailsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsItemThumbnailsRequestBuilderGetQueryParameters retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each **thumbnailSet** can have one or more **thumbnail** objects, which are images that represent the item.For example, a **thumbnailSet** may include **thumbnail** objects, such as common ones including `small`, `medium`, or `large`. There are many ways to work with thumbnails on OneDrive.Here are the most common ones:

type DrivesItemItemsItemThumbnailsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemThumbnailsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemThumbnailsRequestBuilderGetQueryParameters
}

DrivesItemItemsItemThumbnailsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemThumbnailsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemThumbnailsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemThumbnailsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilder provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity.

func NewDrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilder

NewDrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilder instantiates a new ThumbnailSetItemRequestBuilder and sets the default values.

func NewDrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilder

NewDrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderInternal instantiates a new ThumbnailSetItemRequestBuilder and sets the default values.

func (*DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property thumbnails for drives

func (*DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.

func (*DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property thumbnails in drives

func (*DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property thumbnails for drives

func (*DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilder) Get ¶ added in v0.48.0

Get collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.

type DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderGetQueryParameters collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.

type DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderGetQueryParameters
}

DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemThumbnailsThumbnailSetItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemUnfollowRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemUnfollowRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemUnfollowRequestBuilder provides operations to call the unfollow method.

func NewDrivesItemItemsItemUnfollowRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemUnfollowRequestBuilder instantiates a new UnfollowRequestBuilder and sets the default values.

func NewDrivesItemItemsItemUnfollowRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemUnfollowRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemUnfollowRequestBuilder

NewDrivesItemItemsItemUnfollowRequestBuilderInternal instantiates a new UnfollowRequestBuilder and sets the default values.

func (*DrivesItemItemsItemUnfollowRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation unfollow a driveItem.

func (*DrivesItemItemsItemUnfollowRequestBuilder) Post ¶ added in v0.48.0

Post unfollow a driveItem.

type DrivesItemItemsItemUnfollowRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemUnfollowRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemUnfollowRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemValidatePermissionRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemValidatePermissionRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemValidatePermissionRequestBuilder provides operations to call the validatePermission method.

func NewDrivesItemItemsItemValidatePermissionRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemValidatePermissionRequestBuilder instantiates a new ValidatePermissionRequestBuilder and sets the default values.

func NewDrivesItemItemsItemValidatePermissionRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemValidatePermissionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemValidatePermissionRequestBuilder

NewDrivesItemItemsItemValidatePermissionRequestBuilderInternal instantiates a new ValidatePermissionRequestBuilder and sets the default values.

type DrivesItemItemsItemValidatePermissionRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemValidatePermissionRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemValidatePermissionRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemVersionsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemVersionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemVersionsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemItemsItemVersionsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemVersionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemItemsItemVersionsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemVersionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemVersionsCountRequestBuilder

NewDrivesItemItemsItemVersionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemItemsItemVersionsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemItemsItemVersionsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemItemsItemVersionsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemVersionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemVersionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder provides operations to manage the versions property of the microsoft.graph.driveItem entity.

func NewDrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder

NewDrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder instantiates a new DriveItemVersionItemRequestBuilder and sets the default values.

func NewDrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder

NewDrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderInternal instantiates a new DriveItemVersionItemRequestBuilder and sets the default values.

func (*DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder) Content ¶ added in v0.48.0

Content provides operations to manage the media for the drive entity.

func (*DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property versions for drives

func (*DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.

func (*DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property versions in drives

func (*DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property versions for drives

func (*DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder) Get ¶ added in v0.48.0

Get the list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.

func (*DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilder) RestoreVersion ¶ added in v0.48.0

RestoreVersion provides operations to call the restoreVersion method.

type DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderGetQueryParameters the list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.

type DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderGetQueryParameters
}

DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemVersionsDriveItemVersionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemVersionsItemContentRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemVersionsItemContentRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemVersionsItemContentRequestBuilder provides operations to manage the media for the drive entity.

func NewDrivesItemItemsItemVersionsItemContentRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemVersionsItemContentRequestBuilder instantiates a new ContentRequestBuilder and sets the default values.

func NewDrivesItemItemsItemVersionsItemContentRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemVersionsItemContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemVersionsItemContentRequestBuilder

NewDrivesItemItemsItemVersionsItemContentRequestBuilderInternal instantiates a new ContentRequestBuilder and sets the default values.

func (*DrivesItemItemsItemVersionsItemContentRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the content stream for this version of the item.

func (*DrivesItemItemsItemVersionsItemContentRequestBuilder) CreatePutRequestInformation ¶ added in v0.48.0

CreatePutRequestInformation the content stream for this version of the item.

func (*DrivesItemItemsItemVersionsItemContentRequestBuilder) Get ¶ added in v0.48.0

Get the content stream for this version of the item.

func (*DrivesItemItemsItemVersionsItemContentRequestBuilder) Put ¶ added in v0.48.0

Put the content stream for this version of the item.

type DrivesItemItemsItemVersionsItemContentRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemVersionsItemContentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemVersionsItemContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemVersionsItemContentRequestBuilderPutRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemVersionsItemContentRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemVersionsItemContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemVersionsItemRestoreVersionRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemVersionsItemRestoreVersionRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemVersionsItemRestoreVersionRequestBuilder provides operations to call the restoreVersion method.

func NewDrivesItemItemsItemVersionsItemRestoreVersionRequestBuilder ¶ added in v0.48.0

func NewDrivesItemItemsItemVersionsItemRestoreVersionRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemVersionsItemRestoreVersionRequestBuilder

NewDrivesItemItemsItemVersionsItemRestoreVersionRequestBuilder instantiates a new RestoreVersionRequestBuilder and sets the default values.

func NewDrivesItemItemsItemVersionsItemRestoreVersionRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemVersionsItemRestoreVersionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemVersionsItemRestoreVersionRequestBuilder

NewDrivesItemItemsItemVersionsItemRestoreVersionRequestBuilderInternal instantiates a new RestoreVersionRequestBuilder and sets the default values.

func (*DrivesItemItemsItemVersionsItemRestoreVersionRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file.

func (*DrivesItemItemsItemVersionsItemRestoreVersionRequestBuilder) Post ¶ added in v0.48.0

Post restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file.

type DrivesItemItemsItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemVersionsRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsItemVersionsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsItemVersionsRequestBuilder provides operations to manage the versions property of the microsoft.graph.driveItem entity.

func NewDrivesItemItemsItemVersionsRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsItemVersionsRequestBuilder instantiates a new VersionsRequestBuilder and sets the default values.

func NewDrivesItemItemsItemVersionsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsItemVersionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsItemVersionsRequestBuilder

NewDrivesItemItemsItemVersionsRequestBuilderInternal instantiates a new VersionsRequestBuilder and sets the default values.

func (*DrivesItemItemsItemVersionsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemItemsItemVersionsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation oneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings which may be unique per user or location.

func (*DrivesItemItemsItemVersionsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to versions for drives

func (*DrivesItemItemsItemVersionsRequestBuilder) Get ¶ added in v0.48.0

Get oneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings which may be unique per user or location.

type DrivesItemItemsItemVersionsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsItemVersionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsItemVersionsRequestBuilderGetQueryParameters oneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings which may be unique per user or location.

type DrivesItemItemsItemVersionsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemVersionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsItemVersionsRequestBuilderGetQueryParameters
}

DrivesItemItemsItemVersionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsItemVersionsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsItemVersionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsItemVersionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsRequestBuilder ¶ added in v0.48.0

type DrivesItemItemsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemItemsRequestBuilder provides operations to manage the items property of the microsoft.graph.drive entity.

func NewDrivesItemItemsRequestBuilder ¶ added in v0.48.0

NewDrivesItemItemsRequestBuilder instantiates a new ItemsRequestBuilder and sets the default values.

func NewDrivesItemItemsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemItemsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemItemsRequestBuilder

NewDrivesItemItemsRequestBuilderInternal instantiates a new ItemsRequestBuilder and sets the default values.

func (*DrivesItemItemsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemItemsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation all items contained in the drive. Read-only. Nullable.

func (*DrivesItemItemsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to items for drives

func (*DrivesItemItemsRequestBuilder) Get ¶ added in v0.48.0

Get all items contained in the drive. Read-only. Nullable.

type DrivesItemItemsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemItemsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemItemsRequestBuilderGetQueryParameters all items contained in the drive. Read-only. Nullable.

type DrivesItemItemsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemItemsRequestBuilderGetQueryParameters
}

DrivesItemItemsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemItemsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemItemsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemItemsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListColumnsColumnDefinitionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemListColumnsColumnDefinitionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListColumnsColumnDefinitionItemRequestBuilder provides operations to manage the columns property of the microsoft.graph.list entity.

func NewDrivesItemListColumnsColumnDefinitionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListColumnsColumnDefinitionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListColumnsColumnDefinitionItemRequestBuilder

NewDrivesItemListColumnsColumnDefinitionItemRequestBuilder instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values.

func NewDrivesItemListColumnsColumnDefinitionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListColumnsColumnDefinitionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListColumnsColumnDefinitionItemRequestBuilder

NewDrivesItemListColumnsColumnDefinitionItemRequestBuilderInternal instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values.

func (*DrivesItemListColumnsColumnDefinitionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property columns for drives

func (*DrivesItemListColumnsColumnDefinitionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the collection of field definitions for this list.

func (*DrivesItemListColumnsColumnDefinitionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property columns in drives

func (*DrivesItemListColumnsColumnDefinitionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property columns for drives

func (*DrivesItemListColumnsColumnDefinitionItemRequestBuilder) Get ¶ added in v0.48.0

Get the collection of field definitions for this list.

func (*DrivesItemListColumnsColumnDefinitionItemRequestBuilder) SourceColumn ¶ added in v0.48.0

SourceColumn provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity.

type DrivesItemListColumnsColumnDefinitionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemListColumnsColumnDefinitionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListColumnsColumnDefinitionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListColumnsColumnDefinitionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListColumnsColumnDefinitionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListColumnsColumnDefinitionItemRequestBuilderGetQueryParameters the collection of field definitions for this list.

type DrivesItemListColumnsColumnDefinitionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListColumnsColumnDefinitionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListColumnsColumnDefinitionItemRequestBuilderGetQueryParameters
}

DrivesItemListColumnsColumnDefinitionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListColumnsColumnDefinitionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemListColumnsColumnDefinitionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListColumnsColumnDefinitionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListColumnsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemListColumnsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListColumnsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemListColumnsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemListColumnsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemListColumnsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListColumnsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListColumnsCountRequestBuilder

NewDrivesItemListColumnsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemListColumnsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemListColumnsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemListColumnsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListColumnsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListColumnsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListColumnsItemSourceColumnRequestBuilder ¶ added in v0.48.0

type DrivesItemListColumnsItemSourceColumnRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListColumnsItemSourceColumnRequestBuilder provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity.

func NewDrivesItemListColumnsItemSourceColumnRequestBuilder ¶ added in v0.48.0

NewDrivesItemListColumnsItemSourceColumnRequestBuilder instantiates a new SourceColumnRequestBuilder and sets the default values.

func NewDrivesItemListColumnsItemSourceColumnRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListColumnsItemSourceColumnRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListColumnsItemSourceColumnRequestBuilder

NewDrivesItemListColumnsItemSourceColumnRequestBuilderInternal instantiates a new SourceColumnRequestBuilder and sets the default values.

func (*DrivesItemListColumnsItemSourceColumnRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the source column for the content type column.

func (*DrivesItemListColumnsItemSourceColumnRequestBuilder) Get ¶ added in v0.48.0

Get the source column for the content type column.

type DrivesItemListColumnsItemSourceColumnRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListColumnsItemSourceColumnRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListColumnsItemSourceColumnRequestBuilderGetQueryParameters the source column for the content type column.

type DrivesItemListColumnsItemSourceColumnRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListColumnsItemSourceColumnRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListColumnsItemSourceColumnRequestBuilderGetQueryParameters
}

DrivesItemListColumnsItemSourceColumnRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListColumnsRequestBuilder ¶ added in v0.48.0

type DrivesItemListColumnsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListColumnsRequestBuilder provides operations to manage the columns property of the microsoft.graph.list entity.

func NewDrivesItemListColumnsRequestBuilder ¶ added in v0.48.0

NewDrivesItemListColumnsRequestBuilder instantiates a new ColumnsRequestBuilder and sets the default values.

func NewDrivesItemListColumnsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListColumnsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListColumnsRequestBuilder

NewDrivesItemListColumnsRequestBuilderInternal instantiates a new ColumnsRequestBuilder and sets the default values.

func (*DrivesItemListColumnsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemListColumnsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list].

func (*DrivesItemListColumnsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition].

func (*DrivesItemListColumnsRequestBuilder) Get ¶ added in v0.48.0

Get get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list].

func (*DrivesItemListColumnsRequestBuilder) Post ¶ added in v0.48.0

Post create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition].

type DrivesItemListColumnsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListColumnsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemListColumnsRequestBuilderGetQueryParameters get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list].

type DrivesItemListColumnsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListColumnsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListColumnsRequestBuilderGetQueryParameters
}

DrivesItemListColumnsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListColumnsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListColumnsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListColumnsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilder provides operations to call the addCopyFromContentTypeHub method.

func NewDrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilder

NewDrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilder instantiates a new AddCopyFromContentTypeHubRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilder

NewDrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilderInternal instantiates a new AddCopyFromContentTypeHubRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.

func (*DrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilder) Post ¶ added in v0.48.0

Post add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.

type DrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesAddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesAddCopyRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesAddCopyRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesAddCopyRequestBuilder provides operations to call the addCopy method.

func NewDrivesItemListContentTypesAddCopyRequestBuilder ¶ added in v0.48.0

NewDrivesItemListContentTypesAddCopyRequestBuilder instantiates a new AddCopyRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesAddCopyRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesAddCopyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesAddCopyRequestBuilder

NewDrivesItemListContentTypesAddCopyRequestBuilderInternal instantiates a new AddCopyRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesAddCopyRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation add a copy of a [content type][contentType] from a [site][site] to a [list][list].

type DrivesItemListContentTypesAddCopyRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesAddCopyRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesAddCopyRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesContentTypeItemRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesContentTypeItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesContentTypeItemRequestBuilder provides operations to manage the contentTypes property of the microsoft.graph.list entity.

func NewDrivesItemListContentTypesContentTypeItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesContentTypeItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesContentTypeItemRequestBuilder

NewDrivesItemListContentTypesContentTypeItemRequestBuilder instantiates a new ContentTypeItemRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesContentTypeItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesContentTypeItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesContentTypeItemRequestBuilder

NewDrivesItemListContentTypesContentTypeItemRequestBuilderInternal instantiates a new ContentTypeItemRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) AssociateWithHubSites ¶ added in v0.48.0

AssociateWithHubSites provides operations to call the associateWithHubSites method.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) Base ¶ added in v0.48.0

Base provides operations to manage the base property of the microsoft.graph.contentType entity.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) BaseTypes ¶ added in v0.48.0

BaseTypes provides operations to manage the baseTypes property of the microsoft.graph.contentType entity.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) BaseTypesById ¶ added in v0.48.0

BaseTypesById provides operations to manage the baseTypes property of the microsoft.graph.contentType entity.

ColumnLinks provides operations to manage the columnLinks property of the microsoft.graph.contentType entity.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) ColumnLinksById ¶ added in v0.48.0

ColumnLinksById provides operations to manage the columnLinks property of the microsoft.graph.contentType entity.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) ColumnPositions ¶ added in v0.48.0

ColumnPositions provides operations to manage the columnPositions property of the microsoft.graph.contentType entity.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) ColumnPositionsById ¶ added in v0.48.0

ColumnPositionsById provides operations to manage the columnPositions property of the microsoft.graph.contentType entity.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) Columns ¶ added in v0.48.0

Columns provides operations to manage the columns property of the microsoft.graph.contentType entity.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) ColumnsById ¶ added in v0.48.0

ColumnsById provides operations to manage the columns property of the microsoft.graph.contentType entity.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) CopyToDefaultContentLocation ¶ added in v0.48.0

CopyToDefaultContentLocation provides operations to call the copyToDefaultContentLocation method.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property contentTypes for drives

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the collection of content types present in this list.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property contentTypes in drives

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property contentTypes for drives

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) Get ¶ added in v0.48.0

Get the collection of content types present in this list.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) IsPublished ¶ added in v0.48.0

IsPublished provides operations to call the isPublished method.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) Publish ¶ added in v0.48.0

Publish provides operations to call the publish method.

func (*DrivesItemListContentTypesContentTypeItemRequestBuilder) Unpublish ¶ added in v0.48.0

Unpublish provides operations to call the unpublish method.

type DrivesItemListContentTypesContentTypeItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesContentTypeItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesContentTypeItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesContentTypeItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListContentTypesContentTypeItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListContentTypesContentTypeItemRequestBuilderGetQueryParameters the collection of content types present in this list.

type DrivesItemListContentTypesContentTypeItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesContentTypeItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListContentTypesContentTypeItemRequestBuilderGetQueryParameters
}

DrivesItemListContentTypesContentTypeItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesContentTypeItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesContentTypeItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesContentTypeItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesCountRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemListContentTypesCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemListContentTypesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesCountRequestBuilder

NewDrivesItemListContentTypesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemListContentTypesCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemListContentTypesCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilder provides operations to call the getCompatibleHubContentTypes method.

func NewDrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilder

NewDrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilder instantiates a new GetCompatibleHubContentTypesRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilder

NewDrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilderInternal instantiates a new GetCompatibleHubContentTypesRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function getCompatibleHubContentTypes

type DrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilderGetQueryParameters invoke function getCompatibleHubContentTypes

type DrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilderGetQueryParameters
}

DrivesItemListContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilder provides operations to call the associateWithHubSites method.

func NewDrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilder

NewDrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilder instantiates a new AssociateWithHubSitesRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilder

NewDrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilderInternal instantiates a new AssociateWithHubSitesRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation associate a published [content type][contentType] present in a content type hub with a list of hub sites.

func (*DrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilder) Post ¶ added in v0.48.0

Post associate a published [content type][contentType] present in a content type hub with a list of hub sites.

type DrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemAssociateWithHubSitesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemBaseRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemBaseRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemBaseRequestBuilder provides operations to manage the base property of the microsoft.graph.contentType entity.

func NewDrivesItemListContentTypesItemBaseRequestBuilder ¶ added in v0.48.0

NewDrivesItemListContentTypesItemBaseRequestBuilder instantiates a new BaseRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemBaseRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemBaseRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemBaseRequestBuilder

NewDrivesItemListContentTypesItemBaseRequestBuilderInternal instantiates a new BaseRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemBaseRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation parent contentType from which this content type is derived.

func (*DrivesItemListContentTypesItemBaseRequestBuilder) Get ¶ added in v0.48.0

Get parent contentType from which this content type is derived.

type DrivesItemListContentTypesItemBaseRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListContentTypesItemBaseRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListContentTypesItemBaseRequestBuilderGetQueryParameters parent contentType from which this content type is derived.

type DrivesItemListContentTypesItemBaseRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemBaseRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListContentTypesItemBaseRequestBuilderGetQueryParameters
}

DrivesItemListContentTypesItemBaseRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilder provides operations to manage the baseTypes property of the microsoft.graph.contentType entity.

func NewDrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilder

NewDrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilder instantiates a new ContentTypeItemRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilder

NewDrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilderInternal instantiates a new ContentTypeItemRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the collection of content types that are ancestors of this content type.

func (*DrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilder) Get ¶ added in v0.48.0

Get the collection of content types that are ancestors of this content type.

type DrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilderGetQueryParameters the collection of content types that are ancestors of this content type.

type DrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilderGetQueryParameters
}

DrivesItemListContentTypesItemBaseTypesContentTypeItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemBaseTypesCountRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemBaseTypesCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemBaseTypesCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemListContentTypesItemBaseTypesCountRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemBaseTypesCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemBaseTypesCountRequestBuilder

NewDrivesItemListContentTypesItemBaseTypesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemBaseTypesCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemBaseTypesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemBaseTypesCountRequestBuilder

NewDrivesItemListContentTypesItemBaseTypesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemBaseTypesCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemListContentTypesItemBaseTypesCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemListContentTypesItemBaseTypesCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemBaseTypesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemBaseTypesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemBaseTypesRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemBaseTypesRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemBaseTypesRequestBuilder provides operations to manage the baseTypes property of the microsoft.graph.contentType entity.

func NewDrivesItemListContentTypesItemBaseTypesRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemBaseTypesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemBaseTypesRequestBuilder

NewDrivesItemListContentTypesItemBaseTypesRequestBuilder instantiates a new BaseTypesRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemBaseTypesRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemBaseTypesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemBaseTypesRequestBuilder

NewDrivesItemListContentTypesItemBaseTypesRequestBuilderInternal instantiates a new BaseTypesRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemBaseTypesRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemListContentTypesItemBaseTypesRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the collection of content types that are ancestors of this content type.

func (*DrivesItemListContentTypesItemBaseTypesRequestBuilder) Get ¶ added in v0.48.0

Get the collection of content types that are ancestors of this content type.

type DrivesItemListContentTypesItemBaseTypesRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListContentTypesItemBaseTypesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemListContentTypesItemBaseTypesRequestBuilderGetQueryParameters the collection of content types that are ancestors of this content type.

type DrivesItemListContentTypesItemBaseTypesRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemBaseTypesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListContentTypesItemBaseTypesRequestBuilderGetQueryParameters
}

DrivesItemListContentTypesItemBaseTypesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilder provides operations to manage the columnLinks property of the microsoft.graph.contentType entity.

func NewDrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilder

NewDrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilder instantiates a new ColumnLinkItemRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilder

NewDrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderInternal instantiates a new ColumnLinkItemRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property columnLinks for drives

func (*DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the collection of columns that are required by this content type.

func (*DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property columnLinks in drives

func (*DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property columnLinks for drives

func (*DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilder) Get ¶ added in v0.48.0

Get the collection of columns that are required by this content type.

type DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderGetQueryParameters the collection of columns that are required by this content type.

type DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderGetQueryParameters
}

DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemColumnLinksColumnLinkItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnLinksCountRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnLinksCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemColumnLinksCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemListContentTypesItemColumnLinksCountRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnLinksCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnLinksCountRequestBuilder

NewDrivesItemListContentTypesItemColumnLinksCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemColumnLinksCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnLinksCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnLinksCountRequestBuilder

NewDrivesItemListContentTypesItemColumnLinksCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemColumnLinksCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemListContentTypesItemColumnLinksCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemListContentTypesItemColumnLinksCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnLinksCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemColumnLinksCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnLinksRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnLinksRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemColumnLinksRequestBuilder provides operations to manage the columnLinks property of the microsoft.graph.contentType entity.

func NewDrivesItemListContentTypesItemColumnLinksRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnLinksRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnLinksRequestBuilder

NewDrivesItemListContentTypesItemColumnLinksRequestBuilder instantiates a new ColumnLinksRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemColumnLinksRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnLinksRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnLinksRequestBuilder

NewDrivesItemListContentTypesItemColumnLinksRequestBuilderInternal instantiates a new ColumnLinksRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemColumnLinksRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemListContentTypesItemColumnLinksRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the collection of columns that are required by this content type.

func (*DrivesItemListContentTypesItemColumnLinksRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to columnLinks for drives

func (*DrivesItemListContentTypesItemColumnLinksRequestBuilder) Get ¶ added in v0.48.0

Get the collection of columns that are required by this content type.

type DrivesItemListContentTypesItemColumnLinksRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnLinksRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemListContentTypesItemColumnLinksRequestBuilderGetQueryParameters the collection of columns that are required by this content type.

type DrivesItemListContentTypesItemColumnLinksRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnLinksRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListContentTypesItemColumnLinksRequestBuilderGetQueryParameters
}

DrivesItemListContentTypesItemColumnLinksRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnLinksRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnLinksRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemColumnLinksRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilder provides operations to manage the columnPositions property of the microsoft.graph.contentType entity.

func NewDrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilder

NewDrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilder instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilder

NewDrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilderInternal instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation column order information in a content type.

func (*DrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilder) Get ¶ added in v0.48.0

Get column order information in a content type.

type DrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilderGetQueryParameters column order information in a content type.

type DrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilderGetQueryParameters
}

DrivesItemListContentTypesItemColumnPositionsColumnDefinitionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnPositionsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnPositionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemColumnPositionsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemListContentTypesItemColumnPositionsCountRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnPositionsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnPositionsCountRequestBuilder

NewDrivesItemListContentTypesItemColumnPositionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemColumnPositionsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnPositionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnPositionsCountRequestBuilder

NewDrivesItemListContentTypesItemColumnPositionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemColumnPositionsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemListContentTypesItemColumnPositionsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemListContentTypesItemColumnPositionsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnPositionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemColumnPositionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnPositionsRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnPositionsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemColumnPositionsRequestBuilder provides operations to manage the columnPositions property of the microsoft.graph.contentType entity.

func NewDrivesItemListContentTypesItemColumnPositionsRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnPositionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnPositionsRequestBuilder

NewDrivesItemListContentTypesItemColumnPositionsRequestBuilder instantiates a new ColumnPositionsRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemColumnPositionsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnPositionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnPositionsRequestBuilder

NewDrivesItemListContentTypesItemColumnPositionsRequestBuilderInternal instantiates a new ColumnPositionsRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemColumnPositionsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemListContentTypesItemColumnPositionsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation column order information in a content type.

func (*DrivesItemListContentTypesItemColumnPositionsRequestBuilder) Get ¶ added in v0.48.0

Get column order information in a content type.

type DrivesItemListContentTypesItemColumnPositionsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnPositionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemListContentTypesItemColumnPositionsRequestBuilderGetQueryParameters column order information in a content type.

type DrivesItemListContentTypesItemColumnPositionsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnPositionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListContentTypesItemColumnPositionsRequestBuilderGetQueryParameters
}

DrivesItemListContentTypesItemColumnPositionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder provides operations to manage the columns property of the microsoft.graph.contentType entity.

func NewDrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder

NewDrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder

NewDrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderInternal instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property columns for drives

func (*DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the collection of column definitions for this contentType.

func (*DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property columns in drives

func (*DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property columns for drives

func (*DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) Get ¶ added in v0.48.0

Get the collection of column definitions for this contentType.

func (*DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilder) SourceColumn ¶ added in v0.48.0

SourceColumn provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity.

type DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters the collection of column definitions for this contentType.

type DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetQueryParameters
}

DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemColumnsColumnDefinitionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemColumnsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemListContentTypesItemColumnsCountRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnsCountRequestBuilder

NewDrivesItemListContentTypesItemColumnsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemColumnsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnsCountRequestBuilder

NewDrivesItemListContentTypesItemColumnsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemColumnsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemListContentTypesItemColumnsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemListContentTypesItemColumnsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemColumnsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilder provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity.

func NewDrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilder

NewDrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilder instantiates a new SourceColumnRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilder

NewDrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilderInternal instantiates a new SourceColumnRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the source column for the content type column.

func (*DrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilder) Get ¶ added in v0.48.0

Get the source column for the content type column.

type DrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilderGetQueryParameters the source column for the content type column.

type DrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilderGetQueryParameters
}

DrivesItemListContentTypesItemColumnsItemSourceColumnRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnsRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemColumnsRequestBuilder provides operations to manage the columns property of the microsoft.graph.contentType entity.

func NewDrivesItemListContentTypesItemColumnsRequestBuilder ¶ added in v0.48.0

NewDrivesItemListContentTypesItemColumnsRequestBuilder instantiates a new ColumnsRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemColumnsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemColumnsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemColumnsRequestBuilder

NewDrivesItemListContentTypesItemColumnsRequestBuilderInternal instantiates a new ColumnsRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemColumnsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemListContentTypesItemColumnsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].

func (*DrivesItemListContentTypesItemColumnsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].

func (*DrivesItemListContentTypesItemColumnsRequestBuilder) Get ¶ added in v0.48.0

Get get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].

func (*DrivesItemListContentTypesItemColumnsRequestBuilder) Post ¶ added in v0.48.0

Post add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].

type DrivesItemListContentTypesItemColumnsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemListContentTypesItemColumnsRequestBuilderGetQueryParameters get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].

type DrivesItemListContentTypesItemColumnsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListContentTypesItemColumnsRequestBuilderGetQueryParameters
}

DrivesItemListContentTypesItemColumnsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemColumnsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemColumnsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemColumnsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder provides operations to call the copyToDefaultContentLocation method.

func NewDrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder

NewDrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder instantiates a new CopyToDefaultContentLocationRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder

NewDrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilderInternal instantiates a new CopyToDefaultContentLocationRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.

func (*DrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilder) Post ¶ added in v0.48.0

Post copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.

type DrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemCopyToDefaultContentLocationRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemIsPublishedRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemIsPublishedRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemIsPublishedRequestBuilder provides operations to call the isPublished method.

func NewDrivesItemListContentTypesItemIsPublishedRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemIsPublishedRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemIsPublishedRequestBuilder

NewDrivesItemListContentTypesItemIsPublishedRequestBuilder instantiates a new IsPublishedRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemIsPublishedRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemIsPublishedRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemIsPublishedRequestBuilder

NewDrivesItemListContentTypesItemIsPublishedRequestBuilderInternal instantiates a new IsPublishedRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemIsPublishedRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function isPublished

type DrivesItemListContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemPublishRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemPublishRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemPublishRequestBuilder provides operations to call the publish method.

func NewDrivesItemListContentTypesItemPublishRequestBuilder ¶ added in v0.48.0

NewDrivesItemListContentTypesItemPublishRequestBuilder instantiates a new PublishRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemPublishRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemPublishRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemPublishRequestBuilder

NewDrivesItemListContentTypesItemPublishRequestBuilderInternal instantiates a new PublishRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemPublishRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation publishes a [contentType][] present in the content type hub site.

func (*DrivesItemListContentTypesItemPublishRequestBuilder) Post ¶ added in v0.48.0

Post publishes a [contentType][] present in the content type hub site.

type DrivesItemListContentTypesItemPublishRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemPublishRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemPublishRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesItemUnpublishRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesItemUnpublishRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesItemUnpublishRequestBuilder provides operations to call the unpublish method.

func NewDrivesItemListContentTypesItemUnpublishRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemUnpublishRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemUnpublishRequestBuilder

NewDrivesItemListContentTypesItemUnpublishRequestBuilder instantiates a new UnpublishRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesItemUnpublishRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesItemUnpublishRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesItemUnpublishRequestBuilder

NewDrivesItemListContentTypesItemUnpublishRequestBuilderInternal instantiates a new UnpublishRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesItemUnpublishRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation unpublish a [contentType][] from a content type hub site.

func (*DrivesItemListContentTypesItemUnpublishRequestBuilder) Post ¶ added in v0.48.0

Post unpublish a [contentType][] from a content type hub site.

type DrivesItemListContentTypesItemUnpublishRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesItemUnpublishRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesItemUnpublishRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesRequestBuilder ¶ added in v0.48.0

type DrivesItemListContentTypesRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListContentTypesRequestBuilder provides operations to manage the contentTypes property of the microsoft.graph.list entity.

func NewDrivesItemListContentTypesRequestBuilder ¶ added in v0.48.0

NewDrivesItemListContentTypesRequestBuilder instantiates a new ContentTypesRequestBuilder and sets the default values.

func NewDrivesItemListContentTypesRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListContentTypesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListContentTypesRequestBuilder

NewDrivesItemListContentTypesRequestBuilderInternal instantiates a new ContentTypesRequestBuilder and sets the default values.

func (*DrivesItemListContentTypesRequestBuilder) AddCopy ¶ added in v0.48.0

AddCopy provides operations to call the addCopy method.

func (*DrivesItemListContentTypesRequestBuilder) AddCopyFromContentTypeHub ¶ added in v0.48.0

AddCopyFromContentTypeHub provides operations to call the addCopyFromContentTypeHub method.

func (*DrivesItemListContentTypesRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemListContentTypesRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the collection of [contentType][contentType] resources in a [list][].

func (*DrivesItemListContentTypesRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to contentTypes for drives

func (*DrivesItemListContentTypesRequestBuilder) Get ¶ added in v0.48.0

Get get the collection of [contentType][contentType] resources in a [list][].

func (*DrivesItemListContentTypesRequestBuilder) GetCompatibleHubContentTypes ¶ added in v0.48.0

GetCompatibleHubContentTypes provides operations to call the getCompatibleHubContentTypes method.

type DrivesItemListContentTypesRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListContentTypesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemListContentTypesRequestBuilderGetQueryParameters get the collection of [contentType][contentType] resources in a [list][].

type DrivesItemListContentTypesRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListContentTypesRequestBuilderGetQueryParameters
}

DrivesItemListContentTypesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListContentTypesRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListContentTypesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListContentTypesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListDriveRequestBuilder ¶ added in v0.48.0

type DrivesItemListDriveRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListDriveRequestBuilder provides operations to manage the drive property of the microsoft.graph.list entity.

func NewDrivesItemListDriveRequestBuilder ¶ added in v0.48.0

NewDrivesItemListDriveRequestBuilder instantiates a new DriveRequestBuilder and sets the default values.

func NewDrivesItemListDriveRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListDriveRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListDriveRequestBuilder

NewDrivesItemListDriveRequestBuilderInternal instantiates a new DriveRequestBuilder and sets the default values.

func (*DrivesItemListDriveRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].

func (*DrivesItemListDriveRequestBuilder) Get ¶ added in v0.48.0

Get only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].

type DrivesItemListDriveRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListDriveRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListDriveRequestBuilderGetQueryParameters only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].

type DrivesItemListDriveRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListDriveRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListDriveRequestBuilderGetQueryParameters
}

DrivesItemListDriveRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemListItemsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemListItemsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemListItemsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsCountRequestBuilder

NewDrivesItemListItemsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemListItemsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemListItemsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemListItemsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemAnalyticsRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemAnalyticsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemAnalyticsRequestBuilder provides operations to manage the analytics property of the microsoft.graph.listItem entity.

func NewDrivesItemListItemsItemAnalyticsRequestBuilder ¶ added in v0.48.0

NewDrivesItemListItemsItemAnalyticsRequestBuilder instantiates a new AnalyticsRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemAnalyticsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemAnalyticsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemAnalyticsRequestBuilder

NewDrivesItemListItemsItemAnalyticsRequestBuilderInternal instantiates a new AnalyticsRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemAnalyticsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation analytics about the view activities that took place on this item.

func (*DrivesItemListItemsItemAnalyticsRequestBuilder) Get ¶ added in v0.48.0

Get analytics about the view activities that took place on this item.

type DrivesItemListItemsItemAnalyticsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListItemsItemAnalyticsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListItemsItemAnalyticsRequestBuilderGetQueryParameters analytics about the view activities that took place on this item.

type DrivesItemListItemsItemAnalyticsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemAnalyticsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListItemsItemAnalyticsRequestBuilderGetQueryParameters
}

DrivesItemListItemsItemAnalyticsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemDocumentSetVersionsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemDocumentSetVersionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemDocumentSetVersionsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemListItemsItemDocumentSetVersionsCountRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListItemsItemDocumentSetVersionsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemDocumentSetVersionsCountRequestBuilder

NewDrivesItemListItemsItemDocumentSetVersionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemDocumentSetVersionsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemDocumentSetVersionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemDocumentSetVersionsCountRequestBuilder

NewDrivesItemListItemsItemDocumentSetVersionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemDocumentSetVersionsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemListItemsItemDocumentSetVersionsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemListItemsItemDocumentSetVersionsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemDocumentSetVersionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemDocumentSetVersionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity.

func NewDrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder

NewDrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder instantiates a new DocumentSetVersionItemRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder

NewDrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderInternal instantiates a new DocumentSetVersionItemRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property documentSetVersions for drives

func (*DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation version information for a document set version created by a user.

func (*DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property documentSetVersions in drives

func (*DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property documentSetVersions for drives

func (*DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Get ¶ added in v0.48.0

Get version information for a document set version created by a user.

func (*DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Restore ¶ added in v0.48.0

Restore provides operations to call the restore method.

type DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters version information for a document set version created by a user.

type DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters
}

DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder provides operations to call the restore method.

func NewDrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder

NewDrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder

NewDrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation restore a document set version.

func (*DrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilder) Post ¶ added in v0.48.0

Post restore a document set version.

type DrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemDocumentSetVersionsItemRestoreRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemDocumentSetVersionsRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemDocumentSetVersionsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemDocumentSetVersionsRequestBuilder provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity.

func NewDrivesItemListItemsItemDocumentSetVersionsRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListItemsItemDocumentSetVersionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemDocumentSetVersionsRequestBuilder

NewDrivesItemListItemsItemDocumentSetVersionsRequestBuilder instantiates a new DocumentSetVersionsRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemDocumentSetVersionsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemDocumentSetVersionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemDocumentSetVersionsRequestBuilder

NewDrivesItemListItemsItemDocumentSetVersionsRequestBuilderInternal instantiates a new DocumentSetVersionsRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemDocumentSetVersionsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemListItemsItemDocumentSetVersionsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get a list of the versions of a document set item in a list.

func (*DrivesItemListItemsItemDocumentSetVersionsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create a new version of a document set item in a list.

func (*DrivesItemListItemsItemDocumentSetVersionsRequestBuilder) Get ¶ added in v0.48.0

Get get a list of the versions of a document set item in a list.

type DrivesItemListItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemListItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters get a list of the versions of a document set item in a list.

type DrivesItemListItemsItemDocumentSetVersionsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemDocumentSetVersionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListItemsItemDocumentSetVersionsRequestBuilderGetQueryParameters
}

DrivesItemListItemsItemDocumentSetVersionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemDocumentSetVersionsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemDocumentSetVersionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemDocumentSetVersionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemDriveItemContentRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemDriveItemContentRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemDriveItemContentRequestBuilder provides operations to manage the media for the drive entity.

func NewDrivesItemListItemsItemDriveItemContentRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListItemsItemDriveItemContentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemDriveItemContentRequestBuilder

NewDrivesItemListItemsItemDriveItemContentRequestBuilder instantiates a new ContentRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemDriveItemContentRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemDriveItemContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemDriveItemContentRequestBuilder

NewDrivesItemListItemsItemDriveItemContentRequestBuilderInternal instantiates a new ContentRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemDriveItemContentRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the content stream, if the item represents a file.

func (*DrivesItemListItemsItemDriveItemContentRequestBuilder) CreatePutRequestInformation ¶ added in v0.48.0

CreatePutRequestInformation the content stream, if the item represents a file.

func (*DrivesItemListItemsItemDriveItemContentRequestBuilder) Get ¶ added in v0.48.0

Get the content stream, if the item represents a file.

func (*DrivesItemListItemsItemDriveItemContentRequestBuilder) Put ¶ added in v0.48.0

Put the content stream, if the item represents a file.

type DrivesItemListItemsItemDriveItemContentRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemDriveItemContentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemDriveItemContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemDriveItemContentRequestBuilderPutRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemDriveItemContentRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemDriveItemContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemDriveItemRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemDriveItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemDriveItemRequestBuilder provides operations to manage the driveItem property of the microsoft.graph.listItem entity.

func NewDrivesItemListItemsItemDriveItemRequestBuilder ¶ added in v0.48.0

NewDrivesItemListItemsItemDriveItemRequestBuilder instantiates a new DriveItemRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemDriveItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemDriveItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemDriveItemRequestBuilder

NewDrivesItemListItemsItemDriveItemRequestBuilderInternal instantiates a new DriveItemRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemDriveItemRequestBuilder) Content ¶ added in v0.48.0

Content provides operations to manage the media for the drive entity.

func (*DrivesItemListItemsItemDriveItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation for document libraries, the driveItem relationship exposes the listItem as a [driveItem][]

func (*DrivesItemListItemsItemDriveItemRequestBuilder) Get ¶ added in v0.48.0

Get for document libraries, the driveItem relationship exposes the listItem as a [driveItem][]

type DrivesItemListItemsItemDriveItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListItemsItemDriveItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListItemsItemDriveItemRequestBuilderGetQueryParameters for document libraries, the driveItem relationship exposes the listItem as a [driveItem][]

type DrivesItemListItemsItemDriveItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemDriveItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListItemsItemDriveItemRequestBuilderGetQueryParameters
}

DrivesItemListItemsItemDriveItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemFieldsRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemFieldsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemFieldsRequestBuilder provides operations to manage the fields property of the microsoft.graph.listItem entity.

func NewDrivesItemListItemsItemFieldsRequestBuilder ¶ added in v0.48.0

NewDrivesItemListItemsItemFieldsRequestBuilder instantiates a new FieldsRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemFieldsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemFieldsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemFieldsRequestBuilder

NewDrivesItemListItemsItemFieldsRequestBuilderInternal instantiates a new FieldsRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemFieldsRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property fields for drives

func (*DrivesItemListItemsItemFieldsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the values of the columns set on this list item.

func (*DrivesItemListItemsItemFieldsRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the properties on a **[listItem][]**.

func (*DrivesItemListItemsItemFieldsRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property fields for drives

func (*DrivesItemListItemsItemFieldsRequestBuilder) Get ¶ added in v0.48.0

Get the values of the columns set on this list item.

type DrivesItemListItemsItemFieldsRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemFieldsRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemFieldsRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemFieldsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListItemsItemFieldsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListItemsItemFieldsRequestBuilderGetQueryParameters the values of the columns set on this list item.

type DrivesItemListItemsItemFieldsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemFieldsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListItemsItemFieldsRequestBuilderGetQueryParameters
}

DrivesItemListItemsItemFieldsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemFieldsRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemFieldsRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemFieldsRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemGetActivitiesByIntervalRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemGetActivitiesByIntervalRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemGetActivitiesByIntervalRequestBuilder provides operations to call the getActivitiesByInterval method.

func NewDrivesItemListItemsItemGetActivitiesByIntervalRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListItemsItemGetActivitiesByIntervalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemGetActivitiesByIntervalRequestBuilder

NewDrivesItemListItemsItemGetActivitiesByIntervalRequestBuilder instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemGetActivitiesByIntervalRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemGetActivitiesByIntervalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemGetActivitiesByIntervalRequestBuilder

NewDrivesItemListItemsItemGetActivitiesByIntervalRequestBuilderInternal instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemGetActivitiesByIntervalRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function getActivitiesByInterval

type DrivesItemListItemsItemGetActivitiesByIntervalRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListItemsItemGetActivitiesByIntervalRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemListItemsItemGetActivitiesByIntervalRequestBuilderGetQueryParameters invoke function getActivitiesByInterval

type DrivesItemListItemsItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListItemsItemGetActivitiesByIntervalRequestBuilderGetQueryParameters
}

DrivesItemListItemsItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder provides operations to call the getActivitiesByInterval method.

func NewDrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

NewDrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, endDateTime *string, interval *string, startDateTime *string) *DrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

NewDrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function getActivitiesByInterval

type DrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters invoke function getActivitiesByInterval

type DrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters
}

DrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemVersionsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemVersionsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemListItemsItemVersionsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemListItemsItemVersionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemVersionsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemVersionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemVersionsCountRequestBuilder

NewDrivesItemListItemsItemVersionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemVersionsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemListItemsItemVersionsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemListItemsItemVersionsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemVersionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemVersionsItemFieldsRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsItemFieldsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemVersionsItemFieldsRequestBuilder provides operations to manage the fields property of the microsoft.graph.listItemVersion entity.

func NewDrivesItemListItemsItemVersionsItemFieldsRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListItemsItemVersionsItemFieldsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemVersionsItemFieldsRequestBuilder

NewDrivesItemListItemsItemVersionsItemFieldsRequestBuilder instantiates a new FieldsRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemVersionsItemFieldsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemVersionsItemFieldsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemVersionsItemFieldsRequestBuilder

NewDrivesItemListItemsItemVersionsItemFieldsRequestBuilderInternal instantiates a new FieldsRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemVersionsItemFieldsRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property fields for drives

func (*DrivesItemListItemsItemVersionsItemFieldsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation a collection of the fields and values for this version of the list item.

func (*DrivesItemListItemsItemVersionsItemFieldsRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property fields in drives

func (*DrivesItemListItemsItemVersionsItemFieldsRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property fields for drives

func (*DrivesItemListItemsItemVersionsItemFieldsRequestBuilder) Get ¶ added in v0.48.0

Get a collection of the fields and values for this version of the list item.

type DrivesItemListItemsItemVersionsItemFieldsRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsItemFieldsRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemVersionsItemFieldsRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemVersionsItemFieldsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsItemFieldsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListItemsItemVersionsItemFieldsRequestBuilderGetQueryParameters a collection of the fields and values for this version of the list item.

type DrivesItemListItemsItemVersionsItemFieldsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsItemFieldsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListItemsItemVersionsItemFieldsRequestBuilderGetQueryParameters
}

DrivesItemListItemsItemVersionsItemFieldsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemVersionsItemFieldsRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsItemFieldsRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemVersionsItemFieldsRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilder provides operations to call the restoreVersion method.

func NewDrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilder

NewDrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilder instantiates a new RestoreVersionRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilder

NewDrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilderInternal instantiates a new RestoreVersionRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.

func (*DrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilder) Post ¶ added in v0.48.0

Post restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.

type DrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder provides operations to manage the versions property of the microsoft.graph.listItem entity.

func NewDrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder

NewDrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder instantiates a new ListItemVersionItemRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder

NewDrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderInternal instantiates a new ListItemVersionItemRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property versions for drives

func (*DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the list of previous versions of the list item.

func (*DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property versions in drives

func (*DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property versions for drives

func (*DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder) Fields ¶ added in v0.48.0

Fields provides operations to manage the fields property of the microsoft.graph.listItemVersion entity.

func (*DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder) Get ¶ added in v0.48.0

Get the list of previous versions of the list item.

func (*DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilder) RestoreVersion ¶ added in v0.48.0

RestoreVersion provides operations to call the restoreVersion method.

type DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters the list of previous versions of the list item.

type DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderGetQueryParameters
}

DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemVersionsListItemVersionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemVersionsRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsItemVersionsRequestBuilder provides operations to manage the versions property of the microsoft.graph.listItem entity.

func NewDrivesItemListItemsItemVersionsRequestBuilder ¶ added in v0.48.0

NewDrivesItemListItemsItemVersionsRequestBuilder instantiates a new VersionsRequestBuilder and sets the default values.

func NewDrivesItemListItemsItemVersionsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsItemVersionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsItemVersionsRequestBuilder

NewDrivesItemListItemsItemVersionsRequestBuilderInternal instantiates a new VersionsRequestBuilder and sets the default values.

func (*DrivesItemListItemsItemVersionsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemListItemsItemVersionsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation sharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location.

func (*DrivesItemListItemsItemVersionsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to versions for drives

func (*DrivesItemListItemsItemVersionsRequestBuilder) Get ¶ added in v0.48.0

Get sharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location.

type DrivesItemListItemsItemVersionsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemListItemsItemVersionsRequestBuilderGetQueryParameters sharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location.

type DrivesItemListItemsItemVersionsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListItemsItemVersionsRequestBuilderGetQueryParameters
}

DrivesItemListItemsItemVersionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsItemVersionsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsItemVersionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsItemVersionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsListItemItemRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsListItemItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsListItemItemRequestBuilder provides operations to manage the items property of the microsoft.graph.list entity.

func NewDrivesItemListItemsListItemItemRequestBuilder ¶ added in v0.48.0

NewDrivesItemListItemsListItemItemRequestBuilder instantiates a new ListItemItemRequestBuilder and sets the default values.

func NewDrivesItemListItemsListItemItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsListItemItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsListItemItemRequestBuilder

NewDrivesItemListItemsListItemItemRequestBuilderInternal instantiates a new ListItemItemRequestBuilder and sets the default values.

func (*DrivesItemListItemsListItemItemRequestBuilder) Analytics ¶ added in v0.48.0

Analytics provides operations to manage the analytics property of the microsoft.graph.listItem entity.

func (*DrivesItemListItemsListItemItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property items for drives

func (*DrivesItemListItemsListItemItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation all items contained in the list.

func (*DrivesItemListItemsListItemItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property items in drives

func (*DrivesItemListItemsListItemItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property items for drives

func (*DrivesItemListItemsListItemItemRequestBuilder) DocumentSetVersions ¶ added in v0.48.0

DocumentSetVersions provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity.

func (*DrivesItemListItemsListItemItemRequestBuilder) DocumentSetVersionsById ¶ added in v0.48.0

DocumentSetVersionsById provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity.

func (*DrivesItemListItemsListItemItemRequestBuilder) DriveItem ¶ added in v0.48.0

DriveItem provides operations to manage the driveItem property of the microsoft.graph.listItem entity.

func (*DrivesItemListItemsListItemItemRequestBuilder) Fields ¶ added in v0.48.0

Fields provides operations to manage the fields property of the microsoft.graph.listItem entity.

func (*DrivesItemListItemsListItemItemRequestBuilder) Get ¶ added in v0.48.0

Get all items contained in the list.

func (*DrivesItemListItemsListItemItemRequestBuilder) GetActivitiesByInterval ¶ added in v0.48.0

GetActivitiesByInterval provides operations to call the getActivitiesByInterval method.

func (*DrivesItemListItemsListItemItemRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval ¶ added in v0.48.0

func (m *DrivesItemListItemsListItemItemRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval(endDateTime *string, interval *string, startDateTime *string) *DrivesItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval provides operations to call the getActivitiesByInterval method.

func (*DrivesItemListItemsListItemItemRequestBuilder) Versions ¶ added in v0.48.0

Versions provides operations to manage the versions property of the microsoft.graph.listItem entity.

func (*DrivesItemListItemsListItemItemRequestBuilder) VersionsById ¶ added in v0.48.0

VersionsById provides operations to manage the versions property of the microsoft.graph.listItem entity.

type DrivesItemListItemsListItemItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsListItemItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsListItemItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsListItemItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListItemsListItemItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListItemsListItemItemRequestBuilderGetQueryParameters all items contained in the list.

type DrivesItemListItemsListItemItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsListItemItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListItemsListItemItemRequestBuilderGetQueryParameters
}

DrivesItemListItemsListItemItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsListItemItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsListItemItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsListItemItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsRequestBuilder ¶ added in v0.48.0

type DrivesItemListItemsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListItemsRequestBuilder provides operations to manage the items property of the microsoft.graph.list entity.

func NewDrivesItemListItemsRequestBuilder ¶ added in v0.48.0

NewDrivesItemListItemsRequestBuilder instantiates a new ItemsRequestBuilder and sets the default values.

func NewDrivesItemListItemsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListItemsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListItemsRequestBuilder

NewDrivesItemListItemsRequestBuilderInternal instantiates a new ItemsRequestBuilder and sets the default values.

func (*DrivesItemListItemsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemListItemsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the collection of [items][item] in a [list][].

func (*DrivesItemListItemsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create a new [listItem][] in a [list][].

func (*DrivesItemListItemsRequestBuilder) Get ¶ added in v0.48.0

Get get the collection of [items][item] in a [list][].

type DrivesItemListItemsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListItemsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemListItemsRequestBuilderGetQueryParameters get the collection of [items][item] in a [list][].

type DrivesItemListItemsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListItemsRequestBuilderGetQueryParameters
}

DrivesItemListItemsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListItemsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListItemsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListItemsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListOperationsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemListOperationsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListOperationsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemListOperationsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemListOperationsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemListOperationsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListOperationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListOperationsCountRequestBuilder

NewDrivesItemListOperationsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemListOperationsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemListOperationsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemListOperationsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListOperationsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListOperationsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListOperationsRequestBuilder ¶ added in v0.48.0

type DrivesItemListOperationsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListOperationsRequestBuilder provides operations to manage the operations property of the microsoft.graph.list entity.

func NewDrivesItemListOperationsRequestBuilder ¶ added in v0.48.0

NewDrivesItemListOperationsRequestBuilder instantiates a new OperationsRequestBuilder and sets the default values.

func NewDrivesItemListOperationsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListOperationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListOperationsRequestBuilder

NewDrivesItemListOperationsRequestBuilderInternal instantiates a new OperationsRequestBuilder and sets the default values.

func (*DrivesItemListOperationsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemListOperationsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the collection of long-running operations on the list.

func (*DrivesItemListOperationsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to operations for drives

func (*DrivesItemListOperationsRequestBuilder) Get ¶ added in v0.48.0

Get the collection of long-running operations on the list.

type DrivesItemListOperationsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListOperationsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemListOperationsRequestBuilderGetQueryParameters the collection of long-running operations on the list.

type DrivesItemListOperationsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListOperationsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListOperationsRequestBuilderGetQueryParameters
}

DrivesItemListOperationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListOperationsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListOperationsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListOperationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListOperationsRichLongRunningOperationItemRequestBuilder ¶ added in v0.48.0

type DrivesItemListOperationsRichLongRunningOperationItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListOperationsRichLongRunningOperationItemRequestBuilder provides operations to manage the operations property of the microsoft.graph.list entity.

func NewDrivesItemListOperationsRichLongRunningOperationItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListOperationsRichLongRunningOperationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListOperationsRichLongRunningOperationItemRequestBuilder

NewDrivesItemListOperationsRichLongRunningOperationItemRequestBuilder instantiates a new RichLongRunningOperationItemRequestBuilder and sets the default values.

func NewDrivesItemListOperationsRichLongRunningOperationItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListOperationsRichLongRunningOperationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListOperationsRichLongRunningOperationItemRequestBuilder

NewDrivesItemListOperationsRichLongRunningOperationItemRequestBuilderInternal instantiates a new RichLongRunningOperationItemRequestBuilder and sets the default values.

func (*DrivesItemListOperationsRichLongRunningOperationItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property operations for drives

func (*DrivesItemListOperationsRichLongRunningOperationItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the collection of long-running operations on the list.

func (*DrivesItemListOperationsRichLongRunningOperationItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property operations in drives

func (*DrivesItemListOperationsRichLongRunningOperationItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property operations for drives

func (*DrivesItemListOperationsRichLongRunningOperationItemRequestBuilder) Get ¶ added in v0.48.0

Get the collection of long-running operations on the list.

type DrivesItemListOperationsRichLongRunningOperationItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemListOperationsRichLongRunningOperationItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListOperationsRichLongRunningOperationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListOperationsRichLongRunningOperationItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListOperationsRichLongRunningOperationItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListOperationsRichLongRunningOperationItemRequestBuilderGetQueryParameters the collection of long-running operations on the list.

type DrivesItemListOperationsRichLongRunningOperationItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListOperationsRichLongRunningOperationItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListOperationsRichLongRunningOperationItemRequestBuilderGetQueryParameters
}

DrivesItemListOperationsRichLongRunningOperationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListOperationsRichLongRunningOperationItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemListOperationsRichLongRunningOperationItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListOperationsRichLongRunningOperationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListRequestBuilder ¶ added in v0.48.0

type DrivesItemListRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListRequestBuilder provides operations to manage the list property of the microsoft.graph.drive entity.

func NewDrivesItemListRequestBuilder ¶ added in v0.48.0

NewDrivesItemListRequestBuilder instantiates a new ListRequestBuilder and sets the default values.

func NewDrivesItemListRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListRequestBuilder

NewDrivesItemListRequestBuilderInternal instantiates a new ListRequestBuilder and sets the default values.

func (*DrivesItemListRequestBuilder) Columns ¶ added in v0.48.0

Columns provides operations to manage the columns property of the microsoft.graph.list entity.

func (*DrivesItemListRequestBuilder) ColumnsById ¶ added in v0.48.0

ColumnsById provides operations to manage the columns property of the microsoft.graph.list entity.

func (*DrivesItemListRequestBuilder) ContentTypes ¶ added in v0.48.0

ContentTypes provides operations to manage the contentTypes property of the microsoft.graph.list entity.

func (*DrivesItemListRequestBuilder) ContentTypesById ¶ added in v0.48.0

ContentTypesById provides operations to manage the contentTypes property of the microsoft.graph.list entity.

func (*DrivesItemListRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property list for drives

func (*DrivesItemListRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation for drives in SharePoint, the underlying document library list. Read-only. Nullable.

func (*DrivesItemListRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property list in drives

func (*DrivesItemListRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property list for drives

func (*DrivesItemListRequestBuilder) Drive ¶ added in v0.48.0

Drive provides operations to manage the drive property of the microsoft.graph.list entity.

func (*DrivesItemListRequestBuilder) Get ¶ added in v0.48.0

Get for drives in SharePoint, the underlying document library list. Read-only. Nullable.

func (*DrivesItemListRequestBuilder) Items ¶ added in v0.48.0

Items provides operations to manage the items property of the microsoft.graph.list entity.

func (*DrivesItemListRequestBuilder) ItemsById ¶ added in v0.48.0

ItemsById provides operations to manage the items property of the microsoft.graph.list entity.

func (*DrivesItemListRequestBuilder) Operations ¶ added in v0.48.0

Operations provides operations to manage the operations property of the microsoft.graph.list entity.

func (*DrivesItemListRequestBuilder) OperationsById ¶ added in v0.48.0

OperationsById provides operations to manage the operations property of the microsoft.graph.list entity.

func (*DrivesItemListRequestBuilder) Patch ¶ added in v0.48.0

Patch update the navigation property list in drives

func (*DrivesItemListRequestBuilder) Subscriptions ¶ added in v0.48.0

Subscriptions provides operations to manage the subscriptions property of the microsoft.graph.list entity.

func (*DrivesItemListRequestBuilder) SubscriptionsById ¶ added in v0.48.0

SubscriptionsById provides operations to manage the subscriptions property of the microsoft.graph.list entity.

type DrivesItemListRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemListRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListRequestBuilderGetQueryParameters for drives in SharePoint, the underlying document library list. Read-only. Nullable.

type DrivesItemListRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListRequestBuilderGetQueryParameters
}

DrivesItemListRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemListRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListSubscriptionsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemListSubscriptionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListSubscriptionsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemListSubscriptionsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemListSubscriptionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemListSubscriptionsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListSubscriptionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListSubscriptionsCountRequestBuilder

NewDrivesItemListSubscriptionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemListSubscriptionsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemListSubscriptionsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemListSubscriptionsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListSubscriptionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListSubscriptionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListSubscriptionsItemReauthorizeRequestBuilder ¶ added in v0.48.0

type DrivesItemListSubscriptionsItemReauthorizeRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListSubscriptionsItemReauthorizeRequestBuilder provides operations to call the reauthorize method.

func NewDrivesItemListSubscriptionsItemReauthorizeRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListSubscriptionsItemReauthorizeRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListSubscriptionsItemReauthorizeRequestBuilder

NewDrivesItemListSubscriptionsItemReauthorizeRequestBuilder instantiates a new ReauthorizeRequestBuilder and sets the default values.

func NewDrivesItemListSubscriptionsItemReauthorizeRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListSubscriptionsItemReauthorizeRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListSubscriptionsItemReauthorizeRequestBuilder

NewDrivesItemListSubscriptionsItemReauthorizeRequestBuilderInternal instantiates a new ReauthorizeRequestBuilder and sets the default values.

func (*DrivesItemListSubscriptionsItemReauthorizeRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation invoke action reauthorize

func (*DrivesItemListSubscriptionsItemReauthorizeRequestBuilder) Post ¶ added in v0.48.0

Post invoke action reauthorize

type DrivesItemListSubscriptionsItemReauthorizeRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListSubscriptionsItemReauthorizeRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListSubscriptionsItemReauthorizeRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListSubscriptionsRequestBuilder ¶ added in v0.48.0

type DrivesItemListSubscriptionsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListSubscriptionsRequestBuilder provides operations to manage the subscriptions property of the microsoft.graph.list entity.

func NewDrivesItemListSubscriptionsRequestBuilder ¶ added in v0.48.0

NewDrivesItemListSubscriptionsRequestBuilder instantiates a new SubscriptionsRequestBuilder and sets the default values.

func NewDrivesItemListSubscriptionsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListSubscriptionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListSubscriptionsRequestBuilder

NewDrivesItemListSubscriptionsRequestBuilderInternal instantiates a new SubscriptionsRequestBuilder and sets the default values.

func (*DrivesItemListSubscriptionsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemListSubscriptionsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the set of subscriptions on the list.

func (*DrivesItemListSubscriptionsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to subscriptions for drives

func (*DrivesItemListSubscriptionsRequestBuilder) Get ¶ added in v0.48.0

Get the set of subscriptions on the list.

type DrivesItemListSubscriptionsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListSubscriptionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemListSubscriptionsRequestBuilderGetQueryParameters the set of subscriptions on the list.

type DrivesItemListSubscriptionsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListSubscriptionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListSubscriptionsRequestBuilderGetQueryParameters
}

DrivesItemListSubscriptionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListSubscriptionsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemListSubscriptionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListSubscriptionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListSubscriptionsSubscriptionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemListSubscriptionsSubscriptionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemListSubscriptionsSubscriptionItemRequestBuilder provides operations to manage the subscriptions property of the microsoft.graph.list entity.

func NewDrivesItemListSubscriptionsSubscriptionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemListSubscriptionsSubscriptionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListSubscriptionsSubscriptionItemRequestBuilder

NewDrivesItemListSubscriptionsSubscriptionItemRequestBuilder instantiates a new SubscriptionItemRequestBuilder and sets the default values.

func NewDrivesItemListSubscriptionsSubscriptionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemListSubscriptionsSubscriptionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemListSubscriptionsSubscriptionItemRequestBuilder

NewDrivesItemListSubscriptionsSubscriptionItemRequestBuilderInternal instantiates a new SubscriptionItemRequestBuilder and sets the default values.

func (*DrivesItemListSubscriptionsSubscriptionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property subscriptions for drives

func (*DrivesItemListSubscriptionsSubscriptionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the set of subscriptions on the list.

func (*DrivesItemListSubscriptionsSubscriptionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property subscriptions in drives

func (*DrivesItemListSubscriptionsSubscriptionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property subscriptions for drives

func (*DrivesItemListSubscriptionsSubscriptionItemRequestBuilder) Get ¶ added in v0.48.0

Get the set of subscriptions on the list.

func (*DrivesItemListSubscriptionsSubscriptionItemRequestBuilder) Reauthorize ¶ added in v0.48.0

Reauthorize provides operations to call the reauthorize method.

type DrivesItemListSubscriptionsSubscriptionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemListSubscriptionsSubscriptionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListSubscriptionsSubscriptionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListSubscriptionsSubscriptionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemListSubscriptionsSubscriptionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemListSubscriptionsSubscriptionItemRequestBuilderGetQueryParameters the set of subscriptions on the list.

type DrivesItemListSubscriptionsSubscriptionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemListSubscriptionsSubscriptionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemListSubscriptionsSubscriptionItemRequestBuilderGetQueryParameters
}

DrivesItemListSubscriptionsSubscriptionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemListSubscriptionsSubscriptionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemListSubscriptionsSubscriptionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemListSubscriptionsSubscriptionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRecentRequestBuilder ¶ added in v0.48.0

type DrivesItemRecentRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRecentRequestBuilder provides operations to call the recent method.

func NewDrivesItemRecentRequestBuilder ¶ added in v0.48.0

NewDrivesItemRecentRequestBuilder instantiates a new RecentRequestBuilder and sets the default values.

func NewDrivesItemRecentRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRecentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRecentRequestBuilder

NewDrivesItemRecentRequestBuilderInternal instantiates a new RecentRequestBuilder and sets the default values.

func (*DrivesItemRecentRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function recent

func (*DrivesItemRecentRequestBuilder) Get ¶ added in v0.48.0

Get invoke function recent

type DrivesItemRecentRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRecentRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRecentRequestBuilderGetQueryParameters invoke function recent

type DrivesItemRecentRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRecentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRecentRequestBuilderGetQueryParameters
}

DrivesItemRecentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootAnalyticsRequestBuilder ¶ added in v0.48.0

type DrivesItemRootAnalyticsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootAnalyticsRequestBuilder provides operations to manage the analytics property of the microsoft.graph.driveItem entity.

func NewDrivesItemRootAnalyticsRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootAnalyticsRequestBuilder instantiates a new AnalyticsRequestBuilder and sets the default values.

func NewDrivesItemRootAnalyticsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootAnalyticsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootAnalyticsRequestBuilder

NewDrivesItemRootAnalyticsRequestBuilderInternal instantiates a new AnalyticsRequestBuilder and sets the default values.

func (*DrivesItemRootAnalyticsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation analytics about the view activities that took place on this item.

func (*DrivesItemRootAnalyticsRequestBuilder) Get ¶ added in v0.48.0

Get analytics about the view activities that took place on this item.

type DrivesItemRootAnalyticsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootAnalyticsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemRootAnalyticsRequestBuilderGetQueryParameters analytics about the view activities that took place on this item.

type DrivesItemRootAnalyticsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootAnalyticsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootAnalyticsRequestBuilderGetQueryParameters
}

DrivesItemRootAnalyticsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootCheckinRequestBuilder ¶ added in v0.48.0

type DrivesItemRootCheckinRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootCheckinRequestBuilder provides operations to call the checkin method.

func NewDrivesItemRootCheckinRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootCheckinRequestBuilder instantiates a new CheckinRequestBuilder and sets the default values.

func NewDrivesItemRootCheckinRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootCheckinRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootCheckinRequestBuilder

NewDrivesItemRootCheckinRequestBuilderInternal instantiates a new CheckinRequestBuilder and sets the default values.

func (*DrivesItemRootCheckinRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation check in a checked out **driveItem** resource, which makes the version of the document available to others.

func (*DrivesItemRootCheckinRequestBuilder) Post ¶ added in v0.48.0

Post check in a checked out **driveItem** resource, which makes the version of the document available to others.

type DrivesItemRootCheckinRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootCheckinRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootCheckinRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootCheckoutRequestBuilder ¶ added in v0.48.0

type DrivesItemRootCheckoutRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootCheckoutRequestBuilder provides operations to call the checkout method.

func NewDrivesItemRootCheckoutRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootCheckoutRequestBuilder instantiates a new CheckoutRequestBuilder and sets the default values.

func NewDrivesItemRootCheckoutRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootCheckoutRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootCheckoutRequestBuilder

NewDrivesItemRootCheckoutRequestBuilderInternal instantiates a new CheckoutRequestBuilder and sets the default values.

func (*DrivesItemRootCheckoutRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation check out a **driveItem** resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in.

func (*DrivesItemRootCheckoutRequestBuilder) Post ¶ added in v0.48.0

Post check out a **driveItem** resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in.

type DrivesItemRootCheckoutRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootCheckoutRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootCheckoutRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootChildrenCountRequestBuilder ¶ added in v0.48.0

type DrivesItemRootChildrenCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootChildrenCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemRootChildrenCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootChildrenCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemRootChildrenCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootChildrenCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootChildrenCountRequestBuilder

NewDrivesItemRootChildrenCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemRootChildrenCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemRootChildrenCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemRootChildrenCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootChildrenCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootChildrenCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootChildrenDriveItemItemRequestBuilder ¶ added in v0.48.0

type DrivesItemRootChildrenDriveItemItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootChildrenDriveItemItemRequestBuilder provides operations to manage the children property of the microsoft.graph.driveItem entity.

func NewDrivesItemRootChildrenDriveItemItemRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootChildrenDriveItemItemRequestBuilder instantiates a new DriveItemItemRequestBuilder and sets the default values.

func NewDrivesItemRootChildrenDriveItemItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootChildrenDriveItemItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootChildrenDriveItemItemRequestBuilder

NewDrivesItemRootChildrenDriveItemItemRequestBuilderInternal instantiates a new DriveItemItemRequestBuilder and sets the default values.

func (*DrivesItemRootChildrenDriveItemItemRequestBuilder) Content ¶ added in v0.48.0

Content provides operations to manage the media for the drive entity.

func (*DrivesItemRootChildrenDriveItemItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.

func (*DrivesItemRootChildrenDriveItemItemRequestBuilder) Get ¶ added in v0.48.0

Get collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.

type DrivesItemRootChildrenDriveItemItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootChildrenDriveItemItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemRootChildrenDriveItemItemRequestBuilderGetQueryParameters collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.

type DrivesItemRootChildrenDriveItemItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootChildrenDriveItemItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootChildrenDriveItemItemRequestBuilderGetQueryParameters
}

DrivesItemRootChildrenDriveItemItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootChildrenItemContentRequestBuilder ¶ added in v0.48.0

type DrivesItemRootChildrenItemContentRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootChildrenItemContentRequestBuilder provides operations to manage the media for the drive entity.

func NewDrivesItemRootChildrenItemContentRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootChildrenItemContentRequestBuilder instantiates a new ContentRequestBuilder and sets the default values.

func NewDrivesItemRootChildrenItemContentRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootChildrenItemContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootChildrenItemContentRequestBuilder

NewDrivesItemRootChildrenItemContentRequestBuilderInternal instantiates a new ContentRequestBuilder and sets the default values.

func (*DrivesItemRootChildrenItemContentRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the content stream, if the item represents a file.

func (*DrivesItemRootChildrenItemContentRequestBuilder) CreatePutRequestInformation ¶ added in v0.48.0

CreatePutRequestInformation the content stream, if the item represents a file.

func (*DrivesItemRootChildrenItemContentRequestBuilder) Get ¶ added in v0.48.0

Get the content stream, if the item represents a file.

func (*DrivesItemRootChildrenItemContentRequestBuilder) Put ¶ added in v0.48.0

Put the content stream, if the item represents a file.

type DrivesItemRootChildrenItemContentRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootChildrenItemContentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootChildrenItemContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootChildrenItemContentRequestBuilderPutRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootChildrenItemContentRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootChildrenItemContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootChildrenRequestBuilder ¶ added in v0.48.0

type DrivesItemRootChildrenRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootChildrenRequestBuilder provides operations to manage the children property of the microsoft.graph.driveItem entity.

func NewDrivesItemRootChildrenRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootChildrenRequestBuilder instantiates a new ChildrenRequestBuilder and sets the default values.

func NewDrivesItemRootChildrenRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootChildrenRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootChildrenRequestBuilder

NewDrivesItemRootChildrenRequestBuilderInternal instantiates a new ChildrenRequestBuilder and sets the default values.

func (*DrivesItemRootChildrenRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemRootChildrenRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation return a collection of DriveItems in the **children** relationship of a DriveItem. DriveItems with a non-null **folder** or **package** facet can have one or more child DriveItems.

func (*DrivesItemRootChildrenRequestBuilder) Get ¶ added in v0.48.0

Get return a collection of DriveItems in the **children** relationship of a DriveItem. DriveItems with a non-null **folder** or **package** facet can have one or more child DriveItems.

type DrivesItemRootChildrenRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootChildrenRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRootChildrenRequestBuilderGetQueryParameters return a collection of DriveItems in the **children** relationship of a DriveItem. DriveItems with a non-null **folder** or **package** facet can have one or more child DriveItems.

type DrivesItemRootChildrenRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootChildrenRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootChildrenRequestBuilderGetQueryParameters
}

DrivesItemRootChildrenRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootContentRequestBuilder ¶ added in v0.48.0

type DrivesItemRootContentRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootContentRequestBuilder provides operations to manage the media for the drive entity.

func NewDrivesItemRootContentRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootContentRequestBuilder instantiates a new ContentRequestBuilder and sets the default values.

func NewDrivesItemRootContentRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootContentRequestBuilder

NewDrivesItemRootContentRequestBuilderInternal instantiates a new ContentRequestBuilder and sets the default values.

func (*DrivesItemRootContentRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the content stream, if the item represents a file.

func (*DrivesItemRootContentRequestBuilder) CreatePutRequestInformation ¶ added in v0.48.0

CreatePutRequestInformation the content stream, if the item represents a file.

func (*DrivesItemRootContentRequestBuilder) Get ¶ added in v0.48.0

Get the content stream, if the item represents a file.

func (*DrivesItemRootContentRequestBuilder) Put ¶ added in v0.48.0

Put the content stream, if the item represents a file.

type DrivesItemRootContentRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootContentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootContentRequestBuilderPutRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootContentRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootCopyRequestBuilder ¶ added in v0.48.0

type DrivesItemRootCopyRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootCopyRequestBuilder provides operations to call the copy method.

func NewDrivesItemRootCopyRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootCopyRequestBuilder instantiates a new CopyRequestBuilder and sets the default values.

func NewDrivesItemRootCopyRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootCopyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootCopyRequestBuilder

NewDrivesItemRootCopyRequestBuilderInternal instantiates a new CopyRequestBuilder and sets the default values.

func (*DrivesItemRootCopyRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.

func (*DrivesItemRootCopyRequestBuilder) Post ¶ added in v0.48.0

Post asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.

type DrivesItemRootCopyRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootCopyRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootCopyRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootCreateLinkRequestBuilder ¶ added in v0.48.0

type DrivesItemRootCreateLinkRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootCreateLinkRequestBuilder provides operations to call the createLink method.

func NewDrivesItemRootCreateLinkRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootCreateLinkRequestBuilder instantiates a new CreateLinkRequestBuilder and sets the default values.

func NewDrivesItemRootCreateLinkRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootCreateLinkRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootCreateLinkRequestBuilder

NewDrivesItemRootCreateLinkRequestBuilderInternal instantiates a new CreateLinkRequestBuilder and sets the default values.

func (*DrivesItemRootCreateLinkRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation you can use **createLink** action to share a DriveItem via a sharing link. The **createLink** action will create a new sharing link if the specified link type doesn't already exist for the calling application.If a sharing link of the specified type already exists for the app, the existing sharing link will be returned. DriveItem resources inherit sharing permissions from their ancestors.

func (*DrivesItemRootCreateLinkRequestBuilder) Post ¶ added in v0.48.0

Post you can use **createLink** action to share a DriveItem via a sharing link. The **createLink** action will create a new sharing link if the specified link type doesn't already exist for the calling application.If a sharing link of the specified type already exists for the app, the existing sharing link will be returned. DriveItem resources inherit sharing permissions from their ancestors.

type DrivesItemRootCreateLinkRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootCreateLinkRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootCreateLinkRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootCreateUploadSessionRequestBuilder ¶ added in v0.48.0

type DrivesItemRootCreateUploadSessionRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootCreateUploadSessionRequestBuilder provides operations to call the createUploadSession method.

func NewDrivesItemRootCreateUploadSessionRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootCreateUploadSessionRequestBuilder instantiates a new CreateUploadSessionRequestBuilder and sets the default values.

func NewDrivesItemRootCreateUploadSessionRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootCreateUploadSessionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootCreateUploadSessionRequestBuilder

NewDrivesItemRootCreateUploadSessionRequestBuilderInternal instantiates a new CreateUploadSessionRequestBuilder and sets the default values.

func (*DrivesItemRootCreateUploadSessionRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create an upload session to allow your app to upload files up to the maximum file size.An upload session allows your app to upload ranges of the file in sequential API requests, which allows the transfer to be resumed if a connection is dropped while the upload is in progress. To upload a file using an upload session, there are two steps:

func (*DrivesItemRootCreateUploadSessionRequestBuilder) Post ¶ added in v0.48.0

Post create an upload session to allow your app to upload files up to the maximum file size.An upload session allows your app to upload ranges of the file in sequential API requests, which allows the transfer to be resumed if a connection is dropped while the upload is in progress. To upload a file using an upload session, there are two steps:

type DrivesItemRootCreateUploadSessionRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootCreateUploadSessionRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootCreateUploadSessionRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootDeltaRequestBuilder ¶ added in v0.48.0

type DrivesItemRootDeltaRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootDeltaRequestBuilder provides operations to call the delta method.

func NewDrivesItemRootDeltaRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.

func NewDrivesItemRootDeltaRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootDeltaRequestBuilder

NewDrivesItemRootDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.

func (*DrivesItemRootDeltaRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function delta

type DrivesItemRootDeltaRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootDeltaRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRootDeltaRequestBuilderGetQueryParameters invoke function delta

type DrivesItemRootDeltaRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootDeltaRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootDeltaRequestBuilderGetQueryParameters
}

DrivesItemRootDeltaRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootDeltaWithTokenRequestBuilder ¶ added in v0.48.0

type DrivesItemRootDeltaWithTokenRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootDeltaWithTokenRequestBuilder provides operations to call the delta method.

func NewDrivesItemRootDeltaWithTokenRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootDeltaWithTokenRequestBuilder instantiates a new DeltaWithTokenRequestBuilder and sets the default values.

func NewDrivesItemRootDeltaWithTokenRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootDeltaWithTokenRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, token *string) *DrivesItemRootDeltaWithTokenRequestBuilder

NewDrivesItemRootDeltaWithTokenRequestBuilderInternal instantiates a new DeltaWithTokenRequestBuilder and sets the default values.

func (*DrivesItemRootDeltaWithTokenRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function delta

type DrivesItemRootDeltaWithTokenRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootDeltaWithTokenRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRootDeltaWithTokenRequestBuilderGetQueryParameters invoke function delta

type DrivesItemRootDeltaWithTokenRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootDeltaWithTokenRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootDeltaWithTokenRequestBuilderGetQueryParameters
}

DrivesItemRootDeltaWithTokenRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootFollowRequestBuilder ¶ added in v0.48.0

type DrivesItemRootFollowRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootFollowRequestBuilder provides operations to call the follow method.

func NewDrivesItemRootFollowRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootFollowRequestBuilder instantiates a new FollowRequestBuilder and sets the default values.

func NewDrivesItemRootFollowRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootFollowRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootFollowRequestBuilder

NewDrivesItemRootFollowRequestBuilderInternal instantiates a new FollowRequestBuilder and sets the default values.

func (*DrivesItemRootFollowRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation follow a driveItem.

func (*DrivesItemRootFollowRequestBuilder) Post ¶ added in v0.48.0

Post follow a driveItem.

type DrivesItemRootFollowRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootFollowRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootFollowRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootGetActivitiesByIntervalRequestBuilder ¶ added in v0.48.0

type DrivesItemRootGetActivitiesByIntervalRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootGetActivitiesByIntervalRequestBuilder provides operations to call the getActivitiesByInterval method.

func NewDrivesItemRootGetActivitiesByIntervalRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootGetActivitiesByIntervalRequestBuilder instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values.

func NewDrivesItemRootGetActivitiesByIntervalRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootGetActivitiesByIntervalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootGetActivitiesByIntervalRequestBuilder

NewDrivesItemRootGetActivitiesByIntervalRequestBuilderInternal instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values.

func (*DrivesItemRootGetActivitiesByIntervalRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function getActivitiesByInterval

type DrivesItemRootGetActivitiesByIntervalRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootGetActivitiesByIntervalRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRootGetActivitiesByIntervalRequestBuilderGetQueryParameters invoke function getActivitiesByInterval

type DrivesItemRootGetActivitiesByIntervalRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootGetActivitiesByIntervalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootGetActivitiesByIntervalRequestBuilderGetQueryParameters
}

DrivesItemRootGetActivitiesByIntervalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder ¶ added in v0.48.0

type DrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder provides operations to call the getActivitiesByInterval method.

func NewDrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

NewDrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values.

func NewDrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, endDateTime *string, interval *string, startDateTime *string) *DrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

NewDrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values.

func (*DrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function getActivitiesByInterval

type DrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters invoke function getActivitiesByInterval

type DrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters
}

DrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootInviteRequestBuilder ¶ added in v0.48.0

type DrivesItemRootInviteRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootInviteRequestBuilder provides operations to call the invite method.

func NewDrivesItemRootInviteRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootInviteRequestBuilder instantiates a new InviteRequestBuilder and sets the default values.

func NewDrivesItemRootInviteRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootInviteRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootInviteRequestBuilder

NewDrivesItemRootInviteRequestBuilderInternal instantiates a new InviteRequestBuilder and sets the default values.

func (*DrivesItemRootInviteRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation sends a sharing invitation for a **driveItem**.A sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][].

func (*DrivesItemRootInviteRequestBuilder) Post ¶ added in v0.48.0

Post sends a sharing invitation for a **driveItem**.A sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][].

type DrivesItemRootInviteRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootInviteRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootInviteRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemAnalyticsRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemAnalyticsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemAnalyticsRequestBuilder provides operations to manage the analytics property of the microsoft.graph.listItem entity.

func NewDrivesItemRootListItemAnalyticsRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootListItemAnalyticsRequestBuilder instantiates a new AnalyticsRequestBuilder and sets the default values.

func NewDrivesItemRootListItemAnalyticsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemAnalyticsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemAnalyticsRequestBuilder

NewDrivesItemRootListItemAnalyticsRequestBuilderInternal instantiates a new AnalyticsRequestBuilder and sets the default values.

func (*DrivesItemRootListItemAnalyticsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation analytics about the view activities that took place on this item.

func (*DrivesItemRootListItemAnalyticsRequestBuilder) Get ¶ added in v0.48.0

Get analytics about the view activities that took place on this item.

type DrivesItemRootListItemAnalyticsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootListItemAnalyticsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemRootListItemAnalyticsRequestBuilderGetQueryParameters analytics about the view activities that took place on this item.

type DrivesItemRootListItemAnalyticsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemAnalyticsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootListItemAnalyticsRequestBuilderGetQueryParameters
}

DrivesItemRootListItemAnalyticsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemDocumentSetVersionsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemDocumentSetVersionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemDocumentSetVersionsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemRootListItemDocumentSetVersionsCountRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootListItemDocumentSetVersionsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemDocumentSetVersionsCountRequestBuilder

NewDrivesItemRootListItemDocumentSetVersionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemRootListItemDocumentSetVersionsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemDocumentSetVersionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemDocumentSetVersionsCountRequestBuilder

NewDrivesItemRootListItemDocumentSetVersionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemRootListItemDocumentSetVersionsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemRootListItemDocumentSetVersionsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemRootListItemDocumentSetVersionsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemDocumentSetVersionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemDocumentSetVersionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity.

func NewDrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder

NewDrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder instantiates a new DocumentSetVersionItemRequestBuilder and sets the default values.

func NewDrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder

NewDrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderInternal instantiates a new DocumentSetVersionItemRequestBuilder and sets the default values.

func (*DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property documentSetVersions for drives

func (*DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation version information for a document set version created by a user.

func (*DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property documentSetVersions in drives

func (*DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property documentSetVersions for drives

func (*DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Get ¶ added in v0.48.0

Get version information for a document set version created by a user.

func (*DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilder) Restore ¶ added in v0.48.0

Restore provides operations to call the restore method.

type DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters version information for a document set version created by a user.

type DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetQueryParameters
}

DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemDocumentSetVersionsDocumentSetVersionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilder provides operations to call the restore method.

func NewDrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilder

NewDrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.

func NewDrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilder

NewDrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.

func (*DrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation restore a document set version.

func (*DrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilder) Post ¶ added in v0.48.0

Post restore a document set version.

type DrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemDocumentSetVersionsItemRestoreRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemDocumentSetVersionsRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemDocumentSetVersionsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemDocumentSetVersionsRequestBuilder provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity.

func NewDrivesItemRootListItemDocumentSetVersionsRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootListItemDocumentSetVersionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemDocumentSetVersionsRequestBuilder

NewDrivesItemRootListItemDocumentSetVersionsRequestBuilder instantiates a new DocumentSetVersionsRequestBuilder and sets the default values.

func NewDrivesItemRootListItemDocumentSetVersionsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemDocumentSetVersionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemDocumentSetVersionsRequestBuilder

NewDrivesItemRootListItemDocumentSetVersionsRequestBuilderInternal instantiates a new DocumentSetVersionsRequestBuilder and sets the default values.

func (*DrivesItemRootListItemDocumentSetVersionsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemRootListItemDocumentSetVersionsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get a list of the versions of a document set item in a list.

func (*DrivesItemRootListItemDocumentSetVersionsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create a new version of a document set item in a list.

func (*DrivesItemRootListItemDocumentSetVersionsRequestBuilder) Get ¶ added in v0.48.0

Get get a list of the versions of a document set item in a list.

type DrivesItemRootListItemDocumentSetVersionsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootListItemDocumentSetVersionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRootListItemDocumentSetVersionsRequestBuilderGetQueryParameters get a list of the versions of a document set item in a list.

type DrivesItemRootListItemDocumentSetVersionsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemDocumentSetVersionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootListItemDocumentSetVersionsRequestBuilderGetQueryParameters
}

DrivesItemRootListItemDocumentSetVersionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemDocumentSetVersionsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemDocumentSetVersionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemDocumentSetVersionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemDriveItemContentRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemDriveItemContentRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemDriveItemContentRequestBuilder provides operations to manage the media for the drive entity.

func NewDrivesItemRootListItemDriveItemContentRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootListItemDriveItemContentRequestBuilder instantiates a new ContentRequestBuilder and sets the default values.

func NewDrivesItemRootListItemDriveItemContentRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemDriveItemContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemDriveItemContentRequestBuilder

NewDrivesItemRootListItemDriveItemContentRequestBuilderInternal instantiates a new ContentRequestBuilder and sets the default values.

func (*DrivesItemRootListItemDriveItemContentRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the content stream, if the item represents a file.

func (*DrivesItemRootListItemDriveItemContentRequestBuilder) CreatePutRequestInformation ¶ added in v0.48.0

CreatePutRequestInformation the content stream, if the item represents a file.

func (*DrivesItemRootListItemDriveItemContentRequestBuilder) Get ¶ added in v0.48.0

Get the content stream, if the item represents a file.

func (*DrivesItemRootListItemDriveItemContentRequestBuilder) Put ¶ added in v0.48.0

Put the content stream, if the item represents a file.

type DrivesItemRootListItemDriveItemContentRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemDriveItemContentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemDriveItemContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemDriveItemContentRequestBuilderPutRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemDriveItemContentRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemDriveItemContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemDriveItemRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemDriveItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemDriveItemRequestBuilder provides operations to manage the driveItem property of the microsoft.graph.listItem entity.

func NewDrivesItemRootListItemDriveItemRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootListItemDriveItemRequestBuilder instantiates a new DriveItemRequestBuilder and sets the default values.

func NewDrivesItemRootListItemDriveItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemDriveItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemDriveItemRequestBuilder

NewDrivesItemRootListItemDriveItemRequestBuilderInternal instantiates a new DriveItemRequestBuilder and sets the default values.

func (*DrivesItemRootListItemDriveItemRequestBuilder) Content ¶ added in v0.48.0

Content provides operations to manage the media for the drive entity.

func (*DrivesItemRootListItemDriveItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation for document libraries, the driveItem relationship exposes the listItem as a [driveItem][]

func (*DrivesItemRootListItemDriveItemRequestBuilder) Get ¶ added in v0.48.0

Get for document libraries, the driveItem relationship exposes the listItem as a [driveItem][]

type DrivesItemRootListItemDriveItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootListItemDriveItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemRootListItemDriveItemRequestBuilderGetQueryParameters for document libraries, the driveItem relationship exposes the listItem as a [driveItem][]

type DrivesItemRootListItemDriveItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemDriveItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootListItemDriveItemRequestBuilderGetQueryParameters
}

DrivesItemRootListItemDriveItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemFieldsRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemFieldsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemFieldsRequestBuilder provides operations to manage the fields property of the microsoft.graph.listItem entity.

func NewDrivesItemRootListItemFieldsRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootListItemFieldsRequestBuilder instantiates a new FieldsRequestBuilder and sets the default values.

func NewDrivesItemRootListItemFieldsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemFieldsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemFieldsRequestBuilder

NewDrivesItemRootListItemFieldsRequestBuilderInternal instantiates a new FieldsRequestBuilder and sets the default values.

func (*DrivesItemRootListItemFieldsRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property fields for drives

func (*DrivesItemRootListItemFieldsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the values of the columns set on this list item.

func (*DrivesItemRootListItemFieldsRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the properties on a **[listItem][]**.

func (*DrivesItemRootListItemFieldsRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property fields for drives

func (*DrivesItemRootListItemFieldsRequestBuilder) Get ¶ added in v0.48.0

Get the values of the columns set on this list item.

type DrivesItemRootListItemFieldsRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemFieldsRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemFieldsRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemFieldsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootListItemFieldsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemRootListItemFieldsRequestBuilderGetQueryParameters the values of the columns set on this list item.

type DrivesItemRootListItemFieldsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemFieldsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootListItemFieldsRequestBuilderGetQueryParameters
}

DrivesItemRootListItemFieldsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemFieldsRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemFieldsRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemFieldsRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemGetActivitiesByIntervalRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemGetActivitiesByIntervalRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemGetActivitiesByIntervalRequestBuilder provides operations to call the getActivitiesByInterval method.

func NewDrivesItemRootListItemGetActivitiesByIntervalRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootListItemGetActivitiesByIntervalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemGetActivitiesByIntervalRequestBuilder

NewDrivesItemRootListItemGetActivitiesByIntervalRequestBuilder instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values.

func NewDrivesItemRootListItemGetActivitiesByIntervalRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemGetActivitiesByIntervalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemGetActivitiesByIntervalRequestBuilder

NewDrivesItemRootListItemGetActivitiesByIntervalRequestBuilderInternal instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values.

func (*DrivesItemRootListItemGetActivitiesByIntervalRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function getActivitiesByInterval

type DrivesItemRootListItemGetActivitiesByIntervalRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootListItemGetActivitiesByIntervalRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRootListItemGetActivitiesByIntervalRequestBuilderGetQueryParameters invoke function getActivitiesByInterval

type DrivesItemRootListItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootListItemGetActivitiesByIntervalRequestBuilderGetQueryParameters
}

DrivesItemRootListItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder provides operations to call the getActivitiesByInterval method.

func NewDrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

NewDrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values.

func NewDrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, endDateTime *string, interval *string, startDateTime *string) *DrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

NewDrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values.

func (*DrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function getActivitiesByInterval

type DrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters invoke function getActivitiesByInterval

type DrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters
}

DrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemRequestBuilder provides operations to manage the listItem property of the microsoft.graph.driveItem entity.

func NewDrivesItemRootListItemRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootListItemRequestBuilder instantiates a new ListItemRequestBuilder and sets the default values.

func NewDrivesItemRootListItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemRequestBuilder

NewDrivesItemRootListItemRequestBuilderInternal instantiates a new ListItemRequestBuilder and sets the default values.

func (*DrivesItemRootListItemRequestBuilder) Analytics ¶ added in v0.48.0

Analytics provides operations to manage the analytics property of the microsoft.graph.listItem entity.

func (*DrivesItemRootListItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property listItem for drives

func (*DrivesItemRootListItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation for drives in SharePoint, the associated document library list item. Read-only. Nullable.

func (*DrivesItemRootListItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property listItem in drives

func (*DrivesItemRootListItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property listItem for drives

func (*DrivesItemRootListItemRequestBuilder) DocumentSetVersions ¶ added in v0.48.0

DocumentSetVersions provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity.

func (*DrivesItemRootListItemRequestBuilder) DocumentSetVersionsById ¶ added in v0.48.0

DocumentSetVersionsById provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity.

func (*DrivesItemRootListItemRequestBuilder) DriveItem ¶ added in v0.48.0

DriveItem provides operations to manage the driveItem property of the microsoft.graph.listItem entity.

func (*DrivesItemRootListItemRequestBuilder) Fields ¶ added in v0.48.0

Fields provides operations to manage the fields property of the microsoft.graph.listItem entity.

func (*DrivesItemRootListItemRequestBuilder) Get ¶ added in v0.48.0

Get for drives in SharePoint, the associated document library list item. Read-only. Nullable.

func (*DrivesItemRootListItemRequestBuilder) GetActivitiesByInterval ¶ added in v0.48.0

GetActivitiesByInterval provides operations to call the getActivitiesByInterval method.

func (*DrivesItemRootListItemRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval ¶ added in v0.48.0

func (m *DrivesItemRootListItemRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval(endDateTime *string, interval *string, startDateTime *string) *DrivesItemRootListItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval provides operations to call the getActivitiesByInterval method.

func (*DrivesItemRootListItemRequestBuilder) Versions ¶ added in v0.48.0

Versions provides operations to manage the versions property of the microsoft.graph.listItem entity.

func (*DrivesItemRootListItemRequestBuilder) VersionsById ¶ added in v0.48.0

VersionsById provides operations to manage the versions property of the microsoft.graph.listItem entity.

type DrivesItemRootListItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootListItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemRootListItemRequestBuilderGetQueryParameters for drives in SharePoint, the associated document library list item. Read-only. Nullable.

type DrivesItemRootListItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootListItemRequestBuilderGetQueryParameters
}

DrivesItemRootListItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemVersionsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemVersionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemVersionsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemRootListItemVersionsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootListItemVersionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemRootListItemVersionsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemVersionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemVersionsCountRequestBuilder

NewDrivesItemRootListItemVersionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemRootListItemVersionsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemRootListItemVersionsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemRootListItemVersionsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemVersionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemVersionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemVersionsItemFieldsRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemVersionsItemFieldsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemVersionsItemFieldsRequestBuilder provides operations to manage the fields property of the microsoft.graph.listItemVersion entity.

func NewDrivesItemRootListItemVersionsItemFieldsRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootListItemVersionsItemFieldsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemVersionsItemFieldsRequestBuilder

NewDrivesItemRootListItemVersionsItemFieldsRequestBuilder instantiates a new FieldsRequestBuilder and sets the default values.

func NewDrivesItemRootListItemVersionsItemFieldsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemVersionsItemFieldsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemVersionsItemFieldsRequestBuilder

NewDrivesItemRootListItemVersionsItemFieldsRequestBuilderInternal instantiates a new FieldsRequestBuilder and sets the default values.

func (*DrivesItemRootListItemVersionsItemFieldsRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property fields for drives

func (*DrivesItemRootListItemVersionsItemFieldsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation a collection of the fields and values for this version of the list item.

func (*DrivesItemRootListItemVersionsItemFieldsRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property fields in drives

func (*DrivesItemRootListItemVersionsItemFieldsRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property fields for drives

func (*DrivesItemRootListItemVersionsItemFieldsRequestBuilder) Get ¶ added in v0.48.0

Get a collection of the fields and values for this version of the list item.

type DrivesItemRootListItemVersionsItemFieldsRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemVersionsItemFieldsRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemVersionsItemFieldsRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemVersionsItemFieldsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootListItemVersionsItemFieldsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemRootListItemVersionsItemFieldsRequestBuilderGetQueryParameters a collection of the fields and values for this version of the list item.

type DrivesItemRootListItemVersionsItemFieldsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemVersionsItemFieldsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootListItemVersionsItemFieldsRequestBuilderGetQueryParameters
}

DrivesItemRootListItemVersionsItemFieldsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemVersionsItemFieldsRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemVersionsItemFieldsRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemVersionsItemFieldsRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemVersionsItemRestoreVersionRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemVersionsItemRestoreVersionRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemVersionsItemRestoreVersionRequestBuilder provides operations to call the restoreVersion method.

func NewDrivesItemRootListItemVersionsItemRestoreVersionRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootListItemVersionsItemRestoreVersionRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemVersionsItemRestoreVersionRequestBuilder

NewDrivesItemRootListItemVersionsItemRestoreVersionRequestBuilder instantiates a new RestoreVersionRequestBuilder and sets the default values.

func NewDrivesItemRootListItemVersionsItemRestoreVersionRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemVersionsItemRestoreVersionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemVersionsItemRestoreVersionRequestBuilder

NewDrivesItemRootListItemVersionsItemRestoreVersionRequestBuilderInternal instantiates a new RestoreVersionRequestBuilder and sets the default values.

func (*DrivesItemRootListItemVersionsItemRestoreVersionRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.

func (*DrivesItemRootListItemVersionsItemRestoreVersionRequestBuilder) Post ¶ added in v0.48.0

Post restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.

type DrivesItemRootListItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemVersionsListItemVersionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemVersionsListItemVersionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemVersionsListItemVersionItemRequestBuilder provides operations to manage the versions property of the microsoft.graph.listItem entity.

func NewDrivesItemRootListItemVersionsListItemVersionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootListItemVersionsListItemVersionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemVersionsListItemVersionItemRequestBuilder

NewDrivesItemRootListItemVersionsListItemVersionItemRequestBuilder instantiates a new ListItemVersionItemRequestBuilder and sets the default values.

func NewDrivesItemRootListItemVersionsListItemVersionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemVersionsListItemVersionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemVersionsListItemVersionItemRequestBuilder

NewDrivesItemRootListItemVersionsListItemVersionItemRequestBuilderInternal instantiates a new ListItemVersionItemRequestBuilder and sets the default values.

func (*DrivesItemRootListItemVersionsListItemVersionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property versions for drives

func (*DrivesItemRootListItemVersionsListItemVersionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the list of previous versions of the list item.

func (*DrivesItemRootListItemVersionsListItemVersionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property versions in drives

func (*DrivesItemRootListItemVersionsListItemVersionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property versions for drives

func (*DrivesItemRootListItemVersionsListItemVersionItemRequestBuilder) Fields ¶ added in v0.48.0

Fields provides operations to manage the fields property of the microsoft.graph.listItemVersion entity.

func (*DrivesItemRootListItemVersionsListItemVersionItemRequestBuilder) Get ¶ added in v0.48.0

Get the list of previous versions of the list item.

func (*DrivesItemRootListItemVersionsListItemVersionItemRequestBuilder) RestoreVersion ¶ added in v0.48.0

RestoreVersion provides operations to call the restoreVersion method.

type DrivesItemRootListItemVersionsListItemVersionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemVersionsListItemVersionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemVersionsListItemVersionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemVersionsListItemVersionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootListItemVersionsListItemVersionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemRootListItemVersionsListItemVersionItemRequestBuilderGetQueryParameters the list of previous versions of the list item.

type DrivesItemRootListItemVersionsListItemVersionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemVersionsListItemVersionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootListItemVersionsListItemVersionItemRequestBuilderGetQueryParameters
}

DrivesItemRootListItemVersionsListItemVersionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemVersionsListItemVersionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemVersionsListItemVersionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemVersionsListItemVersionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemVersionsRequestBuilder ¶ added in v0.48.0

type DrivesItemRootListItemVersionsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootListItemVersionsRequestBuilder provides operations to manage the versions property of the microsoft.graph.listItem entity.

func NewDrivesItemRootListItemVersionsRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootListItemVersionsRequestBuilder instantiates a new VersionsRequestBuilder and sets the default values.

func NewDrivesItemRootListItemVersionsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootListItemVersionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootListItemVersionsRequestBuilder

NewDrivesItemRootListItemVersionsRequestBuilderInternal instantiates a new VersionsRequestBuilder and sets the default values.

func (*DrivesItemRootListItemVersionsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemRootListItemVersionsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation sharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location.

func (*DrivesItemRootListItemVersionsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to versions for drives

func (*DrivesItemRootListItemVersionsRequestBuilder) Get ¶ added in v0.48.0

Get sharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location.

type DrivesItemRootListItemVersionsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootListItemVersionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRootListItemVersionsRequestBuilderGetQueryParameters sharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location.

type DrivesItemRootListItemVersionsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemVersionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootListItemVersionsRequestBuilderGetQueryParameters
}

DrivesItemRootListItemVersionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootListItemVersionsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootListItemVersionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootListItemVersionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootPermissionsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemRootPermissionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootPermissionsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemRootPermissionsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootPermissionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemRootPermissionsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootPermissionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootPermissionsCountRequestBuilder

NewDrivesItemRootPermissionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemRootPermissionsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemRootPermissionsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemRootPermissionsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootPermissionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootPermissionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootPermissionsItemGrantRequestBuilder ¶ added in v0.48.0

type DrivesItemRootPermissionsItemGrantRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootPermissionsItemGrantRequestBuilder provides operations to call the grant method.

func NewDrivesItemRootPermissionsItemGrantRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootPermissionsItemGrantRequestBuilder instantiates a new GrantRequestBuilder and sets the default values.

func NewDrivesItemRootPermissionsItemGrantRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootPermissionsItemGrantRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootPermissionsItemGrantRequestBuilder

NewDrivesItemRootPermissionsItemGrantRequestBuilderInternal instantiates a new GrantRequestBuilder and sets the default values.

func (*DrivesItemRootPermissionsItemGrantRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation grant users access to a link represented by a [permission][].

type DrivesItemRootPermissionsItemGrantRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootPermissionsItemGrantRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootPermissionsItemGrantRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootPermissionsPermissionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemRootPermissionsPermissionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootPermissionsPermissionItemRequestBuilder provides operations to manage the permissions property of the microsoft.graph.driveItem entity.

func NewDrivesItemRootPermissionsPermissionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootPermissionsPermissionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootPermissionsPermissionItemRequestBuilder

NewDrivesItemRootPermissionsPermissionItemRequestBuilder instantiates a new PermissionItemRequestBuilder and sets the default values.

func NewDrivesItemRootPermissionsPermissionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootPermissionsPermissionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootPermissionsPermissionItemRequestBuilder

NewDrivesItemRootPermissionsPermissionItemRequestBuilderInternal instantiates a new PermissionItemRequestBuilder and sets the default values.

func (*DrivesItemRootPermissionsPermissionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property permissions for drives

func (*DrivesItemRootPermissionsPermissionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the set of permissions for the item. Read-only. Nullable.

func (*DrivesItemRootPermissionsPermissionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property permissions in drives

func (*DrivesItemRootPermissionsPermissionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property permissions for drives

func (*DrivesItemRootPermissionsPermissionItemRequestBuilder) Get ¶ added in v0.48.0

Get the set of permissions for the item. Read-only. Nullable.

func (*DrivesItemRootPermissionsPermissionItemRequestBuilder) Grant ¶ added in v0.48.0

Grant provides operations to call the grant method.

type DrivesItemRootPermissionsPermissionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootPermissionsPermissionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootPermissionsPermissionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootPermissionsPermissionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootPermissionsPermissionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemRootPermissionsPermissionItemRequestBuilderGetQueryParameters the set of permissions for the item. Read-only. Nullable.

type DrivesItemRootPermissionsPermissionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootPermissionsPermissionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootPermissionsPermissionItemRequestBuilderGetQueryParameters
}

DrivesItemRootPermissionsPermissionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootPermissionsPermissionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootPermissionsPermissionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootPermissionsPermissionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootPermissionsRequestBuilder ¶ added in v0.48.0

type DrivesItemRootPermissionsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootPermissionsRequestBuilder provides operations to manage the permissions property of the microsoft.graph.driveItem entity.

func NewDrivesItemRootPermissionsRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootPermissionsRequestBuilder instantiates a new PermissionsRequestBuilder and sets the default values.

func NewDrivesItemRootPermissionsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootPermissionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootPermissionsRequestBuilder

NewDrivesItemRootPermissionsRequestBuilderInternal instantiates a new PermissionsRequestBuilder and sets the default values.

func (*DrivesItemRootPermissionsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemRootPermissionsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation list the effective sharing permissions on a driveItem.

func (*DrivesItemRootPermissionsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to permissions for drives

func (*DrivesItemRootPermissionsRequestBuilder) Get ¶ added in v0.48.0

Get list the effective sharing permissions on a driveItem.

type DrivesItemRootPermissionsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootPermissionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRootPermissionsRequestBuilderGetQueryParameters list the effective sharing permissions on a driveItem.

type DrivesItemRootPermissionsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootPermissionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootPermissionsRequestBuilderGetQueryParameters
}

DrivesItemRootPermissionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootPermissionsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootPermissionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootPermissionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootPreviewRequestBuilder ¶ added in v0.48.0

type DrivesItemRootPreviewRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootPreviewRequestBuilder provides operations to call the preview method.

func NewDrivesItemRootPreviewRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootPreviewRequestBuilder instantiates a new PreviewRequestBuilder and sets the default values.

func NewDrivesItemRootPreviewRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootPreviewRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootPreviewRequestBuilder

NewDrivesItemRootPreviewRequestBuilderInternal instantiates a new PreviewRequestBuilder and sets the default values.

type DrivesItemRootPreviewRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootPreviewRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootPreviewRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootRequestBuilder ¶ added in v0.48.0

type DrivesItemRootRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootRequestBuilder provides operations to manage the root property of the microsoft.graph.drive entity.

func NewDrivesItemRootRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootRequestBuilder instantiates a new RootRequestBuilder and sets the default values.

func NewDrivesItemRootRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootRequestBuilder

NewDrivesItemRootRequestBuilderInternal instantiates a new RootRequestBuilder and sets the default values.

func (*DrivesItemRootRequestBuilder) Analytics ¶ added in v0.48.0

Analytics provides operations to manage the analytics property of the microsoft.graph.driveItem entity.

func (*DrivesItemRootRequestBuilder) Checkin ¶ added in v0.48.0

Checkin provides operations to call the checkin method.

func (*DrivesItemRootRequestBuilder) Checkout ¶ added in v0.48.0

Checkout provides operations to call the checkout method.

func (*DrivesItemRootRequestBuilder) Children ¶ added in v0.48.0

Children provides operations to manage the children property of the microsoft.graph.driveItem entity.

func (*DrivesItemRootRequestBuilder) ChildrenById ¶ added in v0.48.0

ChildrenById provides operations to manage the children property of the microsoft.graph.driveItem entity.

func (*DrivesItemRootRequestBuilder) Content ¶ added in v0.48.0

Content provides operations to manage the media for the drive entity.

func (*DrivesItemRootRequestBuilder) Copy ¶ added in v0.48.0

Copy provides operations to call the copy method.

func (*DrivesItemRootRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property root for drives

func (*DrivesItemRootRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation retrieve the metadata for a driveItem in a drive by file system path or ID.`item-id` is the ID of a driveItem. It may also be the unique ID of a SharePoint list item.

CreateLink provides operations to call the createLink method.

func (*DrivesItemRootRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property root in drives

func (*DrivesItemRootRequestBuilder) CreateUploadSession ¶ added in v0.48.0

CreateUploadSession provides operations to call the createUploadSession method.

func (*DrivesItemRootRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property root for drives

func (*DrivesItemRootRequestBuilder) Delta ¶ added in v0.48.0

Delta provides operations to call the delta method.

func (*DrivesItemRootRequestBuilder) DeltaWithToken ¶ added in v0.48.0

DeltaWithToken provides operations to call the delta method.

func (*DrivesItemRootRequestBuilder) Follow ¶ added in v0.48.0

Follow provides operations to call the follow method.

func (*DrivesItemRootRequestBuilder) Get ¶ added in v0.48.0

Get retrieve the metadata for a driveItem in a drive by file system path or ID.`item-id` is the ID of a driveItem. It may also be the unique ID of a SharePoint list item.

func (*DrivesItemRootRequestBuilder) GetActivitiesByInterval ¶ added in v0.48.0

GetActivitiesByInterval provides operations to call the getActivitiesByInterval method.

func (*DrivesItemRootRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval ¶ added in v0.48.0

func (m *DrivesItemRootRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval(endDateTime *string, interval *string, startDateTime *string) *DrivesItemRootGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval provides operations to call the getActivitiesByInterval method.

func (*DrivesItemRootRequestBuilder) Invite ¶ added in v0.48.0

Invite provides operations to call the invite method.

func (*DrivesItemRootRequestBuilder) ListItem ¶ added in v0.48.0

ListItem provides operations to manage the listItem property of the microsoft.graph.driveItem entity.

func (*DrivesItemRootRequestBuilder) Permissions ¶ added in v0.48.0

Permissions provides operations to manage the permissions property of the microsoft.graph.driveItem entity.

func (*DrivesItemRootRequestBuilder) PermissionsById ¶ added in v0.48.0

PermissionsById provides operations to manage the permissions property of the microsoft.graph.driveItem entity.

func (*DrivesItemRootRequestBuilder) Preview ¶ added in v0.48.0

Preview provides operations to call the preview method.

func (*DrivesItemRootRequestBuilder) Restore ¶ added in v0.48.0

Restore provides operations to call the restore method.

func (*DrivesItemRootRequestBuilder) SearchWithQ ¶ added in v0.48.0

SearchWithQ provides operations to call the search method.

func (*DrivesItemRootRequestBuilder) Subscriptions ¶ added in v0.48.0

Subscriptions provides operations to manage the subscriptions property of the microsoft.graph.driveItem entity.

func (*DrivesItemRootRequestBuilder) SubscriptionsById ¶ added in v0.48.0

SubscriptionsById provides operations to manage the subscriptions property of the microsoft.graph.driveItem entity.

func (*DrivesItemRootRequestBuilder) Thumbnails ¶ added in v0.48.0

Thumbnails provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity.

func (*DrivesItemRootRequestBuilder) ThumbnailsById ¶ added in v0.48.0

ThumbnailsById provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity.

func (*DrivesItemRootRequestBuilder) Unfollow ¶ added in v0.48.0

Unfollow provides operations to call the unfollow method.

func (*DrivesItemRootRequestBuilder) ValidatePermission ¶ added in v0.48.0

ValidatePermission provides operations to call the validatePermission method.

func (*DrivesItemRootRequestBuilder) Versions ¶ added in v0.48.0

Versions provides operations to manage the versions property of the microsoft.graph.driveItem entity.

func (*DrivesItemRootRequestBuilder) VersionsById ¶ added in v0.48.0

VersionsById provides operations to manage the versions property of the microsoft.graph.driveItem entity.

type DrivesItemRootRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemRootRequestBuilderGetQueryParameters retrieve the metadata for a driveItem in a drive by file system path or ID.`item-id` is the ID of a driveItem. It may also be the unique ID of a SharePoint list item.

type DrivesItemRootRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootRequestBuilderGetQueryParameters
}

DrivesItemRootRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootRestoreRequestBuilder ¶ added in v0.48.0

type DrivesItemRootRestoreRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootRestoreRequestBuilder provides operations to call the restore method.

func NewDrivesItemRootRestoreRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.

func NewDrivesItemRootRestoreRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootRestoreRequestBuilder

NewDrivesItemRootRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.

func (*DrivesItemRootRestoreRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation restore a driveItem that has been deleted and is currently in the recycle bin. **NOTE**: This functionality is currently only available for OneDrive Personal.

func (*DrivesItemRootRestoreRequestBuilder) Post ¶ added in v0.48.0

Post restore a driveItem that has been deleted and is currently in the recycle bin. **NOTE**: This functionality is currently only available for OneDrive Personal.

type DrivesItemRootRestoreRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootRestoreRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootRestoreRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootSearchWithQRequestBuilder ¶ added in v0.48.0

type DrivesItemRootSearchWithQRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootSearchWithQRequestBuilder provides operations to call the search method.

func NewDrivesItemRootSearchWithQRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootSearchWithQRequestBuilder instantiates a new SearchWithQRequestBuilder and sets the default values.

func NewDrivesItemRootSearchWithQRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootSearchWithQRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, q *string) *DrivesItemRootSearchWithQRequestBuilder

NewDrivesItemRootSearchWithQRequestBuilderInternal instantiates a new SearchWithQRequestBuilder and sets the default values.

func (*DrivesItemRootSearchWithQRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function search

type DrivesItemRootSearchWithQRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootSearchWithQRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRootSearchWithQRequestBuilderGetQueryParameters invoke function search

type DrivesItemRootSearchWithQRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootSearchWithQRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootSearchWithQRequestBuilderGetQueryParameters
}

DrivesItemRootSearchWithQRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootSubscriptionsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemRootSubscriptionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootSubscriptionsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemRootSubscriptionsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootSubscriptionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemRootSubscriptionsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootSubscriptionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootSubscriptionsCountRequestBuilder

NewDrivesItemRootSubscriptionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemRootSubscriptionsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemRootSubscriptionsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemRootSubscriptionsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootSubscriptionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootSubscriptionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootSubscriptionsItemReauthorizeRequestBuilder ¶ added in v0.48.0

type DrivesItemRootSubscriptionsItemReauthorizeRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootSubscriptionsItemReauthorizeRequestBuilder provides operations to call the reauthorize method.

func NewDrivesItemRootSubscriptionsItemReauthorizeRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootSubscriptionsItemReauthorizeRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootSubscriptionsItemReauthorizeRequestBuilder

NewDrivesItemRootSubscriptionsItemReauthorizeRequestBuilder instantiates a new ReauthorizeRequestBuilder and sets the default values.

func NewDrivesItemRootSubscriptionsItemReauthorizeRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootSubscriptionsItemReauthorizeRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootSubscriptionsItemReauthorizeRequestBuilder

NewDrivesItemRootSubscriptionsItemReauthorizeRequestBuilderInternal instantiates a new ReauthorizeRequestBuilder and sets the default values.

func (*DrivesItemRootSubscriptionsItemReauthorizeRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation invoke action reauthorize

func (*DrivesItemRootSubscriptionsItemReauthorizeRequestBuilder) Post ¶ added in v0.48.0

Post invoke action reauthorize

type DrivesItemRootSubscriptionsItemReauthorizeRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootSubscriptionsItemReauthorizeRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootSubscriptionsItemReauthorizeRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootSubscriptionsRequestBuilder ¶ added in v0.48.0

type DrivesItemRootSubscriptionsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootSubscriptionsRequestBuilder provides operations to manage the subscriptions property of the microsoft.graph.driveItem entity.

func NewDrivesItemRootSubscriptionsRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootSubscriptionsRequestBuilder instantiates a new SubscriptionsRequestBuilder and sets the default values.

func NewDrivesItemRootSubscriptionsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootSubscriptionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootSubscriptionsRequestBuilder

NewDrivesItemRootSubscriptionsRequestBuilderInternal instantiates a new SubscriptionsRequestBuilder and sets the default values.

func (*DrivesItemRootSubscriptionsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemRootSubscriptionsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the set of subscriptions on the item. Only supported on the root of a drive.

func (*DrivesItemRootSubscriptionsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to subscriptions for drives

func (*DrivesItemRootSubscriptionsRequestBuilder) Get ¶ added in v0.48.0

Get the set of subscriptions on the item. Only supported on the root of a drive.

type DrivesItemRootSubscriptionsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootSubscriptionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRootSubscriptionsRequestBuilderGetQueryParameters the set of subscriptions on the item. Only supported on the root of a drive.

type DrivesItemRootSubscriptionsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootSubscriptionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootSubscriptionsRequestBuilderGetQueryParameters
}

DrivesItemRootSubscriptionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootSubscriptionsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootSubscriptionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootSubscriptionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootSubscriptionsSubscriptionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemRootSubscriptionsSubscriptionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootSubscriptionsSubscriptionItemRequestBuilder provides operations to manage the subscriptions property of the microsoft.graph.driveItem entity.

func NewDrivesItemRootSubscriptionsSubscriptionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootSubscriptionsSubscriptionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootSubscriptionsSubscriptionItemRequestBuilder

NewDrivesItemRootSubscriptionsSubscriptionItemRequestBuilder instantiates a new SubscriptionItemRequestBuilder and sets the default values.

func NewDrivesItemRootSubscriptionsSubscriptionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootSubscriptionsSubscriptionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootSubscriptionsSubscriptionItemRequestBuilder

NewDrivesItemRootSubscriptionsSubscriptionItemRequestBuilderInternal instantiates a new SubscriptionItemRequestBuilder and sets the default values.

func (*DrivesItemRootSubscriptionsSubscriptionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property subscriptions for drives

func (*DrivesItemRootSubscriptionsSubscriptionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the set of subscriptions on the item. Only supported on the root of a drive.

func (*DrivesItemRootSubscriptionsSubscriptionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property subscriptions in drives

func (*DrivesItemRootSubscriptionsSubscriptionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property subscriptions for drives

func (*DrivesItemRootSubscriptionsSubscriptionItemRequestBuilder) Get ¶ added in v0.48.0

Get the set of subscriptions on the item. Only supported on the root of a drive.

func (*DrivesItemRootSubscriptionsSubscriptionItemRequestBuilder) Reauthorize ¶ added in v0.48.0

Reauthorize provides operations to call the reauthorize method.

type DrivesItemRootSubscriptionsSubscriptionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootSubscriptionsSubscriptionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootSubscriptionsSubscriptionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootSubscriptionsSubscriptionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootSubscriptionsSubscriptionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemRootSubscriptionsSubscriptionItemRequestBuilderGetQueryParameters the set of subscriptions on the item. Only supported on the root of a drive.

type DrivesItemRootSubscriptionsSubscriptionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootSubscriptionsSubscriptionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootSubscriptionsSubscriptionItemRequestBuilderGetQueryParameters
}

DrivesItemRootSubscriptionsSubscriptionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootSubscriptionsSubscriptionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootSubscriptionsSubscriptionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootSubscriptionsSubscriptionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootThumbnailsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemRootThumbnailsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootThumbnailsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemRootThumbnailsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootThumbnailsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemRootThumbnailsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootThumbnailsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootThumbnailsCountRequestBuilder

NewDrivesItemRootThumbnailsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemRootThumbnailsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemRootThumbnailsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemRootThumbnailsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootThumbnailsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootThumbnailsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootThumbnailsRequestBuilder ¶ added in v0.48.0

type DrivesItemRootThumbnailsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootThumbnailsRequestBuilder provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity.

func NewDrivesItemRootThumbnailsRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootThumbnailsRequestBuilder instantiates a new ThumbnailsRequestBuilder and sets the default values.

func NewDrivesItemRootThumbnailsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootThumbnailsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootThumbnailsRequestBuilder

NewDrivesItemRootThumbnailsRequestBuilderInternal instantiates a new ThumbnailsRequestBuilder and sets the default values.

func (*DrivesItemRootThumbnailsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemRootThumbnailsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each **thumbnailSet** can have one or more **thumbnail** objects, which are images that represent the item.For example, a **thumbnailSet** may include **thumbnail** objects, such as common ones including `small`, `medium`, or `large`. There are many ways to work with thumbnails on OneDrive.Here are the most common ones:

func (*DrivesItemRootThumbnailsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to thumbnails for drives

func (*DrivesItemRootThumbnailsRequestBuilder) Get ¶ added in v0.48.0

Get retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each **thumbnailSet** can have one or more **thumbnail** objects, which are images that represent the item.For example, a **thumbnailSet** may include **thumbnail** objects, such as common ones including `small`, `medium`, or `large`. There are many ways to work with thumbnails on OneDrive.Here are the most common ones:

type DrivesItemRootThumbnailsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootThumbnailsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRootThumbnailsRequestBuilderGetQueryParameters retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each **thumbnailSet** can have one or more **thumbnail** objects, which are images that represent the item.For example, a **thumbnailSet** may include **thumbnail** objects, such as common ones including `small`, `medium`, or `large`. There are many ways to work with thumbnails on OneDrive.Here are the most common ones:

type DrivesItemRootThumbnailsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootThumbnailsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootThumbnailsRequestBuilderGetQueryParameters
}

DrivesItemRootThumbnailsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootThumbnailsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootThumbnailsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootThumbnailsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootThumbnailsThumbnailSetItemRequestBuilder ¶ added in v0.48.0

type DrivesItemRootThumbnailsThumbnailSetItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootThumbnailsThumbnailSetItemRequestBuilder provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity.

func NewDrivesItemRootThumbnailsThumbnailSetItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootThumbnailsThumbnailSetItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootThumbnailsThumbnailSetItemRequestBuilder

NewDrivesItemRootThumbnailsThumbnailSetItemRequestBuilder instantiates a new ThumbnailSetItemRequestBuilder and sets the default values.

func NewDrivesItemRootThumbnailsThumbnailSetItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootThumbnailsThumbnailSetItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootThumbnailsThumbnailSetItemRequestBuilder

NewDrivesItemRootThumbnailsThumbnailSetItemRequestBuilderInternal instantiates a new ThumbnailSetItemRequestBuilder and sets the default values.

func (*DrivesItemRootThumbnailsThumbnailSetItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property thumbnails for drives

func (*DrivesItemRootThumbnailsThumbnailSetItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.

func (*DrivesItemRootThumbnailsThumbnailSetItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property thumbnails in drives

func (*DrivesItemRootThumbnailsThumbnailSetItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property thumbnails for drives

func (*DrivesItemRootThumbnailsThumbnailSetItemRequestBuilder) Get ¶ added in v0.48.0

Get collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.

type DrivesItemRootThumbnailsThumbnailSetItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootThumbnailsThumbnailSetItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootThumbnailsThumbnailSetItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootThumbnailsThumbnailSetItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootThumbnailsThumbnailSetItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemRootThumbnailsThumbnailSetItemRequestBuilderGetQueryParameters collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.

type DrivesItemRootThumbnailsThumbnailSetItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootThumbnailsThumbnailSetItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootThumbnailsThumbnailSetItemRequestBuilderGetQueryParameters
}

DrivesItemRootThumbnailsThumbnailSetItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootThumbnailsThumbnailSetItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootThumbnailsThumbnailSetItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootThumbnailsThumbnailSetItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootUnfollowRequestBuilder ¶ added in v0.48.0

type DrivesItemRootUnfollowRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootUnfollowRequestBuilder provides operations to call the unfollow method.

func NewDrivesItemRootUnfollowRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootUnfollowRequestBuilder instantiates a new UnfollowRequestBuilder and sets the default values.

func NewDrivesItemRootUnfollowRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootUnfollowRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootUnfollowRequestBuilder

NewDrivesItemRootUnfollowRequestBuilderInternal instantiates a new UnfollowRequestBuilder and sets the default values.

func (*DrivesItemRootUnfollowRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation unfollow a driveItem.

func (*DrivesItemRootUnfollowRequestBuilder) Post ¶ added in v0.48.0

Post unfollow a driveItem.

type DrivesItemRootUnfollowRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootUnfollowRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootUnfollowRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootValidatePermissionRequestBuilder ¶ added in v0.48.0

type DrivesItemRootValidatePermissionRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootValidatePermissionRequestBuilder provides operations to call the validatePermission method.

func NewDrivesItemRootValidatePermissionRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootValidatePermissionRequestBuilder instantiates a new ValidatePermissionRequestBuilder and sets the default values.

func NewDrivesItemRootValidatePermissionRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootValidatePermissionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootValidatePermissionRequestBuilder

NewDrivesItemRootValidatePermissionRequestBuilderInternal instantiates a new ValidatePermissionRequestBuilder and sets the default values.

type DrivesItemRootValidatePermissionRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootValidatePermissionRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootValidatePermissionRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootVersionsCountRequestBuilder ¶ added in v0.48.0

type DrivesItemRootVersionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootVersionsCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemRootVersionsCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootVersionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemRootVersionsCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootVersionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootVersionsCountRequestBuilder

NewDrivesItemRootVersionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemRootVersionsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemRootVersionsCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemRootVersionsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootVersionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootVersionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootVersionsDriveItemVersionItemRequestBuilder ¶ added in v0.48.0

type DrivesItemRootVersionsDriveItemVersionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootVersionsDriveItemVersionItemRequestBuilder provides operations to manage the versions property of the microsoft.graph.driveItem entity.

func NewDrivesItemRootVersionsDriveItemVersionItemRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootVersionsDriveItemVersionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootVersionsDriveItemVersionItemRequestBuilder

NewDrivesItemRootVersionsDriveItemVersionItemRequestBuilder instantiates a new DriveItemVersionItemRequestBuilder and sets the default values.

func NewDrivesItemRootVersionsDriveItemVersionItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootVersionsDriveItemVersionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootVersionsDriveItemVersionItemRequestBuilder

NewDrivesItemRootVersionsDriveItemVersionItemRequestBuilderInternal instantiates a new DriveItemVersionItemRequestBuilder and sets the default values.

func (*DrivesItemRootVersionsDriveItemVersionItemRequestBuilder) Content ¶ added in v0.48.0

Content provides operations to manage the media for the drive entity.

func (*DrivesItemRootVersionsDriveItemVersionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0

CreateDeleteRequestInformation delete navigation property versions for drives

func (*DrivesItemRootVersionsDriveItemVersionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.

func (*DrivesItemRootVersionsDriveItemVersionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0

CreatePatchRequestInformation update the navigation property versions in drives

func (*DrivesItemRootVersionsDriveItemVersionItemRequestBuilder) Delete ¶ added in v0.48.0

Delete delete navigation property versions for drives

func (*DrivesItemRootVersionsDriveItemVersionItemRequestBuilder) Get ¶ added in v0.48.0

Get the list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.

func (*DrivesItemRootVersionsDriveItemVersionItemRequestBuilder) RestoreVersion ¶ added in v0.48.0

RestoreVersion provides operations to call the restoreVersion method.

type DrivesItemRootVersionsDriveItemVersionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootVersionsDriveItemVersionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootVersionsDriveItemVersionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootVersionsDriveItemVersionItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootVersionsDriveItemVersionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemRootVersionsDriveItemVersionItemRequestBuilderGetQueryParameters the list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.

type DrivesItemRootVersionsDriveItemVersionItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootVersionsDriveItemVersionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootVersionsDriveItemVersionItemRequestBuilderGetQueryParameters
}

DrivesItemRootVersionsDriveItemVersionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootVersionsDriveItemVersionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootVersionsDriveItemVersionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootVersionsDriveItemVersionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootVersionsItemContentRequestBuilder ¶ added in v0.48.0

type DrivesItemRootVersionsItemContentRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootVersionsItemContentRequestBuilder provides operations to manage the media for the drive entity.

func NewDrivesItemRootVersionsItemContentRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootVersionsItemContentRequestBuilder instantiates a new ContentRequestBuilder and sets the default values.

func NewDrivesItemRootVersionsItemContentRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootVersionsItemContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootVersionsItemContentRequestBuilder

NewDrivesItemRootVersionsItemContentRequestBuilderInternal instantiates a new ContentRequestBuilder and sets the default values.

func (*DrivesItemRootVersionsItemContentRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the content stream for this version of the item.

func (*DrivesItemRootVersionsItemContentRequestBuilder) CreatePutRequestInformation ¶ added in v0.48.0

CreatePutRequestInformation the content stream for this version of the item.

func (*DrivesItemRootVersionsItemContentRequestBuilder) Get ¶ added in v0.48.0

Get the content stream for this version of the item.

func (*DrivesItemRootVersionsItemContentRequestBuilder) Put ¶ added in v0.48.0

Put the content stream for this version of the item.

type DrivesItemRootVersionsItemContentRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootVersionsItemContentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootVersionsItemContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootVersionsItemContentRequestBuilderPutRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootVersionsItemContentRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootVersionsItemContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootVersionsItemRestoreVersionRequestBuilder ¶ added in v0.48.0

type DrivesItemRootVersionsItemRestoreVersionRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootVersionsItemRestoreVersionRequestBuilder provides operations to call the restoreVersion method.

func NewDrivesItemRootVersionsItemRestoreVersionRequestBuilder ¶ added in v0.48.0

func NewDrivesItemRootVersionsItemRestoreVersionRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootVersionsItemRestoreVersionRequestBuilder

NewDrivesItemRootVersionsItemRestoreVersionRequestBuilder instantiates a new RestoreVersionRequestBuilder and sets the default values.

func NewDrivesItemRootVersionsItemRestoreVersionRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootVersionsItemRestoreVersionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootVersionsItemRestoreVersionRequestBuilder

NewDrivesItemRootVersionsItemRestoreVersionRequestBuilderInternal instantiates a new RestoreVersionRequestBuilder and sets the default values.

func (*DrivesItemRootVersionsItemRestoreVersionRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file.

func (*DrivesItemRootVersionsItemRestoreVersionRequestBuilder) Post ¶ added in v0.48.0

Post restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file.

type DrivesItemRootVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootVersionsItemRestoreVersionRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootVersionsRequestBuilder ¶ added in v0.48.0

type DrivesItemRootVersionsRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemRootVersionsRequestBuilder provides operations to manage the versions property of the microsoft.graph.driveItem entity.

func NewDrivesItemRootVersionsRequestBuilder ¶ added in v0.48.0

NewDrivesItemRootVersionsRequestBuilder instantiates a new VersionsRequestBuilder and sets the default values.

func NewDrivesItemRootVersionsRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemRootVersionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemRootVersionsRequestBuilder

NewDrivesItemRootVersionsRequestBuilderInternal instantiates a new VersionsRequestBuilder and sets the default values.

func (*DrivesItemRootVersionsRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemRootVersionsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation oneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings which may be unique per user or location.

func (*DrivesItemRootVersionsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0

CreatePostRequestInformation create new navigation property to versions for drives

func (*DrivesItemRootVersionsRequestBuilder) Get ¶ added in v0.48.0

Get oneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings which may be unique per user or location.

type DrivesItemRootVersionsRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemRootVersionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemRootVersionsRequestBuilderGetQueryParameters oneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings which may be unique per user or location.

type DrivesItemRootVersionsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootVersionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemRootVersionsRequestBuilderGetQueryParameters
}

DrivesItemRootVersionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemRootVersionsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0

type DrivesItemRootVersionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemRootVersionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemSearchWithQRequestBuilder ¶ added in v0.48.0

type DrivesItemSearchWithQRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemSearchWithQRequestBuilder provides operations to call the search method.

func NewDrivesItemSearchWithQRequestBuilder ¶ added in v0.48.0

NewDrivesItemSearchWithQRequestBuilder instantiates a new SearchWithQRequestBuilder and sets the default values.

func NewDrivesItemSearchWithQRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemSearchWithQRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, q *string) *DrivesItemSearchWithQRequestBuilder

NewDrivesItemSearchWithQRequestBuilderInternal instantiates a new SearchWithQRequestBuilder and sets the default values.

func (*DrivesItemSearchWithQRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function search

type DrivesItemSearchWithQRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemSearchWithQRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemSearchWithQRequestBuilderGetQueryParameters invoke function search

type DrivesItemSearchWithQRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemSearchWithQRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemSearchWithQRequestBuilderGetQueryParameters
}

DrivesItemSearchWithQRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemSharedWithMeRequestBuilder ¶ added in v0.48.0

type DrivesItemSharedWithMeRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemSharedWithMeRequestBuilder provides operations to call the sharedWithMe method.

func NewDrivesItemSharedWithMeRequestBuilder ¶ added in v0.48.0

NewDrivesItemSharedWithMeRequestBuilder instantiates a new SharedWithMeRequestBuilder and sets the default values.

func NewDrivesItemSharedWithMeRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemSharedWithMeRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemSharedWithMeRequestBuilder

NewDrivesItemSharedWithMeRequestBuilderInternal instantiates a new SharedWithMeRequestBuilder and sets the default values.

func (*DrivesItemSharedWithMeRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation invoke function sharedWithMe

func (*DrivesItemSharedWithMeRequestBuilder) Get ¶ added in v0.48.0

Get invoke function sharedWithMe

type DrivesItemSharedWithMeRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemSharedWithMeRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemSharedWithMeRequestBuilderGetQueryParameters invoke function sharedWithMe

type DrivesItemSharedWithMeRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemSharedWithMeRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemSharedWithMeRequestBuilderGetQueryParameters
}

DrivesItemSharedWithMeRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemSpecialCountRequestBuilder ¶ added in v0.48.0

type DrivesItemSpecialCountRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemSpecialCountRequestBuilder provides operations to count the resources in the collection.

func NewDrivesItemSpecialCountRequestBuilder ¶ added in v0.48.0

NewDrivesItemSpecialCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewDrivesItemSpecialCountRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemSpecialCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemSpecialCountRequestBuilder

NewDrivesItemSpecialCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*DrivesItemSpecialCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*DrivesItemSpecialCountRequestBuilder) Get ¶ added in v0.48.0

Get get the number of the resource

type DrivesItemSpecialCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemSpecialCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemSpecialCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemSpecialDriveItemItemRequestBuilder ¶ added in v0.48.0

type DrivesItemSpecialDriveItemItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemSpecialDriveItemItemRequestBuilder provides operations to manage the special property of the microsoft.graph.drive entity.

func NewDrivesItemSpecialDriveItemItemRequestBuilder ¶ added in v0.48.0

NewDrivesItemSpecialDriveItemItemRequestBuilder instantiates a new DriveItemItemRequestBuilder and sets the default values.

func NewDrivesItemSpecialDriveItemItemRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemSpecialDriveItemItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemSpecialDriveItemItemRequestBuilder

NewDrivesItemSpecialDriveItemItemRequestBuilderInternal instantiates a new DriveItemItemRequestBuilder and sets the default values.

func (*DrivesItemSpecialDriveItemItemRequestBuilder) Content ¶ added in v0.48.0

Content provides operations to manage the media for the drive entity.

func (*DrivesItemSpecialDriveItemItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation collection of common folders available in OneDrive. Read-only. Nullable.

func (*DrivesItemSpecialDriveItemItemRequestBuilder) Get ¶ added in v0.48.0

Get collection of common folders available in OneDrive. Read-only. Nullable.

type DrivesItemSpecialDriveItemItemRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemSpecialDriveItemItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DrivesItemSpecialDriveItemItemRequestBuilderGetQueryParameters collection of common folders available in OneDrive. Read-only. Nullable.

type DrivesItemSpecialDriveItemItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemSpecialDriveItemItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemSpecialDriveItemItemRequestBuilderGetQueryParameters
}

DrivesItemSpecialDriveItemItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemSpecialItemContentRequestBuilder ¶ added in v0.48.0

type DrivesItemSpecialItemContentRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemSpecialItemContentRequestBuilder provides operations to manage the media for the drive entity.

func NewDrivesItemSpecialItemContentRequestBuilder ¶ added in v0.48.0

NewDrivesItemSpecialItemContentRequestBuilder instantiates a new ContentRequestBuilder and sets the default values.

func NewDrivesItemSpecialItemContentRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemSpecialItemContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemSpecialItemContentRequestBuilder

NewDrivesItemSpecialItemContentRequestBuilderInternal instantiates a new ContentRequestBuilder and sets the default values.

func (*DrivesItemSpecialItemContentRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation the content stream, if the item represents a file.

func (*DrivesItemSpecialItemContentRequestBuilder) CreatePutRequestInformation ¶ added in v0.48.0

CreatePutRequestInformation the content stream, if the item represents a file.

func (*DrivesItemSpecialItemContentRequestBuilder) Get ¶ added in v0.48.0

Get the content stream, if the item represents a file.

func (*DrivesItemSpecialItemContentRequestBuilder) Put ¶ added in v0.48.0

Put the content stream, if the item represents a file.

type DrivesItemSpecialItemContentRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemSpecialItemContentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemSpecialItemContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemSpecialItemContentRequestBuilderPutRequestConfiguration ¶ added in v0.48.0

type DrivesItemSpecialItemContentRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesItemSpecialItemContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesItemSpecialRequestBuilder ¶ added in v0.48.0

type DrivesItemSpecialRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesItemSpecialRequestBuilder provides operations to manage the special property of the microsoft.graph.drive entity.

func NewDrivesItemSpecialRequestBuilder ¶ added in v0.48.0

NewDrivesItemSpecialRequestBuilder instantiates a new SpecialRequestBuilder and sets the default values.

func NewDrivesItemSpecialRequestBuilderInternal ¶ added in v0.48.0

func NewDrivesItemSpecialRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesItemSpecialRequestBuilder

NewDrivesItemSpecialRequestBuilderInternal instantiates a new SpecialRequestBuilder and sets the default values.

func (*DrivesItemSpecialRequestBuilder) Count ¶ added in v0.48.0

Count provides operations to count the resources in the collection.

func (*DrivesItemSpecialRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0

CreateGetRequestInformation collection of common folders available in OneDrive. Read-only. Nullable.

func (*DrivesItemSpecialRequestBuilder) Get ¶ added in v0.48.0

Get collection of common folders available in OneDrive. Read-only. Nullable.

type DrivesItemSpecialRequestBuilderGetQueryParameters ¶ added in v0.48.0

type DrivesItemSpecialRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesItemSpecialRequestBuilderGetQueryParameters collection of common folders available in OneDrive. Read-only. Nullable.

type DrivesItemSpecialRequestBuilderGetRequestConfiguration ¶ added in v0.48.0

type DrivesItemSpecialRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesItemSpecialRequestBuilderGetQueryParameters
}

DrivesItemSpecialRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesRequestBuilder ¶

type DrivesRequestBuilder struct {
	// contains filtered or unexported fields
}

DrivesRequestBuilder provides operations to manage the collection of drive entities.

func NewDrivesRequestBuilder ¶

NewDrivesRequestBuilder instantiates a new DrivesRequestBuilder and sets the default values.

func NewDrivesRequestBuilderInternal ¶

func NewDrivesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DrivesRequestBuilder

NewDrivesRequestBuilderInternal instantiates a new DrivesRequestBuilder and sets the default values.

func (*DrivesRequestBuilder) Count ¶ added in v0.13.0

Count provides operations to count the resources in the collection.

func (*DrivesRequestBuilder) CreateGetRequestInformation ¶

CreateGetRequestInformation retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries.

func (*DrivesRequestBuilder) Get ¶

Get retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries.

type DrivesRequestBuilderGetQueryParameters ¶

type DrivesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DrivesRequestBuilderGetQueryParameters retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries.

type DrivesRequestBuilderGetRequestConfiguration ¶ added in v0.22.0

type DrivesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DrivesRequestBuilderGetQueryParameters
}

DrivesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DrivesRequestBuilderPostRequestConfiguration ¶ added in v0.22.0

type DrivesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DrivesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL