Documentation ¶
Index ¶
- type CreateDriveItemListItemLinkOperationOptions
- type CreateDriveItemListItemLinkOperationResponse
- type CreateDriveItemListItemLinkRequest
- type DeleteDriveItemListItemOperationOptions
- type DeleteDriveItemListItemOperationResponse
- type DriveItemListItemClient
- func (c DriveItemListItemClient) CreateDriveItemListItemLink(ctx context.Context, id beta.UserIdDriveIdItemId, ...) (result CreateDriveItemListItemLinkOperationResponse, err error)
- func (c DriveItemListItemClient) DeleteDriveItemListItem(ctx context.Context, id beta.UserIdDriveIdItemId, ...) (result DeleteDriveItemListItemOperationResponse, err error)
- func (c DriveItemListItemClient) GetDriveItemListItem(ctx context.Context, id beta.UserIdDriveIdItemId, ...) (result GetDriveItemListItemOperationResponse, err error)
- func (c DriveItemListItemClient) UpdateDriveItemListItem(ctx context.Context, id beta.UserIdDriveIdItemId, input beta.ListItem, ...) (result UpdateDriveItemListItemOperationResponse, err error)
- type GetDriveItemListItemOperationOptions
- type GetDriveItemListItemOperationResponse
- type UpdateDriveItemListItemOperationOptions
- type UpdateDriveItemListItemOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDriveItemListItemLinkOperationOptions ¶
type CreateDriveItemListItemLinkOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveItemListItemLinkOperationOptions ¶
func DefaultCreateDriveItemListItemLinkOperationOptions() CreateDriveItemListItemLinkOperationOptions
func (CreateDriveItemListItemLinkOperationOptions) ToHeaders ¶
func (o CreateDriveItemListItemLinkOperationOptions) ToHeaders() *client.Headers
func (CreateDriveItemListItemLinkOperationOptions) ToOData ¶
func (o CreateDriveItemListItemLinkOperationOptions) ToOData() *odata.Query
func (CreateDriveItemListItemLinkOperationOptions) ToQuery ¶
func (o CreateDriveItemListItemLinkOperationOptions) ToQuery() *client.QueryParams
type CreateDriveItemListItemLinkRequest ¶
type CreateDriveItemListItemLinkRequest struct { ExpirationDateTime nullable.Type[string] `json:"expirationDateTime,omitempty"` Message nullable.Type[string] `json:"message,omitempty"` Password nullable.Type[string] `json:"password,omitempty"` Recipients *[]beta.DriveRecipient `json:"recipients,omitempty"` RetainInheritedPermissions nullable.Type[bool] `json:"retainInheritedPermissions,omitempty"` Scope nullable.Type[string] `json:"scope,omitempty"` SendNotification nullable.Type[bool] `json:"sendNotification,omitempty"` Type nullable.Type[string] `json:"type,omitempty"` }
type DeleteDriveItemListItemOperationOptions ¶
type DeleteDriveItemListItemOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveItemListItemOperationOptions ¶
func DefaultDeleteDriveItemListItemOperationOptions() DeleteDriveItemListItemOperationOptions
func (DeleteDriveItemListItemOperationOptions) ToHeaders ¶
func (o DeleteDriveItemListItemOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveItemListItemOperationOptions) ToOData ¶
func (o DeleteDriveItemListItemOperationOptions) ToOData() *odata.Query
func (DeleteDriveItemListItemOperationOptions) ToQuery ¶
func (o DeleteDriveItemListItemOperationOptions) ToQuery() *client.QueryParams
type DriveItemListItemClient ¶
func NewDriveItemListItemClientWithBaseURI ¶
func NewDriveItemListItemClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemListItemClient, error)
func (DriveItemListItemClient) CreateDriveItemListItemLink ¶
func (c DriveItemListItemClient) CreateDriveItemListItemLink(ctx context.Context, id beta.UserIdDriveIdItemId, input CreateDriveItemListItemLinkRequest, options CreateDriveItemListItemLinkOperationOptions) (result CreateDriveItemListItemLinkOperationResponse, err error)
CreateDriveItemListItemLink - Invoke action createLink. Create a sharing link for a listItem. The createLink action creates 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, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in.
func (DriveItemListItemClient) DeleteDriveItemListItem ¶
func (c DriveItemListItemClient) DeleteDriveItemListItem(ctx context.Context, id beta.UserIdDriveIdItemId, options DeleteDriveItemListItemOperationOptions) (result DeleteDriveItemListItemOperationResponse, err error)
DeleteDriveItemListItem - Delete navigation property listItem for users
func (DriveItemListItemClient) GetDriveItemListItem ¶
func (c DriveItemListItemClient) GetDriveItemListItem(ctx context.Context, id beta.UserIdDriveIdItemId, options GetDriveItemListItemOperationOptions) (result GetDriveItemListItemOperationResponse, err error)
GetDriveItemListItem - Get listItem from users. For drives in SharePoint, the associated document library list item. Read-only. Nullable.
func (DriveItemListItemClient) UpdateDriveItemListItem ¶
func (c DriveItemListItemClient) UpdateDriveItemListItem(ctx context.Context, id beta.UserIdDriveIdItemId, input beta.ListItem, options UpdateDriveItemListItemOperationOptions) (result UpdateDriveItemListItemOperationResponse, err error)
UpdateDriveItemListItem - Update the navigation property listItem in users
type GetDriveItemListItemOperationOptions ¶
type GetDriveItemListItemOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveItemListItemOperationOptions ¶
func DefaultGetDriveItemListItemOperationOptions() GetDriveItemListItemOperationOptions
func (GetDriveItemListItemOperationOptions) ToHeaders ¶
func (o GetDriveItemListItemOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemListItemOperationOptions) ToOData ¶
func (o GetDriveItemListItemOperationOptions) ToOData() *odata.Query
func (GetDriveItemListItemOperationOptions) ToQuery ¶
func (o GetDriveItemListItemOperationOptions) ToQuery() *client.QueryParams
type UpdateDriveItemListItemOperationOptions ¶
type UpdateDriveItemListItemOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveItemListItemOperationOptions ¶
func DefaultUpdateDriveItemListItemOperationOptions() UpdateDriveItemListItemOperationOptions
func (UpdateDriveItemListItemOperationOptions) ToHeaders ¶
func (o UpdateDriveItemListItemOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveItemListItemOperationOptions) ToOData ¶
func (o UpdateDriveItemListItemOperationOptions) ToOData() *odata.Query
func (UpdateDriveItemListItemOperationOptions) ToQuery ¶
func (o UpdateDriveItemListItemOperationOptions) ToQuery() *client.QueryParams