root

package
v0.46.0 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2022 License: MIT Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RootRequestBuilder

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

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

func NewRootRequestBuilder

NewRootRequestBuilder instantiates a new RootRequestBuilder and sets the default values.

func NewRootRequestBuilderInternal

func NewRootRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RootRequestBuilder

NewRootRequestBuilderInternal instantiates a new RootRequestBuilder and sets the default values.

func (*RootRequestBuilder) Analytics added in v0.13.0

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

func (*RootRequestBuilder) Checkin added in v0.27.0

Checkin provides operations to call the checkin method.

func (*RootRequestBuilder) Checkout added in v0.27.0

Checkout provides operations to call the checkout method.

func (*RootRequestBuilder) Children added in v0.13.0

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

func (*RootRequestBuilder) ChildrenById added in v0.13.0

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

func (*RootRequestBuilder) Content

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

func (*RootRequestBuilder) Copy added in v0.27.0

Copy provides operations to call the copy method.

func (*RootRequestBuilder) CreateDeleteRequestInformation

CreateDeleteRequestInformation delete navigation property root for drives

func (*RootRequestBuilder) CreateGetRequestInformation

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 (*RootRequestBuilder) CreatePatchRequestInformation

CreatePatchRequestInformation update the navigation property root in drives

func (*RootRequestBuilder) CreateUploadSession added in v0.27.0

CreateUploadSession provides operations to call the createUploadSession method.

func (*RootRequestBuilder) Delete

Delete delete navigation property root for drives

func (*RootRequestBuilder) Delta added in v0.27.0

Delta provides operations to call the delta method.

func (*RootRequestBuilder) DeltaWithToken added in v0.27.0

DeltaWithToken provides operations to call the delta method.

func (*RootRequestBuilder) Follow added in v0.27.0

Follow provides operations to call the follow method.

func (*RootRequestBuilder) Get

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 (*RootRequestBuilder) GetActivitiesByInterval added in v0.27.0

GetActivitiesByInterval provides operations to call the getActivitiesByInterval method.

func (*RootRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval added in v0.27.0

func (m *RootRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval(endDateTime *string, interval *string, startDateTime *string) *i4fe456dbe4b9db0c319a13c072df6cd5de3fc0e9fdc876f33cdaecb702546d10.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval provides operations to call the getActivitiesByInterval method.

func (*RootRequestBuilder) Invite added in v0.27.0

Invite provides operations to call the invite method.

func (*RootRequestBuilder) ListItem added in v0.13.0

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

func (*RootRequestBuilder) Permissions added in v0.13.0

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

func (*RootRequestBuilder) PermissionsById added in v0.13.0

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

func (*RootRequestBuilder) Preview added in v0.27.0

Preview provides operations to call the preview method.

func (*RootRequestBuilder) Restore added in v0.27.0

Restore provides operations to call the restore method.

func (*RootRequestBuilder) SearchWithQ added in v0.27.0

SearchWithQ provides operations to call the search method.

func (*RootRequestBuilder) Subscriptions added in v0.13.0

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

func (*RootRequestBuilder) SubscriptionsById added in v0.13.0

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

func (*RootRequestBuilder) Thumbnails added in v0.13.0

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

func (*RootRequestBuilder) ThumbnailsById added in v0.13.0

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

func (*RootRequestBuilder) Unfollow added in v0.27.0

Unfollow provides operations to call the unfollow method.

func (*RootRequestBuilder) ValidatePermission added in v0.27.0

ValidatePermission provides operations to call the validatePermission method.

func (*RootRequestBuilder) Versions added in v0.13.0

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

func (*RootRequestBuilder) VersionsById added in v0.13.0

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

type RootRequestBuilderDeleteRequestConfiguration added in v0.22.0

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

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

type RootRequestBuilderGetQueryParameters

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

RootRequestBuilderGetQueryParameters 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 RootRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type RootRequestBuilderPatchRequestConfiguration added in v0.22.0

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL