driveitemlistitemversion

package
v0.20241009.1142232 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 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 CreateDriveItemListItemVersionOperationOptions

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

func DefaultCreateDriveItemListItemVersionOperationOptions

func DefaultCreateDriveItemListItemVersionOperationOptions() CreateDriveItemListItemVersionOperationOptions

func (CreateDriveItemListItemVersionOperationOptions) ToHeaders

func (CreateDriveItemListItemVersionOperationOptions) ToOData

func (CreateDriveItemListItemVersionOperationOptions) ToQuery

type CreateDriveItemListItemVersionOperationResponse

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

type DeleteDriveItemListItemVersionOperationOptions

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

func DefaultDeleteDriveItemListItemVersionOperationOptions

func DefaultDeleteDriveItemListItemVersionOperationOptions() DeleteDriveItemListItemVersionOperationOptions

func (DeleteDriveItemListItemVersionOperationOptions) ToHeaders

func (DeleteDriveItemListItemVersionOperationOptions) ToOData

func (DeleteDriveItemListItemVersionOperationOptions) ToQuery

type DeleteDriveItemListItemVersionOperationResponse

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

type DriveItemListItemVersionClient

type DriveItemListItemVersionClient struct {
	Client *msgraph.Client
}

func NewDriveItemListItemVersionClientWithBaseURI

func NewDriveItemListItemVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemListItemVersionClient, error)

func (DriveItemListItemVersionClient) CreateDriveItemListItemVersion

CreateDriveItemListItemVersion - Create new navigation property to versions for users

func (DriveItemListItemVersionClient) DeleteDriveItemListItemVersion

DeleteDriveItemListItemVersion - Delete navigation property versions for users

func (DriveItemListItemVersionClient) GetDriveItemListItemVersion

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

func (DriveItemListItemVersionClient) GetDriveItemListItemVersionsCount

GetDriveItemListItemVersionsCount - Get the number of the resource

func (DriveItemListItemVersionClient) ListDriveItemListItemVersions

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

func (DriveItemListItemVersionClient) ListDriveItemListItemVersionsComplete

ListDriveItemListItemVersionsComplete retrieves all the results into a single object

func (DriveItemListItemVersionClient) ListDriveItemListItemVersionsCompleteMatchingPredicate

ListDriveItemListItemVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DriveItemListItemVersionClient) RestoreDriveItemListItemVersionVersion

RestoreDriveItemListItemVersionVersion - Invoke action restoreVersion

func (DriveItemListItemVersionClient) UpdateDriveItemListItemVersion

UpdateDriveItemListItemVersion - Update the navigation property versions in users

type GetDriveItemListItemVersionOperationOptions

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

func DefaultGetDriveItemListItemVersionOperationOptions

func DefaultGetDriveItemListItemVersionOperationOptions() GetDriveItemListItemVersionOperationOptions

func (GetDriveItemListItemVersionOperationOptions) ToHeaders

func (GetDriveItemListItemVersionOperationOptions) ToOData

func (GetDriveItemListItemVersionOperationOptions) ToQuery

type GetDriveItemListItemVersionOperationResponse

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

type GetDriveItemListItemVersionsCountOperationOptions

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

func DefaultGetDriveItemListItemVersionsCountOperationOptions

func DefaultGetDriveItemListItemVersionsCountOperationOptions() GetDriveItemListItemVersionsCountOperationOptions

func (GetDriveItemListItemVersionsCountOperationOptions) ToHeaders

func (GetDriveItemListItemVersionsCountOperationOptions) ToOData

func (GetDriveItemListItemVersionsCountOperationOptions) ToQuery

type GetDriveItemListItemVersionsCountOperationResponse

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

type ListDriveItemListItemVersionsCompleteResult

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

type ListDriveItemListItemVersionsCustomPager

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

type ListDriveItemListItemVersionsOperationOptions

type ListDriveItemListItemVersionsOperationOptions 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 DefaultListDriveItemListItemVersionsOperationOptions

func DefaultListDriveItemListItemVersionsOperationOptions() ListDriveItemListItemVersionsOperationOptions

func (ListDriveItemListItemVersionsOperationOptions) ToHeaders

func (ListDriveItemListItemVersionsOperationOptions) ToOData

func (ListDriveItemListItemVersionsOperationOptions) ToQuery

type ListDriveItemListItemVersionsOperationResponse

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

type ListItemVersionOperationPredicate

type ListItemVersionOperationPredicate struct {
}

func (ListItemVersionOperationPredicate) Matches

type RestoreDriveItemListItemVersionVersionOperationOptions

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

func DefaultRestoreDriveItemListItemVersionVersionOperationOptions

func DefaultRestoreDriveItemListItemVersionVersionOperationOptions() RestoreDriveItemListItemVersionVersionOperationOptions

func (RestoreDriveItemListItemVersionVersionOperationOptions) ToHeaders

func (RestoreDriveItemListItemVersionVersionOperationOptions) ToOData

func (RestoreDriveItemListItemVersionVersionOperationOptions) ToQuery

type RestoreDriveItemListItemVersionVersionOperationResponse

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

type UpdateDriveItemListItemVersionOperationOptions

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

func DefaultUpdateDriveItemListItemVersionOperationOptions

func DefaultUpdateDriveItemListItemVersionOperationOptions() UpdateDriveItemListItemVersionOperationOptions

func (UpdateDriveItemListItemVersionOperationOptions) ToHeaders

func (UpdateDriveItemListItemVersionOperationOptions) ToOData

func (UpdateDriveItemListItemVersionOperationOptions) ToQuery

type UpdateDriveItemListItemVersionOperationResponse

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