drivelistitemversion

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDriveListItemVersionOperationOptions

type CreateDriveListItemVersionOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateDriveListItemVersionOperationOptions

func DefaultCreateDriveListItemVersionOperationOptions() CreateDriveListItemVersionOperationOptions

func (CreateDriveListItemVersionOperationOptions) ToHeaders

func (CreateDriveListItemVersionOperationOptions) ToOData

func (CreateDriveListItemVersionOperationOptions) ToQuery

type CreateDriveListItemVersionOperationResponse

type CreateDriveListItemVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        stable.ListItemVersion
}

type DeleteDriveListItemVersionOperationOptions

type DeleteDriveListItemVersionOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteDriveListItemVersionOperationOptions

func DefaultDeleteDriveListItemVersionOperationOptions() DeleteDriveListItemVersionOperationOptions

func (DeleteDriveListItemVersionOperationOptions) ToHeaders

func (DeleteDriveListItemVersionOperationOptions) ToOData

func (DeleteDriveListItemVersionOperationOptions) ToQuery

type DeleteDriveListItemVersionOperationResponse

type DeleteDriveListItemVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type DriveListItemVersionClient

type DriveListItemVersionClient struct {
	Client *msgraph.Client
}

func NewDriveListItemVersionClientWithBaseURI

func NewDriveListItemVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListItemVersionClient, error)

func (DriveListItemVersionClient) CreateDriveListItemVersion

CreateDriveListItemVersion - Create new navigation property to versions for users

func (DriveListItemVersionClient) DeleteDriveListItemVersion

DeleteDriveListItemVersion - Delete navigation property versions for users

func (DriveListItemVersionClient) GetDriveListItemVersion

GetDriveListItemVersion - Get versions from users. The list of previous versions of the list item.

func (DriveListItemVersionClient) GetDriveListItemVersionsCount

GetDriveListItemVersionsCount - Get the number of the resource

func (DriveListItemVersionClient) ListDriveListItemVersions

ListDriveListItemVersions - Get versions from users. The list of previous versions of the list item.

func (DriveListItemVersionClient) ListDriveListItemVersionsComplete

ListDriveListItemVersionsComplete retrieves all the results into a single object

func (DriveListItemVersionClient) ListDriveListItemVersionsCompleteMatchingPredicate

ListDriveListItemVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DriveListItemVersionClient) RestoreDriveListItemVersionVersion

RestoreDriveListItemVersionVersion - Invoke action restoreVersion. Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.

func (DriveListItemVersionClient) UpdateDriveListItemVersion

UpdateDriveListItemVersion - Update the navigation property versions in users

type GetDriveListItemVersionOperationOptions

type GetDriveListItemVersionOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetDriveListItemVersionOperationOptions

func DefaultGetDriveListItemVersionOperationOptions() GetDriveListItemVersionOperationOptions

func (GetDriveListItemVersionOperationOptions) ToHeaders

func (GetDriveListItemVersionOperationOptions) ToOData

func (GetDriveListItemVersionOperationOptions) ToQuery

type GetDriveListItemVersionOperationResponse

type GetDriveListItemVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        stable.ListItemVersion
}

type GetDriveListItemVersionsCountOperationOptions

type GetDriveListItemVersionsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetDriveListItemVersionsCountOperationOptions

func DefaultGetDriveListItemVersionsCountOperationOptions() GetDriveListItemVersionsCountOperationOptions

func (GetDriveListItemVersionsCountOperationOptions) ToHeaders

func (GetDriveListItemVersionsCountOperationOptions) ToOData

func (GetDriveListItemVersionsCountOperationOptions) ToQuery

type GetDriveListItemVersionsCountOperationResponse

type GetDriveListItemVersionsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListDriveListItemVersionsCompleteResult

type ListDriveListItemVersionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.ListItemVersion
}

type ListDriveListItemVersionsCustomPager

type ListDriveListItemVersionsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListDriveListItemVersionsCustomPager) NextPageLink() *odata.Link

type ListDriveListItemVersionsOperationOptions

type ListDriveListItemVersionsOperationOptions 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 DefaultListDriveListItemVersionsOperationOptions

func DefaultListDriveListItemVersionsOperationOptions() ListDriveListItemVersionsOperationOptions

func (ListDriveListItemVersionsOperationOptions) ToHeaders

func (ListDriveListItemVersionsOperationOptions) ToOData

func (ListDriveListItemVersionsOperationOptions) ToQuery

type ListDriveListItemVersionsOperationResponse

type ListDriveListItemVersionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.ListItemVersion
}

type ListItemVersionOperationPredicate

type ListItemVersionOperationPredicate struct {
}

func (ListItemVersionOperationPredicate) Matches

type RestoreDriveListItemVersionVersionOperationOptions

type RestoreDriveListItemVersionVersionOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultRestoreDriveListItemVersionVersionOperationOptions

func DefaultRestoreDriveListItemVersionVersionOperationOptions() RestoreDriveListItemVersionVersionOperationOptions

func (RestoreDriveListItemVersionVersionOperationOptions) ToHeaders

func (RestoreDriveListItemVersionVersionOperationOptions) ToOData

func (RestoreDriveListItemVersionVersionOperationOptions) ToQuery

type RestoreDriveListItemVersionVersionOperationResponse

type RestoreDriveListItemVersionVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type UpdateDriveListItemVersionOperationOptions

type UpdateDriveListItemVersionOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateDriveListItemVersionOperationOptions

func DefaultUpdateDriveListItemVersionOperationOptions() UpdateDriveListItemVersionOperationOptions

func (UpdateDriveListItemVersionOperationOptions) ToHeaders

func (UpdateDriveListItemVersionOperationOptions) ToOData

func (UpdateDriveListItemVersionOperationOptions) ToQuery

type UpdateDriveListItemVersionOperationResponse

type UpdateDriveListItemVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL