driverootlistitemdocumentsetversion

package
v0.20241021.1074254 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 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 CreateDriveRootListItemDocumentSetVersionOperationOptions

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

func (CreateDriveRootListItemDocumentSetVersionOperationOptions) ToHeaders

func (CreateDriveRootListItemDocumentSetVersionOperationOptions) ToOData

func (CreateDriveRootListItemDocumentSetVersionOperationOptions) ToQuery

type CreateDriveRootListItemDocumentSetVersionOperationResponse

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

type DeleteDriveRootListItemDocumentSetVersionOperationOptions

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

func (DeleteDriveRootListItemDocumentSetVersionOperationOptions) ToHeaders

func (DeleteDriveRootListItemDocumentSetVersionOperationOptions) ToOData

func (DeleteDriveRootListItemDocumentSetVersionOperationOptions) ToQuery

type DeleteDriveRootListItemDocumentSetVersionOperationResponse

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

type DocumentSetVersionOperationPredicate

type DocumentSetVersionOperationPredicate struct {
}

func (DocumentSetVersionOperationPredicate) Matches

type DriveRootListItemDocumentSetVersionClient

type DriveRootListItemDocumentSetVersionClient struct {
	Client *msgraph.Client
}

func NewDriveRootListItemDocumentSetVersionClientWithBaseURI

func NewDriveRootListItemDocumentSetVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootListItemDocumentSetVersionClient, error)

func (DriveRootListItemDocumentSetVersionClient) CreateDriveRootListItemDocumentSetVersion

CreateDriveRootListItemDocumentSetVersion - Create new navigation property to documentSetVersions for users

func (DriveRootListItemDocumentSetVersionClient) DeleteDriveRootListItemDocumentSetVersion

DeleteDriveRootListItemDocumentSetVersion - Delete navigation property documentSetVersions for users

func (DriveRootListItemDocumentSetVersionClient) GetDriveRootListItemDocumentSetVersion

GetDriveRootListItemDocumentSetVersion - Get documentSetVersions from users. Version information for a document set version created by a user.

func (DriveRootListItemDocumentSetVersionClient) GetDriveRootListItemDocumentSetVersionsCount

GetDriveRootListItemDocumentSetVersionsCount - Get the number of the resource

func (DriveRootListItemDocumentSetVersionClient) ListDriveRootListItemDocumentSetVersions

ListDriveRootListItemDocumentSetVersions - Get documentSetVersions from users. Version information for a document set version created by a user.

func (DriveRootListItemDocumentSetVersionClient) ListDriveRootListItemDocumentSetVersionsComplete

ListDriveRootListItemDocumentSetVersionsComplete retrieves all the results into a single object

func (DriveRootListItemDocumentSetVersionClient) ListDriveRootListItemDocumentSetVersionsCompleteMatchingPredicate

ListDriveRootListItemDocumentSetVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DriveRootListItemDocumentSetVersionClient) RestoreDriveRootListItemDocumentSetVersion

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

func (DriveRootListItemDocumentSetVersionClient) UpdateDriveRootListItemDocumentSetVersion

UpdateDriveRootListItemDocumentSetVersion - Update the navigation property documentSetVersions in users

type GetDriveRootListItemDocumentSetVersionOperationOptions

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

func DefaultGetDriveRootListItemDocumentSetVersionOperationOptions

func DefaultGetDriveRootListItemDocumentSetVersionOperationOptions() GetDriveRootListItemDocumentSetVersionOperationOptions

func (GetDriveRootListItemDocumentSetVersionOperationOptions) ToHeaders

func (GetDriveRootListItemDocumentSetVersionOperationOptions) ToOData

func (GetDriveRootListItemDocumentSetVersionOperationOptions) ToQuery

type GetDriveRootListItemDocumentSetVersionOperationResponse

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

type GetDriveRootListItemDocumentSetVersionsCountOperationOptions

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

func (GetDriveRootListItemDocumentSetVersionsCountOperationOptions) ToHeaders

func (GetDriveRootListItemDocumentSetVersionsCountOperationOptions) ToOData

func (GetDriveRootListItemDocumentSetVersionsCountOperationOptions) ToQuery

type GetDriveRootListItemDocumentSetVersionsCountOperationResponse

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

type ListDriveRootListItemDocumentSetVersionsCompleteResult

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

type ListDriveRootListItemDocumentSetVersionsCustomPager

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

type ListDriveRootListItemDocumentSetVersionsOperationOptions

type ListDriveRootListItemDocumentSetVersionsOperationOptions 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 (ListDriveRootListItemDocumentSetVersionsOperationOptions) ToHeaders

func (ListDriveRootListItemDocumentSetVersionsOperationOptions) ToOData

func (ListDriveRootListItemDocumentSetVersionsOperationOptions) ToQuery

type ListDriveRootListItemDocumentSetVersionsOperationResponse

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

type RestoreDriveRootListItemDocumentSetVersionOperationOptions

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

func (RestoreDriveRootListItemDocumentSetVersionOperationOptions) ToHeaders

func (RestoreDriveRootListItemDocumentSetVersionOperationOptions) ToOData

func (RestoreDriveRootListItemDocumentSetVersionOperationOptions) ToQuery

type RestoreDriveRootListItemDocumentSetVersionOperationResponse

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

type UpdateDriveRootListItemDocumentSetVersionOperationOptions

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

func (UpdateDriveRootListItemDocumentSetVersionOperationOptions) ToHeaders

func (UpdateDriveRootListItemDocumentSetVersionOperationOptions) ToOData

func (UpdateDriveRootListItemDocumentSetVersionOperationOptions) ToQuery

type UpdateDriveRootListItemDocumentSetVersionOperationResponse

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