driverootlistitemversion

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 CreateDriveRootListItemVersionOperationOptions

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

func DefaultCreateDriveRootListItemVersionOperationOptions

func DefaultCreateDriveRootListItemVersionOperationOptions() CreateDriveRootListItemVersionOperationOptions

func (CreateDriveRootListItemVersionOperationOptions) ToHeaders

func (CreateDriveRootListItemVersionOperationOptions) ToOData

func (CreateDriveRootListItemVersionOperationOptions) ToQuery

type CreateDriveRootListItemVersionOperationResponse

type CreateDriveRootListItemVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.ListItemVersion
}

type DeleteDriveRootListItemVersionOperationOptions

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

func DefaultDeleteDriveRootListItemVersionOperationOptions

func DefaultDeleteDriveRootListItemVersionOperationOptions() DeleteDriveRootListItemVersionOperationOptions

func (DeleteDriveRootListItemVersionOperationOptions) ToHeaders

func (DeleteDriveRootListItemVersionOperationOptions) ToOData

func (DeleteDriveRootListItemVersionOperationOptions) ToQuery

type DeleteDriveRootListItemVersionOperationResponse

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

type DriveRootListItemVersionClient

type DriveRootListItemVersionClient struct {
	Client *msgraph.Client
}

func NewDriveRootListItemVersionClientWithBaseURI

func NewDriveRootListItemVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootListItemVersionClient, error)

func (DriveRootListItemVersionClient) CreateDriveRootListItemVersion

CreateDriveRootListItemVersion - Create new navigation property to versions for users

func (DriveRootListItemVersionClient) DeleteDriveRootListItemVersion

DeleteDriveRootListItemVersion - Delete navigation property versions for users

func (DriveRootListItemVersionClient) GetDriveRootListItemVersion

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

func (DriveRootListItemVersionClient) GetDriveRootListItemVersionsCount

GetDriveRootListItemVersionsCount - Get the number of the resource

func (DriveRootListItemVersionClient) ListDriveRootListItemVersions

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

func (DriveRootListItemVersionClient) ListDriveRootListItemVersionsComplete

ListDriveRootListItemVersionsComplete retrieves all the results into a single object

func (DriveRootListItemVersionClient) ListDriveRootListItemVersionsCompleteMatchingPredicate

ListDriveRootListItemVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DriveRootListItemVersionClient) RestoreDriveRootListItemVersionVersion

RestoreDriveRootListItemVersionVersion - Invoke action restoreVersion

func (DriveRootListItemVersionClient) UpdateDriveRootListItemVersion

UpdateDriveRootListItemVersion - Update the navigation property versions in users

type GetDriveRootListItemVersionOperationOptions

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

func DefaultGetDriveRootListItemVersionOperationOptions

func DefaultGetDriveRootListItemVersionOperationOptions() GetDriveRootListItemVersionOperationOptions

func (GetDriveRootListItemVersionOperationOptions) ToHeaders

func (GetDriveRootListItemVersionOperationOptions) ToOData

func (GetDriveRootListItemVersionOperationOptions) ToQuery

type GetDriveRootListItemVersionOperationResponse

type GetDriveRootListItemVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.ListItemVersion
}

type GetDriveRootListItemVersionsCountOperationOptions

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

func DefaultGetDriveRootListItemVersionsCountOperationOptions

func DefaultGetDriveRootListItemVersionsCountOperationOptions() GetDriveRootListItemVersionsCountOperationOptions

func (GetDriveRootListItemVersionsCountOperationOptions) ToHeaders

func (GetDriveRootListItemVersionsCountOperationOptions) ToOData

func (GetDriveRootListItemVersionsCountOperationOptions) ToQuery

type GetDriveRootListItemVersionsCountOperationResponse

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

type ListDriveRootListItemVersionsCompleteResult

type ListDriveRootListItemVersionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.ListItemVersion
}

type ListDriveRootListItemVersionsCustomPager

type ListDriveRootListItemVersionsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListDriveRootListItemVersionsOperationOptions

type ListDriveRootListItemVersionsOperationOptions 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 DefaultListDriveRootListItemVersionsOperationOptions

func DefaultListDriveRootListItemVersionsOperationOptions() ListDriveRootListItemVersionsOperationOptions

func (ListDriveRootListItemVersionsOperationOptions) ToHeaders

func (ListDriveRootListItemVersionsOperationOptions) ToOData

func (ListDriveRootListItemVersionsOperationOptions) ToQuery

type ListDriveRootListItemVersionsOperationResponse

type ListDriveRootListItemVersionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.ListItemVersion
}

type ListItemVersionOperationPredicate

type ListItemVersionOperationPredicate struct {
}

func (ListItemVersionOperationPredicate) Matches

type RestoreDriveRootListItemVersionVersionOperationOptions

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

func DefaultRestoreDriveRootListItemVersionVersionOperationOptions

func DefaultRestoreDriveRootListItemVersionVersionOperationOptions() RestoreDriveRootListItemVersionVersionOperationOptions

func (RestoreDriveRootListItemVersionVersionOperationOptions) ToHeaders

func (RestoreDriveRootListItemVersionVersionOperationOptions) ToOData

func (RestoreDriveRootListItemVersionVersionOperationOptions) ToQuery

type RestoreDriveRootListItemVersionVersionOperationResponse

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

type UpdateDriveRootListItemVersionOperationOptions

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

func DefaultUpdateDriveRootListItemVersionOperationOptions

func DefaultUpdateDriveRootListItemVersionOperationOptions() UpdateDriveRootListItemVersionOperationOptions

func (UpdateDriveRootListItemVersionOperationOptions) ToHeaders

func (UpdateDriveRootListItemVersionOperationOptions) ToOData

func (UpdateDriveRootListItemVersionOperationOptions) ToQuery

type UpdateDriveRootListItemVersionOperationResponse

type UpdateDriveRootListItemVersionOperationResponse 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