Documentation ¶
Index ¶
- type CreateDriveItemListItemVersionOperationOptions
- type CreateDriveItemListItemVersionOperationResponse
- type DeleteDriveItemListItemVersionOperationOptions
- type DeleteDriveItemListItemVersionOperationResponse
- type DriveItemListItemVersionClient
- func (c DriveItemListItemVersionClient) CreateDriveItemListItemVersion(ctx context.Context, id stable.MeDriveIdItemId, input stable.ListItemVersion, ...) (result CreateDriveItemListItemVersionOperationResponse, err error)
- func (c DriveItemListItemVersionClient) DeleteDriveItemListItemVersion(ctx context.Context, id stable.MeDriveIdItemIdListItemVersionId, ...) (result DeleteDriveItemListItemVersionOperationResponse, err error)
- func (c DriveItemListItemVersionClient) GetDriveItemListItemVersion(ctx context.Context, id stable.MeDriveIdItemIdListItemVersionId, ...) (result GetDriveItemListItemVersionOperationResponse, err error)
- func (c DriveItemListItemVersionClient) GetDriveItemListItemVersionsCount(ctx context.Context, id stable.MeDriveIdItemId, ...) (result GetDriveItemListItemVersionsCountOperationResponse, err error)
- func (c DriveItemListItemVersionClient) ListDriveItemListItemVersions(ctx context.Context, id stable.MeDriveIdItemId, ...) (result ListDriveItemListItemVersionsOperationResponse, err error)
- func (c DriveItemListItemVersionClient) ListDriveItemListItemVersionsComplete(ctx context.Context, id stable.MeDriveIdItemId, ...) (ListDriveItemListItemVersionsCompleteResult, error)
- func (c DriveItemListItemVersionClient) ListDriveItemListItemVersionsCompleteMatchingPredicate(ctx context.Context, id stable.MeDriveIdItemId, ...) (result ListDriveItemListItemVersionsCompleteResult, err error)
- func (c DriveItemListItemVersionClient) RestoreDriveItemListItemVersionVersion(ctx context.Context, id stable.MeDriveIdItemIdListItemVersionId, ...) (result RestoreDriveItemListItemVersionVersionOperationResponse, err error)
- func (c DriveItemListItemVersionClient) UpdateDriveItemListItemVersion(ctx context.Context, id stable.MeDriveIdItemIdListItemVersionId, ...) (result UpdateDriveItemListItemVersionOperationResponse, err error)
- type GetDriveItemListItemVersionOperationOptions
- type GetDriveItemListItemVersionOperationResponse
- type GetDriveItemListItemVersionsCountOperationOptions
- type GetDriveItemListItemVersionsCountOperationResponse
- type ListDriveItemListItemVersionsCompleteResult
- type ListDriveItemListItemVersionsCustomPager
- type ListDriveItemListItemVersionsOperationOptions
- type ListDriveItemListItemVersionsOperationResponse
- type ListItemVersionOperationPredicate
- type RestoreDriveItemListItemVersionVersionOperationOptions
- type RestoreDriveItemListItemVersionVersionOperationResponse
- type UpdateDriveItemListItemVersionOperationOptions
- type UpdateDriveItemListItemVersionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDriveItemListItemVersionOperationOptions ¶
type CreateDriveItemListItemVersionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveItemListItemVersionOperationOptions ¶
func DefaultCreateDriveItemListItemVersionOperationOptions() CreateDriveItemListItemVersionOperationOptions
func (CreateDriveItemListItemVersionOperationOptions) ToHeaders ¶
func (o CreateDriveItemListItemVersionOperationOptions) ToHeaders() *client.Headers
func (CreateDriveItemListItemVersionOperationOptions) ToOData ¶
func (o CreateDriveItemListItemVersionOperationOptions) ToOData() *odata.Query
func (CreateDriveItemListItemVersionOperationOptions) ToQuery ¶
func (o CreateDriveItemListItemVersionOperationOptions) ToQuery() *client.QueryParams
type DeleteDriveItemListItemVersionOperationOptions ¶
type DeleteDriveItemListItemVersionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveItemListItemVersionOperationOptions ¶
func DefaultDeleteDriveItemListItemVersionOperationOptions() DeleteDriveItemListItemVersionOperationOptions
func (DeleteDriveItemListItemVersionOperationOptions) ToHeaders ¶
func (o DeleteDriveItemListItemVersionOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveItemListItemVersionOperationOptions) ToOData ¶
func (o DeleteDriveItemListItemVersionOperationOptions) ToOData() *odata.Query
func (DeleteDriveItemListItemVersionOperationOptions) ToQuery ¶
func (o DeleteDriveItemListItemVersionOperationOptions) ToQuery() *client.QueryParams
type DriveItemListItemVersionClient ¶
func NewDriveItemListItemVersionClientWithBaseURI ¶
func NewDriveItemListItemVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemListItemVersionClient, error)
func (DriveItemListItemVersionClient) CreateDriveItemListItemVersion ¶
func (c DriveItemListItemVersionClient) CreateDriveItemListItemVersion(ctx context.Context, id stable.MeDriveIdItemId, input stable.ListItemVersion, options CreateDriveItemListItemVersionOperationOptions) (result CreateDriveItemListItemVersionOperationResponse, err error)
CreateDriveItemListItemVersion - Create new navigation property to versions for me
func (DriveItemListItemVersionClient) DeleteDriveItemListItemVersion ¶
func (c DriveItemListItemVersionClient) DeleteDriveItemListItemVersion(ctx context.Context, id stable.MeDriveIdItemIdListItemVersionId, options DeleteDriveItemListItemVersionOperationOptions) (result DeleteDriveItemListItemVersionOperationResponse, err error)
DeleteDriveItemListItemVersion - Delete navigation property versions for me
func (DriveItemListItemVersionClient) GetDriveItemListItemVersion ¶
func (c DriveItemListItemVersionClient) GetDriveItemListItemVersion(ctx context.Context, id stable.MeDriveIdItemIdListItemVersionId, options GetDriveItemListItemVersionOperationOptions) (result GetDriveItemListItemVersionOperationResponse, err error)
GetDriveItemListItemVersion - Get versions from me. The list of previous versions of the list item.
func (DriveItemListItemVersionClient) GetDriveItemListItemVersionsCount ¶
func (c DriveItemListItemVersionClient) GetDriveItemListItemVersionsCount(ctx context.Context, id stable.MeDriveIdItemId, options GetDriveItemListItemVersionsCountOperationOptions) (result GetDriveItemListItemVersionsCountOperationResponse, err error)
GetDriveItemListItemVersionsCount - Get the number of the resource
func (DriveItemListItemVersionClient) ListDriveItemListItemVersions ¶
func (c DriveItemListItemVersionClient) ListDriveItemListItemVersions(ctx context.Context, id stable.MeDriveIdItemId, options ListDriveItemListItemVersionsOperationOptions) (result ListDriveItemListItemVersionsOperationResponse, err error)
ListDriveItemListItemVersions - Get versions from me. The list of previous versions of the list item.
func (DriveItemListItemVersionClient) ListDriveItemListItemVersionsComplete ¶
func (c DriveItemListItemVersionClient) ListDriveItemListItemVersionsComplete(ctx context.Context, id stable.MeDriveIdItemId, options ListDriveItemListItemVersionsOperationOptions) (ListDriveItemListItemVersionsCompleteResult, error)
ListDriveItemListItemVersionsComplete retrieves all the results into a single object
func (DriveItemListItemVersionClient) ListDriveItemListItemVersionsCompleteMatchingPredicate ¶
func (c DriveItemListItemVersionClient) ListDriveItemListItemVersionsCompleteMatchingPredicate(ctx context.Context, id stable.MeDriveIdItemId, options ListDriveItemListItemVersionsOperationOptions, predicate ListItemVersionOperationPredicate) (result ListDriveItemListItemVersionsCompleteResult, err error)
ListDriveItemListItemVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DriveItemListItemVersionClient) RestoreDriveItemListItemVersionVersion ¶
func (c DriveItemListItemVersionClient) RestoreDriveItemListItemVersionVersion(ctx context.Context, id stable.MeDriveIdItemIdListItemVersionId, options RestoreDriveItemListItemVersionVersionOperationOptions) (result RestoreDriveItemListItemVersionVersionOperationResponse, err error)
RestoreDriveItemListItemVersionVersion - Invoke action restoreVersion. Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.
func (DriveItemListItemVersionClient) UpdateDriveItemListItemVersion ¶
func (c DriveItemListItemVersionClient) UpdateDriveItemListItemVersion(ctx context.Context, id stable.MeDriveIdItemIdListItemVersionId, input stable.ListItemVersion, options UpdateDriveItemListItemVersionOperationOptions) (result UpdateDriveItemListItemVersionOperationResponse, err error)
UpdateDriveItemListItemVersion - Update the navigation property versions in me
type GetDriveItemListItemVersionOperationOptions ¶
type GetDriveItemListItemVersionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveItemListItemVersionOperationOptions ¶
func DefaultGetDriveItemListItemVersionOperationOptions() GetDriveItemListItemVersionOperationOptions
func (GetDriveItemListItemVersionOperationOptions) ToHeaders ¶
func (o GetDriveItemListItemVersionOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemListItemVersionOperationOptions) ToOData ¶
func (o GetDriveItemListItemVersionOperationOptions) ToOData() *odata.Query
func (GetDriveItemListItemVersionOperationOptions) ToQuery ¶
func (o GetDriveItemListItemVersionOperationOptions) ToQuery() *client.QueryParams
type GetDriveItemListItemVersionsCountOperationOptions ¶
type GetDriveItemListItemVersionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveItemListItemVersionsCountOperationOptions ¶
func DefaultGetDriveItemListItemVersionsCountOperationOptions() GetDriveItemListItemVersionsCountOperationOptions
func (GetDriveItemListItemVersionsCountOperationOptions) ToHeaders ¶
func (o GetDriveItemListItemVersionsCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemListItemVersionsCountOperationOptions) ToOData ¶
func (o GetDriveItemListItemVersionsCountOperationOptions) ToOData() *odata.Query
func (GetDriveItemListItemVersionsCountOperationOptions) ToQuery ¶
func (o GetDriveItemListItemVersionsCountOperationOptions) ToQuery() *client.QueryParams
type ListDriveItemListItemVersionsCompleteResult ¶
type ListDriveItemListItemVersionsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.ListItemVersion }
type ListDriveItemListItemVersionsCustomPager ¶
type ListDriveItemListItemVersionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDriveItemListItemVersionsCustomPager) NextPageLink ¶
func (p *ListDriveItemListItemVersionsCustomPager) NextPageLink() *odata.Link
type ListDriveItemListItemVersionsOperationOptions ¶
type ListDriveItemListItemVersionsOperationOptions 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 DefaultListDriveItemListItemVersionsOperationOptions ¶
func DefaultListDriveItemListItemVersionsOperationOptions() ListDriveItemListItemVersionsOperationOptions
func (ListDriveItemListItemVersionsOperationOptions) ToHeaders ¶
func (o ListDriveItemListItemVersionsOperationOptions) ToHeaders() *client.Headers
func (ListDriveItemListItemVersionsOperationOptions) ToOData ¶
func (o ListDriveItemListItemVersionsOperationOptions) ToOData() *odata.Query
func (ListDriveItemListItemVersionsOperationOptions) ToQuery ¶
func (o ListDriveItemListItemVersionsOperationOptions) ToQuery() *client.QueryParams
type ListItemVersionOperationPredicate ¶
type ListItemVersionOperationPredicate struct { }
func (ListItemVersionOperationPredicate) Matches ¶
func (p ListItemVersionOperationPredicate) Matches(input stable.ListItemVersion) bool
type RestoreDriveItemListItemVersionVersionOperationOptions ¶
type RestoreDriveItemListItemVersionVersionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRestoreDriveItemListItemVersionVersionOperationOptions ¶
func DefaultRestoreDriveItemListItemVersionVersionOperationOptions() RestoreDriveItemListItemVersionVersionOperationOptions
func (RestoreDriveItemListItemVersionVersionOperationOptions) ToHeaders ¶
func (o RestoreDriveItemListItemVersionVersionOperationOptions) ToHeaders() *client.Headers
func (RestoreDriveItemListItemVersionVersionOperationOptions) ToOData ¶
func (o RestoreDriveItemListItemVersionVersionOperationOptions) ToOData() *odata.Query
func (RestoreDriveItemListItemVersionVersionOperationOptions) ToQuery ¶
func (o RestoreDriveItemListItemVersionVersionOperationOptions) ToQuery() *client.QueryParams
type UpdateDriveItemListItemVersionOperationOptions ¶
type UpdateDriveItemListItemVersionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveItemListItemVersionOperationOptions ¶
func DefaultUpdateDriveItemListItemVersionOperationOptions() UpdateDriveItemListItemVersionOperationOptions
func (UpdateDriveItemListItemVersionOperationOptions) ToHeaders ¶
func (o UpdateDriveItemListItemVersionOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveItemListItemVersionOperationOptions) ToOData ¶
func (o UpdateDriveItemListItemVersionOperationOptions) ToOData() *odata.Query
func (UpdateDriveItemListItemVersionOperationOptions) ToQuery ¶
func (o UpdateDriveItemListItemVersionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createdriveitemlistitemversion.go
- method_deletedriveitemlistitemversion.go
- method_getdriveitemlistitemversion.go
- method_getdriveitemlistitemversionscount.go
- method_listdriveitemlistitemversions.go
- method_restoredriveitemlistitemversionversion.go
- method_updatedriveitemlistitemversion.go
- predicates.go
- version.go