Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CreateDriveListItemLinkOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveListItemLinkOperationOptions() CreateDriveListItemLinkOperationOptions + func (o CreateDriveListItemLinkOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveListItemLinkOperationOptions) ToOData() *odata.Query + func (o CreateDriveListItemLinkOperationOptions) ToQuery() *client.QueryParams + type CreateDriveListItemLinkOperationResponse struct + HttpResponse *http.Response + Model *stable.Permission + OData *odata.OData + type CreateDriveListItemLinkRequest struct + ExpirationDateTime nullable.Type[string] + Message nullable.Type[string] + Password nullable.Type[string] + Recipients *[]stable.DriveRecipient + RetainInheritedPermissions nullable.Type[bool] + Scope nullable.Type[string] + SendNotification nullable.Type[bool] + Type nullable.Type[string] + type CreateDriveListItemOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveListItemOperationOptions() CreateDriveListItemOperationOptions + func (o CreateDriveListItemOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveListItemOperationOptions) ToOData() *odata.Query + func (o CreateDriveListItemOperationOptions) ToQuery() *client.QueryParams + type CreateDriveListItemOperationResponse struct + HttpResponse *http.Response + Model *stable.ListItem + OData *odata.OData + type DeleteDriveListItemOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveListItemOperationOptions() DeleteDriveListItemOperationOptions + func (o DeleteDriveListItemOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveListItemOperationOptions) ToOData() *odata.Query + func (o DeleteDriveListItemOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveListItemOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveListItemClient struct + Client *msgraph.Client + func NewDriveListItemClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListItemClient, error) + func (c DriveListItemClient) CreateDriveListItem(ctx context.Context, id stable.UserIdDriveId, input stable.ListItem, ...) (result CreateDriveListItemOperationResponse, err error) + func (c DriveListItemClient) CreateDriveListItemLink(ctx context.Context, id stable.UserIdDriveIdListItemId, ...) (result CreateDriveListItemLinkOperationResponse, err error) + func (c DriveListItemClient) DeleteDriveListItem(ctx context.Context, id stable.UserIdDriveIdListItemId, ...) (result DeleteDriveListItemOperationResponse, err error) + func (c DriveListItemClient) GetDriveListItem(ctx context.Context, id stable.UserIdDriveIdListItemId, ...) (result GetDriveListItemOperationResponse, err error) + func (c DriveListItemClient) ListDriveListItems(ctx context.Context, id stable.UserIdDriveId, ...) (result ListDriveListItemsOperationResponse, err error) + func (c DriveListItemClient) ListDriveListItemsComplete(ctx context.Context, id stable.UserIdDriveId, ...) (ListDriveListItemsCompleteResult, error) + func (c DriveListItemClient) ListDriveListItemsCompleteMatchingPredicate(ctx context.Context, id stable.UserIdDriveId, ...) (result ListDriveListItemsCompleteResult, err error) + func (c DriveListItemClient) UpdateDriveListItem(ctx context.Context, id stable.UserIdDriveIdListItemId, input stable.ListItem, ...) (result UpdateDriveListItemOperationResponse, err error) + type GetDriveListItemOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveListItemOperationOptions() GetDriveListItemOperationOptions + func (o GetDriveListItemOperationOptions) ToHeaders() *client.Headers + func (o GetDriveListItemOperationOptions) ToOData() *odata.Query + func (o GetDriveListItemOperationOptions) ToQuery() *client.QueryParams + type GetDriveListItemOperationResponse struct + HttpResponse *http.Response + Model *stable.ListItem + OData *odata.OData + type ListDriveListItemsCompleteResult struct + Items []stable.ListItem + LatestHttpResponse *http.Response + type ListDriveListItemsCustomPager struct + NextLink *odata.Link + func (p *ListDriveListItemsCustomPager) NextPageLink() *odata.Link + type ListDriveListItemsOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListDriveListItemsOperationOptions() ListDriveListItemsOperationOptions + func (o ListDriveListItemsOperationOptions) ToHeaders() *client.Headers + func (o ListDriveListItemsOperationOptions) ToOData() *odata.Query + func (o ListDriveListItemsOperationOptions) ToQuery() *client.QueryParams + type ListDriveListItemsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.ListItem + OData *odata.OData + type ListItemOperationPredicate struct + func (p ListItemOperationPredicate) Matches(input stable.ListItem) bool + type UpdateDriveListItemOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveListItemOperationOptions() UpdateDriveListItemOperationOptions + func (o UpdateDriveListItemOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveListItemOperationOptions) ToOData() *odata.Query + func (o UpdateDriveListItemOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveListItemOperationResponse struct + HttpResponse *http.Response + OData *odata.OData