driveitemversion

package
v0.20241104.1140654 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDriveItemVersionOperationOptions

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

func DefaultCreateDriveItemVersionOperationOptions

func DefaultCreateDriveItemVersionOperationOptions() CreateDriveItemVersionOperationOptions

func (CreateDriveItemVersionOperationOptions) ToHeaders

func (CreateDriveItemVersionOperationOptions) ToOData

func (CreateDriveItemVersionOperationOptions) ToQuery

type CreateDriveItemVersionOperationResponse

type CreateDriveItemVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.DriveItemVersion
}

type DeleteDriveItemVersionOperationOptions

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

func DefaultDeleteDriveItemVersionOperationOptions

func DefaultDeleteDriveItemVersionOperationOptions() DeleteDriveItemVersionOperationOptions

func (DeleteDriveItemVersionOperationOptions) ToHeaders

func (DeleteDriveItemVersionOperationOptions) ToOData

func (DeleteDriveItemVersionOperationOptions) ToQuery

type DeleteDriveItemVersionOperationResponse

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

type DriveItemVersionClient

type DriveItemVersionClient struct {
	Client *msgraph.Client
}

func NewDriveItemVersionClientWithBaseURI

func NewDriveItemVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemVersionClient, error)

func (DriveItemVersionClient) CreateDriveItemVersion

CreateDriveItemVersion - Create new navigation property to versions for groups

func (DriveItemVersionClient) DeleteDriveItemVersion

DeleteDriveItemVersion - Delete navigation property versions for groups

func (DriveItemVersionClient) GetDriveItemVersion

GetDriveItemVersion - Get versions from groups. The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.

func (DriveItemVersionClient) GetDriveItemVersionsCount

GetDriveItemVersionsCount - Get the number of the resource

func (DriveItemVersionClient) ListDriveItemVersions

ListDriveItemVersions - Get versions from groups. The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.

func (DriveItemVersionClient) ListDriveItemVersionsComplete

ListDriveItemVersionsComplete retrieves all the results into a single object

func (DriveItemVersionClient) ListDriveItemVersionsCompleteMatchingPredicate

ListDriveItemVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DriveItemVersionClient) RestoreDriveItemVersionVersion

RestoreDriveItemVersionVersion - Invoke action restoreVersion. Restore a previous version of a DriveItem 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 file.

func (DriveItemVersionClient) UpdateDriveItemVersion

UpdateDriveItemVersion - Update the navigation property versions in groups

type DriveItemVersionOperationPredicate

type DriveItemVersionOperationPredicate struct {
}

func (DriveItemVersionOperationPredicate) Matches

type GetDriveItemVersionOperationOptions

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

func DefaultGetDriveItemVersionOperationOptions

func DefaultGetDriveItemVersionOperationOptions() GetDriveItemVersionOperationOptions

func (GetDriveItemVersionOperationOptions) ToHeaders

func (GetDriveItemVersionOperationOptions) ToOData

func (GetDriveItemVersionOperationOptions) ToQuery

type GetDriveItemVersionOperationResponse

type GetDriveItemVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.DriveItemVersion
}

type GetDriveItemVersionsCountOperationOptions

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

func DefaultGetDriveItemVersionsCountOperationOptions

func DefaultGetDriveItemVersionsCountOperationOptions() GetDriveItemVersionsCountOperationOptions

func (GetDriveItemVersionsCountOperationOptions) ToHeaders

func (GetDriveItemVersionsCountOperationOptions) ToOData

func (GetDriveItemVersionsCountOperationOptions) ToQuery

type GetDriveItemVersionsCountOperationResponse

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

type ListDriveItemVersionsCompleteResult

type ListDriveItemVersionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.DriveItemVersion
}

type ListDriveItemVersionsCustomPager

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

type ListDriveItemVersionsOperationOptions

type ListDriveItemVersionsOperationOptions 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 DefaultListDriveItemVersionsOperationOptions

func DefaultListDriveItemVersionsOperationOptions() ListDriveItemVersionsOperationOptions

func (ListDriveItemVersionsOperationOptions) ToHeaders

func (ListDriveItemVersionsOperationOptions) ToOData

func (ListDriveItemVersionsOperationOptions) ToQuery

type ListDriveItemVersionsOperationResponse

type ListDriveItemVersionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.DriveItemVersion
}

type RestoreDriveItemVersionVersionOperationOptions

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

func DefaultRestoreDriveItemVersionVersionOperationOptions

func DefaultRestoreDriveItemVersionVersionOperationOptions() RestoreDriveItemVersionVersionOperationOptions

func (RestoreDriveItemVersionVersionOperationOptions) ToHeaders

func (RestoreDriveItemVersionVersionOperationOptions) ToOData

func (RestoreDriveItemVersionVersionOperationOptions) ToQuery

type RestoreDriveItemVersionVersionOperationResponse

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

type UpdateDriveItemVersionOperationOptions

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

func DefaultUpdateDriveItemVersionOperationOptions

func DefaultUpdateDriveItemVersionOperationOptions() UpdateDriveItemVersionOperationOptions

func (UpdateDriveItemVersionOperationOptions) ToHeaders

func (UpdateDriveItemVersionOperationOptions) ToOData

func (UpdateDriveItemVersionOperationOptions) ToQuery

type UpdateDriveItemVersionOperationResponse

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