Documentation ¶
Index ¶
- type CreateDriveRootListItemDocumentSetVersionOperationOptions
- type CreateDriveRootListItemDocumentSetVersionOperationResponse
- type DeleteDriveRootListItemDocumentSetVersionOperationOptions
- type DeleteDriveRootListItemDocumentSetVersionOperationResponse
- type DocumentSetVersionOperationPredicate
- type DriveRootListItemDocumentSetVersionClient
- func (c DriveRootListItemDocumentSetVersionClient) CreateDriveRootListItemDocumentSetVersion(ctx context.Context, id beta.UserIdDriveId, input beta.DocumentSetVersion, ...) (result CreateDriveRootListItemDocumentSetVersionOperationResponse, err error)
- func (c DriveRootListItemDocumentSetVersionClient) DeleteDriveRootListItemDocumentSetVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemDocumentSetVersionId, ...) (result DeleteDriveRootListItemDocumentSetVersionOperationResponse, err error)
- func (c DriveRootListItemDocumentSetVersionClient) GetDriveRootListItemDocumentSetVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemDocumentSetVersionId, ...) (result GetDriveRootListItemDocumentSetVersionOperationResponse, err error)
- func (c DriveRootListItemDocumentSetVersionClient) GetDriveRootListItemDocumentSetVersionsCount(ctx context.Context, id beta.UserIdDriveId, ...) (result GetDriveRootListItemDocumentSetVersionsCountOperationResponse, ...)
- func (c DriveRootListItemDocumentSetVersionClient) ListDriveRootListItemDocumentSetVersions(ctx context.Context, id beta.UserIdDriveId, ...) (result ListDriveRootListItemDocumentSetVersionsOperationResponse, err error)
- func (c DriveRootListItemDocumentSetVersionClient) ListDriveRootListItemDocumentSetVersionsComplete(ctx context.Context, id beta.UserIdDriveId, ...) (ListDriveRootListItemDocumentSetVersionsCompleteResult, error)
- func (c DriveRootListItemDocumentSetVersionClient) ListDriveRootListItemDocumentSetVersionsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDriveId, ...) (result ListDriveRootListItemDocumentSetVersionsCompleteResult, err error)
- func (c DriveRootListItemDocumentSetVersionClient) RestoreDriveRootListItemDocumentSetVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemDocumentSetVersionId, ...) (result RestoreDriveRootListItemDocumentSetVersionOperationResponse, err error)
- func (c DriveRootListItemDocumentSetVersionClient) UpdateDriveRootListItemDocumentSetVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemDocumentSetVersionId, ...) (result UpdateDriveRootListItemDocumentSetVersionOperationResponse, err error)
- type GetDriveRootListItemDocumentSetVersionOperationOptions
- type GetDriveRootListItemDocumentSetVersionOperationResponse
- type GetDriveRootListItemDocumentSetVersionsCountOperationOptions
- type GetDriveRootListItemDocumentSetVersionsCountOperationResponse
- type ListDriveRootListItemDocumentSetVersionsCompleteResult
- type ListDriveRootListItemDocumentSetVersionsCustomPager
- type ListDriveRootListItemDocumentSetVersionsOperationOptions
- type ListDriveRootListItemDocumentSetVersionsOperationResponse
- type RestoreDriveRootListItemDocumentSetVersionOperationOptions
- type RestoreDriveRootListItemDocumentSetVersionOperationResponse
- type UpdateDriveRootListItemDocumentSetVersionOperationOptions
- type UpdateDriveRootListItemDocumentSetVersionOperationResponse
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 DefaultCreateDriveRootListItemDocumentSetVersionOperationOptions ¶
func DefaultCreateDriveRootListItemDocumentSetVersionOperationOptions() CreateDriveRootListItemDocumentSetVersionOperationOptions
func (CreateDriveRootListItemDocumentSetVersionOperationOptions) ToHeaders ¶
func (o CreateDriveRootListItemDocumentSetVersionOperationOptions) ToHeaders() *client.Headers
func (CreateDriveRootListItemDocumentSetVersionOperationOptions) ToOData ¶
func (o CreateDriveRootListItemDocumentSetVersionOperationOptions) ToOData() *odata.Query
func (CreateDriveRootListItemDocumentSetVersionOperationOptions) ToQuery ¶
func (o CreateDriveRootListItemDocumentSetVersionOperationOptions) ToQuery() *client.QueryParams
type DeleteDriveRootListItemDocumentSetVersionOperationOptions ¶
type DeleteDriveRootListItemDocumentSetVersionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootListItemDocumentSetVersionOperationOptions ¶
func DefaultDeleteDriveRootListItemDocumentSetVersionOperationOptions() DeleteDriveRootListItemDocumentSetVersionOperationOptions
func (DeleteDriveRootListItemDocumentSetVersionOperationOptions) ToHeaders ¶
func (o DeleteDriveRootListItemDocumentSetVersionOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootListItemDocumentSetVersionOperationOptions) ToOData ¶
func (o DeleteDriveRootListItemDocumentSetVersionOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootListItemDocumentSetVersionOperationOptions) ToQuery ¶
func (o DeleteDriveRootListItemDocumentSetVersionOperationOptions) ToQuery() *client.QueryParams
type DocumentSetVersionOperationPredicate ¶
type DocumentSetVersionOperationPredicate struct { }
func (DocumentSetVersionOperationPredicate) Matches ¶
func (p DocumentSetVersionOperationPredicate) Matches(input beta.DocumentSetVersion) bool
type DriveRootListItemDocumentSetVersionClient ¶
func NewDriveRootListItemDocumentSetVersionClientWithBaseURI ¶
func NewDriveRootListItemDocumentSetVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootListItemDocumentSetVersionClient, error)
func (DriveRootListItemDocumentSetVersionClient) CreateDriveRootListItemDocumentSetVersion ¶
func (c DriveRootListItemDocumentSetVersionClient) CreateDriveRootListItemDocumentSetVersion(ctx context.Context, id beta.UserIdDriveId, input beta.DocumentSetVersion, options CreateDriveRootListItemDocumentSetVersionOperationOptions) (result CreateDriveRootListItemDocumentSetVersionOperationResponse, err error)
CreateDriveRootListItemDocumentSetVersion - Create new navigation property to documentSetVersions for users
func (DriveRootListItemDocumentSetVersionClient) DeleteDriveRootListItemDocumentSetVersion ¶
func (c DriveRootListItemDocumentSetVersionClient) DeleteDriveRootListItemDocumentSetVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemDocumentSetVersionId, options DeleteDriveRootListItemDocumentSetVersionOperationOptions) (result DeleteDriveRootListItemDocumentSetVersionOperationResponse, err error)
DeleteDriveRootListItemDocumentSetVersion - Delete navigation property documentSetVersions for users
func (DriveRootListItemDocumentSetVersionClient) GetDriveRootListItemDocumentSetVersion ¶
func (c DriveRootListItemDocumentSetVersionClient) GetDriveRootListItemDocumentSetVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemDocumentSetVersionId, options GetDriveRootListItemDocumentSetVersionOperationOptions) (result GetDriveRootListItemDocumentSetVersionOperationResponse, err error)
GetDriveRootListItemDocumentSetVersion - Get documentSetVersions from users. Version information for a document set version created by a user.
func (DriveRootListItemDocumentSetVersionClient) GetDriveRootListItemDocumentSetVersionsCount ¶
func (c DriveRootListItemDocumentSetVersionClient) GetDriveRootListItemDocumentSetVersionsCount(ctx context.Context, id beta.UserIdDriveId, options GetDriveRootListItemDocumentSetVersionsCountOperationOptions) (result GetDriveRootListItemDocumentSetVersionsCountOperationResponse, err error)
GetDriveRootListItemDocumentSetVersionsCount - Get the number of the resource
func (DriveRootListItemDocumentSetVersionClient) ListDriveRootListItemDocumentSetVersions ¶
func (c DriveRootListItemDocumentSetVersionClient) ListDriveRootListItemDocumentSetVersions(ctx context.Context, id beta.UserIdDriveId, options ListDriveRootListItemDocumentSetVersionsOperationOptions) (result ListDriveRootListItemDocumentSetVersionsOperationResponse, err error)
ListDriveRootListItemDocumentSetVersions - Get documentSetVersions from users. Version information for a document set version created by a user.
func (DriveRootListItemDocumentSetVersionClient) ListDriveRootListItemDocumentSetVersionsComplete ¶
func (c DriveRootListItemDocumentSetVersionClient) ListDriveRootListItemDocumentSetVersionsComplete(ctx context.Context, id beta.UserIdDriveId, options ListDriveRootListItemDocumentSetVersionsOperationOptions) (ListDriveRootListItemDocumentSetVersionsCompleteResult, error)
ListDriveRootListItemDocumentSetVersionsComplete retrieves all the results into a single object
func (DriveRootListItemDocumentSetVersionClient) ListDriveRootListItemDocumentSetVersionsCompleteMatchingPredicate ¶
func (c DriveRootListItemDocumentSetVersionClient) ListDriveRootListItemDocumentSetVersionsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDriveId, options ListDriveRootListItemDocumentSetVersionsOperationOptions, predicate DocumentSetVersionOperationPredicate) (result ListDriveRootListItemDocumentSetVersionsCompleteResult, err error)
ListDriveRootListItemDocumentSetVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DriveRootListItemDocumentSetVersionClient) RestoreDriveRootListItemDocumentSetVersion ¶
func (c DriveRootListItemDocumentSetVersionClient) RestoreDriveRootListItemDocumentSetVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemDocumentSetVersionId, options RestoreDriveRootListItemDocumentSetVersionOperationOptions) (result RestoreDriveRootListItemDocumentSetVersionOperationResponse, err error)
RestoreDriveRootListItemDocumentSetVersion - Invoke action restore. Restore a document set version.
func (DriveRootListItemDocumentSetVersionClient) UpdateDriveRootListItemDocumentSetVersion ¶
func (c DriveRootListItemDocumentSetVersionClient) UpdateDriveRootListItemDocumentSetVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemDocumentSetVersionId, input beta.DocumentSetVersion, options UpdateDriveRootListItemDocumentSetVersionOperationOptions) (result UpdateDriveRootListItemDocumentSetVersionOperationResponse, err error)
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 (o GetDriveRootListItemDocumentSetVersionOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootListItemDocumentSetVersionOperationOptions) ToOData ¶
func (o GetDriveRootListItemDocumentSetVersionOperationOptions) ToOData() *odata.Query
func (GetDriveRootListItemDocumentSetVersionOperationOptions) ToQuery ¶
func (o GetDriveRootListItemDocumentSetVersionOperationOptions) ToQuery() *client.QueryParams
type GetDriveRootListItemDocumentSetVersionsCountOperationOptions ¶
type GetDriveRootListItemDocumentSetVersionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveRootListItemDocumentSetVersionsCountOperationOptions ¶
func DefaultGetDriveRootListItemDocumentSetVersionsCountOperationOptions() GetDriveRootListItemDocumentSetVersionsCountOperationOptions
func (GetDriveRootListItemDocumentSetVersionsCountOperationOptions) ToHeaders ¶
func (o GetDriveRootListItemDocumentSetVersionsCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootListItemDocumentSetVersionsCountOperationOptions) ToOData ¶
func (o GetDriveRootListItemDocumentSetVersionsCountOperationOptions) ToOData() *odata.Query
func (GetDriveRootListItemDocumentSetVersionsCountOperationOptions) ToQuery ¶
func (o GetDriveRootListItemDocumentSetVersionsCountOperationOptions) ToQuery() *client.QueryParams
type ListDriveRootListItemDocumentSetVersionsCompleteResult ¶
type ListDriveRootListItemDocumentSetVersionsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DocumentSetVersion }
type ListDriveRootListItemDocumentSetVersionsCustomPager ¶
type ListDriveRootListItemDocumentSetVersionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDriveRootListItemDocumentSetVersionsCustomPager) NextPageLink ¶
func (p *ListDriveRootListItemDocumentSetVersionsCustomPager) NextPageLink() *odata.Link
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 DefaultListDriveRootListItemDocumentSetVersionsOperationOptions ¶
func DefaultListDriveRootListItemDocumentSetVersionsOperationOptions() ListDriveRootListItemDocumentSetVersionsOperationOptions
func (ListDriveRootListItemDocumentSetVersionsOperationOptions) ToHeaders ¶
func (o ListDriveRootListItemDocumentSetVersionsOperationOptions) ToHeaders() *client.Headers
func (ListDriveRootListItemDocumentSetVersionsOperationOptions) ToOData ¶
func (o ListDriveRootListItemDocumentSetVersionsOperationOptions) ToOData() *odata.Query
func (ListDriveRootListItemDocumentSetVersionsOperationOptions) ToQuery ¶
func (o ListDriveRootListItemDocumentSetVersionsOperationOptions) ToQuery() *client.QueryParams
type RestoreDriveRootListItemDocumentSetVersionOperationOptions ¶
type RestoreDriveRootListItemDocumentSetVersionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRestoreDriveRootListItemDocumentSetVersionOperationOptions ¶
func DefaultRestoreDriveRootListItemDocumentSetVersionOperationOptions() RestoreDriveRootListItemDocumentSetVersionOperationOptions
func (RestoreDriveRootListItemDocumentSetVersionOperationOptions) ToHeaders ¶
func (o RestoreDriveRootListItemDocumentSetVersionOperationOptions) ToHeaders() *client.Headers
func (RestoreDriveRootListItemDocumentSetVersionOperationOptions) ToOData ¶
func (o RestoreDriveRootListItemDocumentSetVersionOperationOptions) ToOData() *odata.Query
func (RestoreDriveRootListItemDocumentSetVersionOperationOptions) ToQuery ¶
func (o RestoreDriveRootListItemDocumentSetVersionOperationOptions) ToQuery() *client.QueryParams
type UpdateDriveRootListItemDocumentSetVersionOperationOptions ¶
type UpdateDriveRootListItemDocumentSetVersionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveRootListItemDocumentSetVersionOperationOptions ¶
func DefaultUpdateDriveRootListItemDocumentSetVersionOperationOptions() UpdateDriveRootListItemDocumentSetVersionOperationOptions
func (UpdateDriveRootListItemDocumentSetVersionOperationOptions) ToHeaders ¶
func (o UpdateDriveRootListItemDocumentSetVersionOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveRootListItemDocumentSetVersionOperationOptions) ToOData ¶
func (o UpdateDriveRootListItemDocumentSetVersionOperationOptions) ToOData() *odata.Query
func (UpdateDriveRootListItemDocumentSetVersionOperationOptions) ToQuery ¶
func (o UpdateDriveRootListItemDocumentSetVersionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createdriverootlistitemdocumentsetversion.go
- method_deletedriverootlistitemdocumentsetversion.go
- method_getdriverootlistitemdocumentsetversion.go
- method_getdriverootlistitemdocumentsetversionscount.go
- method_listdriverootlistitemdocumentsetversions.go
- method_restoredriverootlistitemdocumentsetversion.go
- method_updatedriverootlistitemdocumentsetversion.go
- predicates.go
- version.go