item

package
v0.47.0 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 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 DriveItemItemRequestBuilder added in v0.12.0

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

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

func NewDriveItemItemRequestBuilder added in v0.12.0

NewDriveItemItemRequestBuilder instantiates a new DriveItemItemRequestBuilder and sets the default values.

func NewDriveItemItemRequestBuilderInternal added in v0.12.0

func NewDriveItemItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DriveItemItemRequestBuilder

NewDriveItemItemRequestBuilderInternal instantiates a new DriveItemItemRequestBuilder and sets the default values.

func (*DriveItemItemRequestBuilder) Analytics added in v0.13.0

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

func (*DriveItemItemRequestBuilder) Checkin added in v0.27.0

Checkin provides operations to call the checkin method.

func (*DriveItemItemRequestBuilder) Checkout added in v0.27.0

Checkout provides operations to call the checkout method.

func (*DriveItemItemRequestBuilder) Children added in v0.13.0

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

func (*DriveItemItemRequestBuilder) ChildrenById added in v0.13.0

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

func (*DriveItemItemRequestBuilder) Content added in v0.12.0

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

func (*DriveItemItemRequestBuilder) Copy added in v0.27.0

Copy provides operations to call the copy method.

func (*DriveItemItemRequestBuilder) CreateDeleteRequestInformation added in v0.12.0

CreateDeleteRequestInformation delete navigation property items for drive

func (*DriveItemItemRequestBuilder) CreateGetRequestInformation added in v0.12.0

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

CreateLink provides operations to call the createLink method.

func (*DriveItemItemRequestBuilder) CreatePatchRequestInformation added in v0.12.0

CreatePatchRequestInformation update the navigation property items in drive

func (*DriveItemItemRequestBuilder) CreateUploadSession added in v0.27.0

CreateUploadSession provides operations to call the createUploadSession method.

func (*DriveItemItemRequestBuilder) Delete added in v0.12.0

Delete delete navigation property items for drive

func (*DriveItemItemRequestBuilder) Delta added in v0.27.0

Delta provides operations to call the delta method.

func (*DriveItemItemRequestBuilder) DeltaWithToken added in v0.27.0

DeltaWithToken provides operations to call the delta method.

func (*DriveItemItemRequestBuilder) Follow added in v0.27.0

Follow provides operations to call the follow method.

func (*DriveItemItemRequestBuilder) Get added in v0.12.0

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

func (*DriveItemItemRequestBuilder) GetActivitiesByInterval added in v0.27.0

GetActivitiesByInterval provides operations to call the getActivitiesByInterval method.

func (*DriveItemItemRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval added in v0.27.0

GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval provides operations to call the getActivitiesByInterval method.

func (*DriveItemItemRequestBuilder) Invite added in v0.27.0

Invite provides operations to call the invite method.

func (*DriveItemItemRequestBuilder) ListItem added in v0.13.0

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

func (*DriveItemItemRequestBuilder) Permissions added in v0.13.0

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

func (*DriveItemItemRequestBuilder) PermissionsById added in v0.13.0

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

func (*DriveItemItemRequestBuilder) Preview added in v0.27.0

Preview provides operations to call the preview method.

func (*DriveItemItemRequestBuilder) Restore added in v0.27.0

Restore provides operations to call the restore method.

func (*DriveItemItemRequestBuilder) SearchWithQ added in v0.27.0

SearchWithQ provides operations to call the search method.

func (*DriveItemItemRequestBuilder) Subscriptions added in v0.13.0

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

func (*DriveItemItemRequestBuilder) SubscriptionsById added in v0.13.0

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

func (*DriveItemItemRequestBuilder) Thumbnails added in v0.13.0

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

func (*DriveItemItemRequestBuilder) ThumbnailsById added in v0.13.0

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

func (*DriveItemItemRequestBuilder) Unfollow added in v0.27.0

Unfollow provides operations to call the unfollow method.

func (*DriveItemItemRequestBuilder) ValidatePermission added in v0.27.0

ValidatePermission provides operations to call the validatePermission method.

func (*DriveItemItemRequestBuilder) Versions added in v0.13.0

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

func (*DriveItemItemRequestBuilder) VersionsById added in v0.13.0

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

type DriveItemItemRequestBuilderDeleteRequestConfiguration added in v0.22.0

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

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

type DriveItemItemRequestBuilderGetQueryParameters added in v0.12.0

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

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

type DriveItemItemRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type DriveItemItemRequestBuilderPatchRequestConfiguration added in v0.22.0

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

DriveItemItemRequestBuilderPatchRequestConfiguration 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