drivelistitemdocumentsetversion

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: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDriveListItemDocumentSetVersionOperationOptions

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

func DefaultCreateDriveListItemDocumentSetVersionOperationOptions

func DefaultCreateDriveListItemDocumentSetVersionOperationOptions() CreateDriveListItemDocumentSetVersionOperationOptions

func (CreateDriveListItemDocumentSetVersionOperationOptions) ToHeaders

func (CreateDriveListItemDocumentSetVersionOperationOptions) ToOData

func (CreateDriveListItemDocumentSetVersionOperationOptions) ToQuery

type CreateDriveListItemDocumentSetVersionOperationResponse

type CreateDriveListItemDocumentSetVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DocumentSetVersion
}

type DeleteDriveListItemDocumentSetVersionOperationOptions

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

func DefaultDeleteDriveListItemDocumentSetVersionOperationOptions

func DefaultDeleteDriveListItemDocumentSetVersionOperationOptions() DeleteDriveListItemDocumentSetVersionOperationOptions

func (DeleteDriveListItemDocumentSetVersionOperationOptions) ToHeaders

func (DeleteDriveListItemDocumentSetVersionOperationOptions) ToOData

func (DeleteDriveListItemDocumentSetVersionOperationOptions) ToQuery

type DeleteDriveListItemDocumentSetVersionOperationResponse

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

type DocumentSetVersionOperationPredicate

type DocumentSetVersionOperationPredicate struct {
}

func (DocumentSetVersionOperationPredicate) Matches

type DriveListItemDocumentSetVersionClient

type DriveListItemDocumentSetVersionClient struct {
	Client *msgraph.Client
}

func NewDriveListItemDocumentSetVersionClientWithBaseURI

func NewDriveListItemDocumentSetVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListItemDocumentSetVersionClient, error)

func (DriveListItemDocumentSetVersionClient) CreateDriveListItemDocumentSetVersion

CreateDriveListItemDocumentSetVersion - Create new navigation property to documentSetVersions for groups

func (DriveListItemDocumentSetVersionClient) DeleteDriveListItemDocumentSetVersion

DeleteDriveListItemDocumentSetVersion - Delete navigation property documentSetVersions for groups

func (DriveListItemDocumentSetVersionClient) GetDriveListItemDocumentSetVersion

GetDriveListItemDocumentSetVersion - Get documentSetVersions from groups. Version information for a document set version created by a user.

func (DriveListItemDocumentSetVersionClient) GetDriveListItemDocumentSetVersionsCount

GetDriveListItemDocumentSetVersionsCount - Get the number of the resource

func (DriveListItemDocumentSetVersionClient) ListDriveListItemDocumentSetVersions

ListDriveListItemDocumentSetVersions - Get documentSetVersions from groups. Version information for a document set version created by a user.

func (DriveListItemDocumentSetVersionClient) ListDriveListItemDocumentSetVersionsComplete

ListDriveListItemDocumentSetVersionsComplete retrieves all the results into a single object

func (DriveListItemDocumentSetVersionClient) ListDriveListItemDocumentSetVersionsCompleteMatchingPredicate

ListDriveListItemDocumentSetVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DriveListItemDocumentSetVersionClient) RestoreDriveListItemDocumentSetVersion

RestoreDriveListItemDocumentSetVersion - Invoke action restore. Restore a document set version.

func (DriveListItemDocumentSetVersionClient) UpdateDriveListItemDocumentSetVersion

UpdateDriveListItemDocumentSetVersion - Update the navigation property documentSetVersions in groups

type GetDriveListItemDocumentSetVersionOperationOptions

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

func DefaultGetDriveListItemDocumentSetVersionOperationOptions

func DefaultGetDriveListItemDocumentSetVersionOperationOptions() GetDriveListItemDocumentSetVersionOperationOptions

func (GetDriveListItemDocumentSetVersionOperationOptions) ToHeaders

func (GetDriveListItemDocumentSetVersionOperationOptions) ToOData

func (GetDriveListItemDocumentSetVersionOperationOptions) ToQuery

type GetDriveListItemDocumentSetVersionOperationResponse

type GetDriveListItemDocumentSetVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DocumentSetVersion
}

type GetDriveListItemDocumentSetVersionsCountOperationOptions

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

func (GetDriveListItemDocumentSetVersionsCountOperationOptions) ToHeaders

func (GetDriveListItemDocumentSetVersionsCountOperationOptions) ToOData

func (GetDriveListItemDocumentSetVersionsCountOperationOptions) ToQuery

type GetDriveListItemDocumentSetVersionsCountOperationResponse

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

type ListDriveListItemDocumentSetVersionsCompleteResult

type ListDriveListItemDocumentSetVersionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DocumentSetVersion
}

type ListDriveListItemDocumentSetVersionsCustomPager

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

type ListDriveListItemDocumentSetVersionsOperationOptions

type ListDriveListItemDocumentSetVersionsOperationOptions 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 DefaultListDriveListItemDocumentSetVersionsOperationOptions

func DefaultListDriveListItemDocumentSetVersionsOperationOptions() ListDriveListItemDocumentSetVersionsOperationOptions

func (ListDriveListItemDocumentSetVersionsOperationOptions) ToHeaders

func (ListDriveListItemDocumentSetVersionsOperationOptions) ToOData

func (ListDriveListItemDocumentSetVersionsOperationOptions) ToQuery

type ListDriveListItemDocumentSetVersionsOperationResponse

type ListDriveListItemDocumentSetVersionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DocumentSetVersion
}

type RestoreDriveListItemDocumentSetVersionOperationOptions

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

func DefaultRestoreDriveListItemDocumentSetVersionOperationOptions

func DefaultRestoreDriveListItemDocumentSetVersionOperationOptions() RestoreDriveListItemDocumentSetVersionOperationOptions

func (RestoreDriveListItemDocumentSetVersionOperationOptions) ToHeaders

func (RestoreDriveListItemDocumentSetVersionOperationOptions) ToOData

func (RestoreDriveListItemDocumentSetVersionOperationOptions) ToQuery

type RestoreDriveListItemDocumentSetVersionOperationResponse

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

type UpdateDriveListItemDocumentSetVersionOperationOptions

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

func DefaultUpdateDriveListItemDocumentSetVersionOperationOptions

func DefaultUpdateDriveListItemDocumentSetVersionOperationOptions() UpdateDriveListItemDocumentSetVersionOperationOptions

func (UpdateDriveListItemDocumentSetVersionOperationOptions) ToHeaders

func (UpdateDriveListItemDocumentSetVersionOperationOptions) ToOData

func (UpdateDriveListItemDocumentSetVersionOperationOptions) ToQuery

type UpdateDriveListItemDocumentSetVersionOperationResponse

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