sitelistitemdocumentsetversion

package
v0.20241023.1122425 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 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 CreateSiteListItemDocumentSetVersionOperationOptions

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

func DefaultCreateSiteListItemDocumentSetVersionOperationOptions

func DefaultCreateSiteListItemDocumentSetVersionOperationOptions() CreateSiteListItemDocumentSetVersionOperationOptions

func (CreateSiteListItemDocumentSetVersionOperationOptions) ToHeaders

func (CreateSiteListItemDocumentSetVersionOperationOptions) ToOData

func (CreateSiteListItemDocumentSetVersionOperationOptions) ToQuery

type CreateSiteListItemDocumentSetVersionOperationResponse

type CreateSiteListItemDocumentSetVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.DocumentSetVersion
}

type DeleteSiteListItemDocumentSetVersionOperationOptions

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

func DefaultDeleteSiteListItemDocumentSetVersionOperationOptions

func DefaultDeleteSiteListItemDocumentSetVersionOperationOptions() DeleteSiteListItemDocumentSetVersionOperationOptions

func (DeleteSiteListItemDocumentSetVersionOperationOptions) ToHeaders

func (DeleteSiteListItemDocumentSetVersionOperationOptions) ToOData

func (DeleteSiteListItemDocumentSetVersionOperationOptions) ToQuery

type DeleteSiteListItemDocumentSetVersionOperationResponse

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

type DocumentSetVersionOperationPredicate

type DocumentSetVersionOperationPredicate struct {
}

func (DocumentSetVersionOperationPredicate) Matches

type GetSiteListItemDocumentSetVersionOperationOptions

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

func DefaultGetSiteListItemDocumentSetVersionOperationOptions

func DefaultGetSiteListItemDocumentSetVersionOperationOptions() GetSiteListItemDocumentSetVersionOperationOptions

func (GetSiteListItemDocumentSetVersionOperationOptions) ToHeaders

func (GetSiteListItemDocumentSetVersionOperationOptions) ToOData

func (GetSiteListItemDocumentSetVersionOperationOptions) ToQuery

type GetSiteListItemDocumentSetVersionOperationResponse

type GetSiteListItemDocumentSetVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.DocumentSetVersion
}

type GetSiteListItemDocumentSetVersionsCountOperationOptions

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

func (GetSiteListItemDocumentSetVersionsCountOperationOptions) ToHeaders

func (GetSiteListItemDocumentSetVersionsCountOperationOptions) ToOData

func (GetSiteListItemDocumentSetVersionsCountOperationOptions) ToQuery

type GetSiteListItemDocumentSetVersionsCountOperationResponse

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

type ListSiteListItemDocumentSetVersionsCompleteResult

type ListSiteListItemDocumentSetVersionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.DocumentSetVersion
}

type ListSiteListItemDocumentSetVersionsCustomPager

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

type ListSiteListItemDocumentSetVersionsOperationOptions

type ListSiteListItemDocumentSetVersionsOperationOptions 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 DefaultListSiteListItemDocumentSetVersionsOperationOptions

func DefaultListSiteListItemDocumentSetVersionsOperationOptions() ListSiteListItemDocumentSetVersionsOperationOptions

func (ListSiteListItemDocumentSetVersionsOperationOptions) ToHeaders

func (ListSiteListItemDocumentSetVersionsOperationOptions) ToOData

func (ListSiteListItemDocumentSetVersionsOperationOptions) ToQuery

type ListSiteListItemDocumentSetVersionsOperationResponse

type ListSiteListItemDocumentSetVersionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.DocumentSetVersion
}

type RestoreSiteListItemDocumentSetVersionOperationOptions

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

func DefaultRestoreSiteListItemDocumentSetVersionOperationOptions

func DefaultRestoreSiteListItemDocumentSetVersionOperationOptions() RestoreSiteListItemDocumentSetVersionOperationOptions

func (RestoreSiteListItemDocumentSetVersionOperationOptions) ToHeaders

func (RestoreSiteListItemDocumentSetVersionOperationOptions) ToOData

func (RestoreSiteListItemDocumentSetVersionOperationOptions) ToQuery

type RestoreSiteListItemDocumentSetVersionOperationResponse

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

type SiteListItemDocumentSetVersionClient

type SiteListItemDocumentSetVersionClient struct {
	Client *msgraph.Client
}

func NewSiteListItemDocumentSetVersionClientWithBaseURI

func NewSiteListItemDocumentSetVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteListItemDocumentSetVersionClient, error)

func (SiteListItemDocumentSetVersionClient) CreateSiteListItemDocumentSetVersion

CreateSiteListItemDocumentSetVersion - Create new navigation property to documentSetVersions for groups

func (SiteListItemDocumentSetVersionClient) DeleteSiteListItemDocumentSetVersion

DeleteSiteListItemDocumentSetVersion - Delete navigation property documentSetVersions for groups

func (SiteListItemDocumentSetVersionClient) GetSiteListItemDocumentSetVersion

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

func (SiteListItemDocumentSetVersionClient) GetSiteListItemDocumentSetVersionsCount

GetSiteListItemDocumentSetVersionsCount - Get the number of the resource

func (SiteListItemDocumentSetVersionClient) ListSiteListItemDocumentSetVersions

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

func (SiteListItemDocumentSetVersionClient) ListSiteListItemDocumentSetVersionsComplete

ListSiteListItemDocumentSetVersionsComplete retrieves all the results into a single object

func (SiteListItemDocumentSetVersionClient) ListSiteListItemDocumentSetVersionsCompleteMatchingPredicate

ListSiteListItemDocumentSetVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (SiteListItemDocumentSetVersionClient) RestoreSiteListItemDocumentSetVersion

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

func (SiteListItemDocumentSetVersionClient) UpdateSiteListItemDocumentSetVersion

UpdateSiteListItemDocumentSetVersion - Update the navigation property documentSetVersions in groups

type UpdateSiteListItemDocumentSetVersionOperationOptions

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

func DefaultUpdateSiteListItemDocumentSetVersionOperationOptions

func DefaultUpdateSiteListItemDocumentSetVersionOperationOptions() UpdateSiteListItemDocumentSetVersionOperationOptions

func (UpdateSiteListItemDocumentSetVersionOperationOptions) ToHeaders

func (UpdateSiteListItemDocumentSetVersionOperationOptions) ToOData

func (UpdateSiteListItemDocumentSetVersionOperationOptions) ToQuery

type UpdateSiteListItemDocumentSetVersionOperationResponse

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