driveitemlistitemdocumentsetversion

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDriveItemListItemDocumentSetVersionOperationOptions

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

func (CreateDriveItemListItemDocumentSetVersionOperationOptions) ToHeaders

func (CreateDriveItemListItemDocumentSetVersionOperationOptions) ToOData

func (CreateDriveItemListItemDocumentSetVersionOperationOptions) ToQuery

type CreateDriveItemListItemDocumentSetVersionOperationResponse

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

type DeleteDriveItemListItemDocumentSetVersionOperationOptions

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

func (DeleteDriveItemListItemDocumentSetVersionOperationOptions) ToHeaders

func (DeleteDriveItemListItemDocumentSetVersionOperationOptions) ToOData

func (DeleteDriveItemListItemDocumentSetVersionOperationOptions) ToQuery

type DeleteDriveItemListItemDocumentSetVersionOperationResponse

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

type DocumentSetVersionOperationPredicate

type DocumentSetVersionOperationPredicate struct {
}

func (DocumentSetVersionOperationPredicate) Matches

type DriveItemListItemDocumentSetVersionClient

type DriveItemListItemDocumentSetVersionClient struct {
	Client *msgraph.Client
}

func NewDriveItemListItemDocumentSetVersionClientWithBaseURI

func NewDriveItemListItemDocumentSetVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemListItemDocumentSetVersionClient, error)

func (DriveItemListItemDocumentSetVersionClient) CreateDriveItemListItemDocumentSetVersion

CreateDriveItemListItemDocumentSetVersion - Create new navigation property to documentSetVersions for groups

func (DriveItemListItemDocumentSetVersionClient) DeleteDriveItemListItemDocumentSetVersion

DeleteDriveItemListItemDocumentSetVersion - Delete navigation property documentSetVersions for groups

func (DriveItemListItemDocumentSetVersionClient) GetDriveItemListItemDocumentSetVersion

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

func (DriveItemListItemDocumentSetVersionClient) GetDriveItemListItemDocumentSetVersionsCount

GetDriveItemListItemDocumentSetVersionsCount - Get the number of the resource

func (DriveItemListItemDocumentSetVersionClient) ListDriveItemListItemDocumentSetVersions

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

func (DriveItemListItemDocumentSetVersionClient) ListDriveItemListItemDocumentSetVersionsComplete

ListDriveItemListItemDocumentSetVersionsComplete retrieves all the results into a single object

func (DriveItemListItemDocumentSetVersionClient) ListDriveItemListItemDocumentSetVersionsCompleteMatchingPredicate

ListDriveItemListItemDocumentSetVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DriveItemListItemDocumentSetVersionClient) RestoreDriveItemListItemDocumentSetVersion

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

func (DriveItemListItemDocumentSetVersionClient) UpdateDriveItemListItemDocumentSetVersion

UpdateDriveItemListItemDocumentSetVersion - Update the navigation property documentSetVersions in groups

type GetDriveItemListItemDocumentSetVersionOperationOptions

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

func DefaultGetDriveItemListItemDocumentSetVersionOperationOptions

func DefaultGetDriveItemListItemDocumentSetVersionOperationOptions() GetDriveItemListItemDocumentSetVersionOperationOptions

func (GetDriveItemListItemDocumentSetVersionOperationOptions) ToHeaders

func (GetDriveItemListItemDocumentSetVersionOperationOptions) ToOData

func (GetDriveItemListItemDocumentSetVersionOperationOptions) ToQuery

type GetDriveItemListItemDocumentSetVersionOperationResponse

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

type GetDriveItemListItemDocumentSetVersionsCountOperationOptions

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

func (GetDriveItemListItemDocumentSetVersionsCountOperationOptions) ToHeaders

func (GetDriveItemListItemDocumentSetVersionsCountOperationOptions) ToOData

func (GetDriveItemListItemDocumentSetVersionsCountOperationOptions) ToQuery

type GetDriveItemListItemDocumentSetVersionsCountOperationResponse

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

type ListDriveItemListItemDocumentSetVersionsCompleteResult

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

type ListDriveItemListItemDocumentSetVersionsCustomPager

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

type ListDriveItemListItemDocumentSetVersionsOperationOptions

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

func (ListDriveItemListItemDocumentSetVersionsOperationOptions) ToOData

func (ListDriveItemListItemDocumentSetVersionsOperationOptions) ToQuery

type ListDriveItemListItemDocumentSetVersionsOperationResponse

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

type RestoreDriveItemListItemDocumentSetVersionOperationOptions

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

func (RestoreDriveItemListItemDocumentSetVersionOperationOptions) ToHeaders

func (RestoreDriveItemListItemDocumentSetVersionOperationOptions) ToOData

func (RestoreDriveItemListItemDocumentSetVersionOperationOptions) ToQuery

type RestoreDriveItemListItemDocumentSetVersionOperationResponse

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

type UpdateDriveItemListItemDocumentSetVersionOperationOptions

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

func (UpdateDriveItemListItemDocumentSetVersionOperationOptions) ToHeaders

func (UpdateDriveItemListItemDocumentSetVersionOperationOptions) ToOData

func (UpdateDriveItemListItemDocumentSetVersionOperationOptions) ToQuery

type UpdateDriveItemListItemDocumentSetVersionOperationResponse

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