Documentation ¶
Index ¶
- type CreateDriveItemListItemLinkOperationOptions
- type CreateDriveItemListItemLinkOperationResponse
- type CreateDriveItemListItemLinkRequest
- type DeleteDriveItemListItemOperationOptions
- type DeleteDriveItemListItemOperationResponse
- type DriveItemListItemClient
- func (c DriveItemListItemClient) CreateDriveItemListItemLink(ctx context.Context, id stable.MeDriveIdItemId, ...) (result CreateDriveItemListItemLinkOperationResponse, err error)
- func (c DriveItemListItemClient) DeleteDriveItemListItem(ctx context.Context, id stable.MeDriveIdItemId, ...) (result DeleteDriveItemListItemOperationResponse, err error)
- func (c DriveItemListItemClient) GetDriveItemListItem(ctx context.Context, id stable.MeDriveIdItemId, ...) (result GetDriveItemListItemOperationResponse, err error)
- func (c DriveItemListItemClient) UpdateDriveItemListItem(ctx context.Context, id stable.MeDriveIdItemId, input stable.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 *[]stable.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 stable.MeDriveIdItemId, input CreateDriveItemListItemLinkRequest, options CreateDriveItemListItemLinkOperationOptions) (result CreateDriveItemListItemLinkOperationResponse, err error)
CreateDriveItemListItemLink - Invoke action createLink
func (DriveItemListItemClient) DeleteDriveItemListItem ¶
func (c DriveItemListItemClient) DeleteDriveItemListItem(ctx context.Context, id stable.MeDriveIdItemId, options DeleteDriveItemListItemOperationOptions) (result DeleteDriveItemListItemOperationResponse, err error)
DeleteDriveItemListItem - Delete navigation property listItem for me
func (DriveItemListItemClient) GetDriveItemListItem ¶
func (c DriveItemListItemClient) GetDriveItemListItem(ctx context.Context, id stable.MeDriveIdItemId, options GetDriveItemListItemOperationOptions) (result GetDriveItemListItemOperationResponse, err error)
GetDriveItemListItem - Get listItem from me. For drives in SharePoint, the associated document library list item. Read-only. Nullable.
func (DriveItemListItemClient) UpdateDriveItemListItem ¶
func (c DriveItemListItemClient) UpdateDriveItemListItem(ctx context.Context, id stable.MeDriveIdItemId, input stable.ListItem, options UpdateDriveItemListItemOperationOptions) (result UpdateDriveItemListItemOperationResponse, err error)
UpdateDriveItemListItem - Update the navigation property listItem in me
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
Click to show internal directories.
Click to hide internal directories.