Documentation ¶
Index ¶
- type CreateDriveRootListItemLinkOperationOptions
- type CreateDriveRootListItemLinkOperationResponse
- type CreateDriveRootListItemLinkRequest
- type DeleteDriveRootListItemOperationOptions
- type DeleteDriveRootListItemOperationResponse
- type DriveRootListItemClient
- func (c DriveRootListItemClient) CreateDriveRootListItemLink(ctx context.Context, id stable.MeDriveId, ...) (result CreateDriveRootListItemLinkOperationResponse, err error)
- func (c DriveRootListItemClient) DeleteDriveRootListItem(ctx context.Context, id stable.MeDriveId, ...) (result DeleteDriveRootListItemOperationResponse, err error)
- func (c DriveRootListItemClient) GetDriveRootListItem(ctx context.Context, id stable.MeDriveId, ...) (result GetDriveRootListItemOperationResponse, err error)
- func (c DriveRootListItemClient) UpdateDriveRootListItem(ctx context.Context, id stable.MeDriveId, input stable.ListItem, ...) (result UpdateDriveRootListItemOperationResponse, err error)
- type GetDriveRootListItemOperationOptions
- type GetDriveRootListItemOperationResponse
- type UpdateDriveRootListItemOperationOptions
- type UpdateDriveRootListItemOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDriveRootListItemLinkOperationOptions ¶
type CreateDriveRootListItemLinkOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveRootListItemLinkOperationOptions ¶
func DefaultCreateDriveRootListItemLinkOperationOptions() CreateDriveRootListItemLinkOperationOptions
func (CreateDriveRootListItemLinkOperationOptions) ToHeaders ¶
func (o CreateDriveRootListItemLinkOperationOptions) ToHeaders() *client.Headers
func (CreateDriveRootListItemLinkOperationOptions) ToOData ¶
func (o CreateDriveRootListItemLinkOperationOptions) ToOData() *odata.Query
func (CreateDriveRootListItemLinkOperationOptions) ToQuery ¶
func (o CreateDriveRootListItemLinkOperationOptions) ToQuery() *client.QueryParams
type CreateDriveRootListItemLinkRequest ¶
type CreateDriveRootListItemLinkRequest 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 DeleteDriveRootListItemOperationOptions ¶
type DeleteDriveRootListItemOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootListItemOperationOptions ¶
func DefaultDeleteDriveRootListItemOperationOptions() DeleteDriveRootListItemOperationOptions
func (DeleteDriveRootListItemOperationOptions) ToHeaders ¶
func (o DeleteDriveRootListItemOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootListItemOperationOptions) ToOData ¶
func (o DeleteDriveRootListItemOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootListItemOperationOptions) ToQuery ¶
func (o DeleteDriveRootListItemOperationOptions) ToQuery() *client.QueryParams
type DriveRootListItemClient ¶
func NewDriveRootListItemClientWithBaseURI ¶
func NewDriveRootListItemClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootListItemClient, error)
func (DriveRootListItemClient) CreateDriveRootListItemLink ¶
func (c DriveRootListItemClient) CreateDriveRootListItemLink(ctx context.Context, id stable.MeDriveId, input CreateDriveRootListItemLinkRequest, options CreateDriveRootListItemLinkOperationOptions) (result CreateDriveRootListItemLinkOperationResponse, err error)
CreateDriveRootListItemLink - Invoke action createLink
func (DriveRootListItemClient) DeleteDriveRootListItem ¶
func (c DriveRootListItemClient) DeleteDriveRootListItem(ctx context.Context, id stable.MeDriveId, options DeleteDriveRootListItemOperationOptions) (result DeleteDriveRootListItemOperationResponse, err error)
DeleteDriveRootListItem - Delete navigation property listItem for me
func (DriveRootListItemClient) GetDriveRootListItem ¶
func (c DriveRootListItemClient) GetDriveRootListItem(ctx context.Context, id stable.MeDriveId, options GetDriveRootListItemOperationOptions) (result GetDriveRootListItemOperationResponse, err error)
GetDriveRootListItem - Get listItem from me. For drives in SharePoint, the associated document library list item. Read-only. Nullable.
func (DriveRootListItemClient) UpdateDriveRootListItem ¶
func (c DriveRootListItemClient) UpdateDriveRootListItem(ctx context.Context, id stable.MeDriveId, input stable.ListItem, options UpdateDriveRootListItemOperationOptions) (result UpdateDriveRootListItemOperationResponse, err error)
UpdateDriveRootListItem - Update the navigation property listItem in me
type GetDriveRootListItemOperationOptions ¶
type GetDriveRootListItemOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveRootListItemOperationOptions ¶
func DefaultGetDriveRootListItemOperationOptions() GetDriveRootListItemOperationOptions
func (GetDriveRootListItemOperationOptions) ToHeaders ¶
func (o GetDriveRootListItemOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootListItemOperationOptions) ToOData ¶
func (o GetDriveRootListItemOperationOptions) ToOData() *odata.Query
func (GetDriveRootListItemOperationOptions) ToQuery ¶
func (o GetDriveRootListItemOperationOptions) ToQuery() *client.QueryParams
type UpdateDriveRootListItemOperationOptions ¶
type UpdateDriveRootListItemOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveRootListItemOperationOptions ¶
func DefaultUpdateDriveRootListItemOperationOptions() UpdateDriveRootListItemOperationOptions
func (UpdateDriveRootListItemOperationOptions) ToHeaders ¶
func (o UpdateDriveRootListItemOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveRootListItemOperationOptions) ToOData ¶
func (o UpdateDriveRootListItemOperationOptions) ToOData() *odata.Query
func (UpdateDriveRootListItemOperationOptions) ToQuery ¶
func (o UpdateDriveRootListItemOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.