driverootversion

package
v0.20241128.1084944 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDriveRootVersionOperationOptions

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

func DefaultCreateDriveRootVersionOperationOptions

func DefaultCreateDriveRootVersionOperationOptions() CreateDriveRootVersionOperationOptions

func (CreateDriveRootVersionOperationOptions) ToHeaders

func (CreateDriveRootVersionOperationOptions) ToOData

func (CreateDriveRootVersionOperationOptions) ToQuery

type CreateDriveRootVersionOperationResponse

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

type DeleteDriveRootVersionOperationOptions

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

func DefaultDeleteDriveRootVersionOperationOptions

func DefaultDeleteDriveRootVersionOperationOptions() DeleteDriveRootVersionOperationOptions

func (DeleteDriveRootVersionOperationOptions) ToHeaders

func (DeleteDriveRootVersionOperationOptions) ToOData

func (DeleteDriveRootVersionOperationOptions) ToQuery

type DeleteDriveRootVersionOperationResponse

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

type DriveItemVersionOperationPredicate

type DriveItemVersionOperationPredicate struct {
}

func (DriveItemVersionOperationPredicate) Matches

type DriveRootVersionClient

type DriveRootVersionClient struct {
	Client *msgraph.Client
}

func NewDriveRootVersionClientWithBaseURI

func NewDriveRootVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootVersionClient, error)

func (DriveRootVersionClient) CreateDriveRootVersion

CreateDriveRootVersion - Create new navigation property to versions for me

func (DriveRootVersionClient) DeleteDriveRootVersion

DeleteDriveRootVersion - Delete navigation property versions for me

func (DriveRootVersionClient) GetDriveRootVersion

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

func (DriveRootVersionClient) GetDriveRootVersionsCount

GetDriveRootVersionsCount - Get the number of the resource

func (DriveRootVersionClient) ListDriveRootVersions

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

func (DriveRootVersionClient) ListDriveRootVersionsComplete

ListDriveRootVersionsComplete retrieves all the results into a single object

func (DriveRootVersionClient) ListDriveRootVersionsCompleteMatchingPredicate

func (c DriveRootVersionClient) ListDriveRootVersionsCompleteMatchingPredicate(ctx context.Context, id stable.MeDriveId, options ListDriveRootVersionsOperationOptions, predicate DriveItemVersionOperationPredicate) (result ListDriveRootVersionsCompleteResult, err error)

ListDriveRootVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DriveRootVersionClient) RestoreDriveRootVersionVersion

RestoreDriveRootVersionVersion - 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 (DriveRootVersionClient) UpdateDriveRootVersion

UpdateDriveRootVersion - Update the navigation property versions in me

type GetDriveRootVersionOperationOptions

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

func DefaultGetDriveRootVersionOperationOptions

func DefaultGetDriveRootVersionOperationOptions() GetDriveRootVersionOperationOptions

func (GetDriveRootVersionOperationOptions) ToHeaders

func (GetDriveRootVersionOperationOptions) ToOData

func (GetDriveRootVersionOperationOptions) ToQuery

type GetDriveRootVersionOperationResponse

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

type GetDriveRootVersionsCountOperationOptions

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

func DefaultGetDriveRootVersionsCountOperationOptions

func DefaultGetDriveRootVersionsCountOperationOptions() GetDriveRootVersionsCountOperationOptions

func (GetDriveRootVersionsCountOperationOptions) ToHeaders

func (GetDriveRootVersionsCountOperationOptions) ToOData

func (GetDriveRootVersionsCountOperationOptions) ToQuery

type GetDriveRootVersionsCountOperationResponse

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

type ListDriveRootVersionsCompleteResult

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

type ListDriveRootVersionsCustomPager

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

type ListDriveRootVersionsOperationOptions

type ListDriveRootVersionsOperationOptions 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 DefaultListDriveRootVersionsOperationOptions

func DefaultListDriveRootVersionsOperationOptions() ListDriveRootVersionsOperationOptions

func (ListDriveRootVersionsOperationOptions) ToHeaders

func (ListDriveRootVersionsOperationOptions) ToOData

func (ListDriveRootVersionsOperationOptions) ToQuery

type ListDriveRootVersionsOperationResponse

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

type RestoreDriveRootVersionVersionOperationOptions

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

func DefaultRestoreDriveRootVersionVersionOperationOptions

func DefaultRestoreDriveRootVersionVersionOperationOptions() RestoreDriveRootVersionVersionOperationOptions

func (RestoreDriveRootVersionVersionOperationOptions) ToHeaders

func (RestoreDriveRootVersionVersionOperationOptions) ToOData

func (RestoreDriveRootVersionVersionOperationOptions) ToQuery

type RestoreDriveRootVersionVersionOperationResponse

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

type UpdateDriveRootVersionOperationOptions

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

func DefaultUpdateDriveRootVersionOperationOptions

func DefaultUpdateDriveRootVersionOperationOptions() UpdateDriveRootVersionOperationOptions

func (UpdateDriveRootVersionOperationOptions) ToHeaders

func (UpdateDriveRootVersionOperationOptions) ToOData

func (UpdateDriveRootVersionOperationOptions) ToQuery

type UpdateDriveRootVersionOperationResponse

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