Documentation ¶
Index ¶
- type CreateDriveRootListItemVersionOperationOptions
- type CreateDriveRootListItemVersionOperationResponse
- type DeleteDriveRootListItemVersionOperationOptions
- type DeleteDriveRootListItemVersionOperationResponse
- type DriveRootListItemVersionClient
- func (c DriveRootListItemVersionClient) CreateDriveRootListItemVersion(ctx context.Context, id beta.UserIdDriveId, input beta.ListItemVersion, ...) (result CreateDriveRootListItemVersionOperationResponse, err error)
- func (c DriveRootListItemVersionClient) DeleteDriveRootListItemVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemVersionId, ...) (result DeleteDriveRootListItemVersionOperationResponse, err error)
- func (c DriveRootListItemVersionClient) GetDriveRootListItemVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemVersionId, ...) (result GetDriveRootListItemVersionOperationResponse, err error)
- func (c DriveRootListItemVersionClient) GetDriveRootListItemVersionsCount(ctx context.Context, id beta.UserIdDriveId, ...) (result GetDriveRootListItemVersionsCountOperationResponse, err error)
- func (c DriveRootListItemVersionClient) ListDriveRootListItemVersions(ctx context.Context, id beta.UserIdDriveId, ...) (result ListDriveRootListItemVersionsOperationResponse, err error)
- func (c DriveRootListItemVersionClient) ListDriveRootListItemVersionsComplete(ctx context.Context, id beta.UserIdDriveId, ...) (ListDriveRootListItemVersionsCompleteResult, error)
- func (c DriveRootListItemVersionClient) ListDriveRootListItemVersionsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDriveId, ...) (result ListDriveRootListItemVersionsCompleteResult, err error)
- func (c DriveRootListItemVersionClient) RestoreDriveRootListItemVersionVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemVersionId, ...) (result RestoreDriveRootListItemVersionVersionOperationResponse, err error)
- func (c DriveRootListItemVersionClient) UpdateDriveRootListItemVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemVersionId, ...) (result UpdateDriveRootListItemVersionOperationResponse, err error)
- type GetDriveRootListItemVersionOperationOptions
- type GetDriveRootListItemVersionOperationResponse
- type GetDriveRootListItemVersionsCountOperationOptions
- type GetDriveRootListItemVersionsCountOperationResponse
- type ListDriveRootListItemVersionsCompleteResult
- type ListDriveRootListItemVersionsCustomPager
- type ListDriveRootListItemVersionsOperationOptions
- type ListDriveRootListItemVersionsOperationResponse
- type ListItemVersionOperationPredicate
- type RestoreDriveRootListItemVersionVersionOperationOptions
- type RestoreDriveRootListItemVersionVersionOperationResponse
- type UpdateDriveRootListItemVersionOperationOptions
- type UpdateDriveRootListItemVersionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDriveRootListItemVersionOperationOptions ¶
type CreateDriveRootListItemVersionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveRootListItemVersionOperationOptions ¶
func DefaultCreateDriveRootListItemVersionOperationOptions() CreateDriveRootListItemVersionOperationOptions
func (CreateDriveRootListItemVersionOperationOptions) ToHeaders ¶
func (o CreateDriveRootListItemVersionOperationOptions) ToHeaders() *client.Headers
func (CreateDriveRootListItemVersionOperationOptions) ToOData ¶
func (o CreateDriveRootListItemVersionOperationOptions) ToOData() *odata.Query
func (CreateDriveRootListItemVersionOperationOptions) ToQuery ¶
func (o CreateDriveRootListItemVersionOperationOptions) ToQuery() *client.QueryParams
type DeleteDriveRootListItemVersionOperationOptions ¶
type DeleteDriveRootListItemVersionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootListItemVersionOperationOptions ¶
func DefaultDeleteDriveRootListItemVersionOperationOptions() DeleteDriveRootListItemVersionOperationOptions
func (DeleteDriveRootListItemVersionOperationOptions) ToHeaders ¶
func (o DeleteDriveRootListItemVersionOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootListItemVersionOperationOptions) ToOData ¶
func (o DeleteDriveRootListItemVersionOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootListItemVersionOperationOptions) ToQuery ¶
func (o DeleteDriveRootListItemVersionOperationOptions) ToQuery() *client.QueryParams
type DriveRootListItemVersionClient ¶
func NewDriveRootListItemVersionClientWithBaseURI ¶
func NewDriveRootListItemVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootListItemVersionClient, error)
func (DriveRootListItemVersionClient) CreateDriveRootListItemVersion ¶
func (c DriveRootListItemVersionClient) CreateDriveRootListItemVersion(ctx context.Context, id beta.UserIdDriveId, input beta.ListItemVersion, options CreateDriveRootListItemVersionOperationOptions) (result CreateDriveRootListItemVersionOperationResponse, err error)
CreateDriveRootListItemVersion - Create new navigation property to versions for users
func (DriveRootListItemVersionClient) DeleteDriveRootListItemVersion ¶
func (c DriveRootListItemVersionClient) DeleteDriveRootListItemVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemVersionId, options DeleteDriveRootListItemVersionOperationOptions) (result DeleteDriveRootListItemVersionOperationResponse, err error)
DeleteDriveRootListItemVersion - Delete navigation property versions for users
func (DriveRootListItemVersionClient) GetDriveRootListItemVersion ¶
func (c DriveRootListItemVersionClient) GetDriveRootListItemVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemVersionId, options GetDriveRootListItemVersionOperationOptions) (result GetDriveRootListItemVersionOperationResponse, err error)
GetDriveRootListItemVersion - Get versions from users. The list of previous versions of the list item.
func (DriveRootListItemVersionClient) GetDriveRootListItemVersionsCount ¶
func (c DriveRootListItemVersionClient) GetDriveRootListItemVersionsCount(ctx context.Context, id beta.UserIdDriveId, options GetDriveRootListItemVersionsCountOperationOptions) (result GetDriveRootListItemVersionsCountOperationResponse, err error)
GetDriveRootListItemVersionsCount - Get the number of the resource
func (DriveRootListItemVersionClient) ListDriveRootListItemVersions ¶
func (c DriveRootListItemVersionClient) ListDriveRootListItemVersions(ctx context.Context, id beta.UserIdDriveId, options ListDriveRootListItemVersionsOperationOptions) (result ListDriveRootListItemVersionsOperationResponse, err error)
ListDriveRootListItemVersions - Get versions from users. The list of previous versions of the list item.
func (DriveRootListItemVersionClient) ListDriveRootListItemVersionsComplete ¶
func (c DriveRootListItemVersionClient) ListDriveRootListItemVersionsComplete(ctx context.Context, id beta.UserIdDriveId, options ListDriveRootListItemVersionsOperationOptions) (ListDriveRootListItemVersionsCompleteResult, error)
ListDriveRootListItemVersionsComplete retrieves all the results into a single object
func (DriveRootListItemVersionClient) ListDriveRootListItemVersionsCompleteMatchingPredicate ¶
func (c DriveRootListItemVersionClient) ListDriveRootListItemVersionsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDriveId, options ListDriveRootListItemVersionsOperationOptions, predicate ListItemVersionOperationPredicate) (result ListDriveRootListItemVersionsCompleteResult, err error)
ListDriveRootListItemVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DriveRootListItemVersionClient) RestoreDriveRootListItemVersionVersion ¶
func (c DriveRootListItemVersionClient) RestoreDriveRootListItemVersionVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemVersionId, options RestoreDriveRootListItemVersionVersionOperationOptions) (result RestoreDriveRootListItemVersionVersionOperationResponse, err error)
RestoreDriveRootListItemVersionVersion - Invoke action restoreVersion
func (DriveRootListItemVersionClient) UpdateDriveRootListItemVersion ¶
func (c DriveRootListItemVersionClient) UpdateDriveRootListItemVersion(ctx context.Context, id beta.UserIdDriveIdRootListItemVersionId, input beta.ListItemVersion, options UpdateDriveRootListItemVersionOperationOptions) (result UpdateDriveRootListItemVersionOperationResponse, err error)
UpdateDriveRootListItemVersion - Update the navigation property versions in users
type GetDriveRootListItemVersionOperationOptions ¶
type GetDriveRootListItemVersionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveRootListItemVersionOperationOptions ¶
func DefaultGetDriveRootListItemVersionOperationOptions() GetDriveRootListItemVersionOperationOptions
func (GetDriveRootListItemVersionOperationOptions) ToHeaders ¶
func (o GetDriveRootListItemVersionOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootListItemVersionOperationOptions) ToOData ¶
func (o GetDriveRootListItemVersionOperationOptions) ToOData() *odata.Query
func (GetDriveRootListItemVersionOperationOptions) ToQuery ¶
func (o GetDriveRootListItemVersionOperationOptions) ToQuery() *client.QueryParams
type GetDriveRootListItemVersionsCountOperationOptions ¶
type GetDriveRootListItemVersionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveRootListItemVersionsCountOperationOptions ¶
func DefaultGetDriveRootListItemVersionsCountOperationOptions() GetDriveRootListItemVersionsCountOperationOptions
func (GetDriveRootListItemVersionsCountOperationOptions) ToHeaders ¶
func (o GetDriveRootListItemVersionsCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootListItemVersionsCountOperationOptions) ToOData ¶
func (o GetDriveRootListItemVersionsCountOperationOptions) ToOData() *odata.Query
func (GetDriveRootListItemVersionsCountOperationOptions) ToQuery ¶
func (o GetDriveRootListItemVersionsCountOperationOptions) ToQuery() *client.QueryParams
type ListDriveRootListItemVersionsCompleteResult ¶
type ListDriveRootListItemVersionsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.ListItemVersion }
type ListDriveRootListItemVersionsCustomPager ¶
type ListDriveRootListItemVersionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDriveRootListItemVersionsCustomPager) NextPageLink ¶
func (p *ListDriveRootListItemVersionsCustomPager) NextPageLink() *odata.Link
type ListDriveRootListItemVersionsOperationOptions ¶
type ListDriveRootListItemVersionsOperationOptions 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 DefaultListDriveRootListItemVersionsOperationOptions ¶
func DefaultListDriveRootListItemVersionsOperationOptions() ListDriveRootListItemVersionsOperationOptions
func (ListDriveRootListItemVersionsOperationOptions) ToHeaders ¶
func (o ListDriveRootListItemVersionsOperationOptions) ToHeaders() *client.Headers
func (ListDriveRootListItemVersionsOperationOptions) ToOData ¶
func (o ListDriveRootListItemVersionsOperationOptions) ToOData() *odata.Query
func (ListDriveRootListItemVersionsOperationOptions) ToQuery ¶
func (o ListDriveRootListItemVersionsOperationOptions) ToQuery() *client.QueryParams
type ListItemVersionOperationPredicate ¶
type ListItemVersionOperationPredicate struct { }
func (ListItemVersionOperationPredicate) Matches ¶
func (p ListItemVersionOperationPredicate) Matches(input beta.ListItemVersion) bool
type RestoreDriveRootListItemVersionVersionOperationOptions ¶
type RestoreDriveRootListItemVersionVersionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRestoreDriveRootListItemVersionVersionOperationOptions ¶
func DefaultRestoreDriveRootListItemVersionVersionOperationOptions() RestoreDriveRootListItemVersionVersionOperationOptions
func (RestoreDriveRootListItemVersionVersionOperationOptions) ToHeaders ¶
func (o RestoreDriveRootListItemVersionVersionOperationOptions) ToHeaders() *client.Headers
func (RestoreDriveRootListItemVersionVersionOperationOptions) ToOData ¶
func (o RestoreDriveRootListItemVersionVersionOperationOptions) ToOData() *odata.Query
func (RestoreDriveRootListItemVersionVersionOperationOptions) ToQuery ¶
func (o RestoreDriveRootListItemVersionVersionOperationOptions) ToQuery() *client.QueryParams
type UpdateDriveRootListItemVersionOperationOptions ¶
type UpdateDriveRootListItemVersionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveRootListItemVersionOperationOptions ¶
func DefaultUpdateDriveRootListItemVersionOperationOptions() UpdateDriveRootListItemVersionOperationOptions
func (UpdateDriveRootListItemVersionOperationOptions) ToHeaders ¶
func (o UpdateDriveRootListItemVersionOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveRootListItemVersionOperationOptions) ToOData ¶
func (o UpdateDriveRootListItemVersionOperationOptions) ToOData() *odata.Query
func (UpdateDriveRootListItemVersionOperationOptions) ToQuery ¶
func (o UpdateDriveRootListItemVersionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createdriverootlistitemversion.go
- method_deletedriverootlistitemversion.go
- method_getdriverootlistitemversion.go
- method_getdriverootlistitemversionscount.go
- method_listdriverootlistitemversions.go
- method_restoredriverootlistitemversionversion.go
- method_updatedriverootlistitemversion.go
- predicates.go
- version.go