Documentation ¶
Index ¶
- type CreateDriveItemListItemActivityOperationOptions
- type CreateDriveItemListItemActivityOperationResponse
- type DeleteDriveItemListItemActivityOperationOptions
- type DeleteDriveItemListItemActivityOperationResponse
- type DriveItemListItemActivityClient
- func (c DriveItemListItemActivityClient) CreateDriveItemListItemActivity(ctx context.Context, id beta.GroupIdDriveIdItemId, input beta.ItemActivityOLD, ...) (result CreateDriveItemListItemActivityOperationResponse, err error)
- func (c DriveItemListItemActivityClient) DeleteDriveItemListItemActivity(ctx context.Context, id beta.GroupIdDriveIdItemIdListItemActivityId, ...) (result DeleteDriveItemListItemActivityOperationResponse, err error)
- func (c DriveItemListItemActivityClient) GetDriveItemListItemActivitiesCount(ctx context.Context, id beta.GroupIdDriveIdItemId, ...) (result GetDriveItemListItemActivitiesCountOperationResponse, err error)
- func (c DriveItemListItemActivityClient) GetDriveItemListItemActivity(ctx context.Context, id beta.GroupIdDriveIdItemIdListItemActivityId, ...) (result GetDriveItemListItemActivityOperationResponse, err error)
- func (c DriveItemListItemActivityClient) ListDriveItemListItemActivities(ctx context.Context, id beta.GroupIdDriveIdItemId, ...) (result ListDriveItemListItemActivitiesOperationResponse, err error)
- func (c DriveItemListItemActivityClient) ListDriveItemListItemActivitiesComplete(ctx context.Context, id beta.GroupIdDriveIdItemId, ...) (ListDriveItemListItemActivitiesCompleteResult, error)
- func (c DriveItemListItemActivityClient) ListDriveItemListItemActivitiesCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdDriveIdItemId, ...) (result ListDriveItemListItemActivitiesCompleteResult, err error)
- func (c DriveItemListItemActivityClient) UpdateDriveItemListItemActivity(ctx context.Context, id beta.GroupIdDriveIdItemIdListItemActivityId, ...) (result UpdateDriveItemListItemActivityOperationResponse, err error)
- type GetDriveItemListItemActivitiesCountOperationOptions
- type GetDriveItemListItemActivitiesCountOperationResponse
- type GetDriveItemListItemActivityOperationOptions
- type GetDriveItemListItemActivityOperationResponse
- type ItemActivityOLDOperationPredicate
- type ListDriveItemListItemActivitiesCompleteResult
- type ListDriveItemListItemActivitiesCustomPager
- type ListDriveItemListItemActivitiesOperationOptions
- type ListDriveItemListItemActivitiesOperationResponse
- type UpdateDriveItemListItemActivityOperationOptions
- type UpdateDriveItemListItemActivityOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDriveItemListItemActivityOperationOptions ¶
type CreateDriveItemListItemActivityOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveItemListItemActivityOperationOptions ¶
func DefaultCreateDriveItemListItemActivityOperationOptions() CreateDriveItemListItemActivityOperationOptions
func (CreateDriveItemListItemActivityOperationOptions) ToHeaders ¶
func (o CreateDriveItemListItemActivityOperationOptions) ToHeaders() *client.Headers
func (CreateDriveItemListItemActivityOperationOptions) ToOData ¶
func (o CreateDriveItemListItemActivityOperationOptions) ToOData() *odata.Query
func (CreateDriveItemListItemActivityOperationOptions) ToQuery ¶
func (o CreateDriveItemListItemActivityOperationOptions) ToQuery() *client.QueryParams
type DeleteDriveItemListItemActivityOperationOptions ¶
type DeleteDriveItemListItemActivityOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveItemListItemActivityOperationOptions ¶
func DefaultDeleteDriveItemListItemActivityOperationOptions() DeleteDriveItemListItemActivityOperationOptions
func (DeleteDriveItemListItemActivityOperationOptions) ToHeaders ¶
func (o DeleteDriveItemListItemActivityOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveItemListItemActivityOperationOptions) ToOData ¶
func (o DeleteDriveItemListItemActivityOperationOptions) ToOData() *odata.Query
func (DeleteDriveItemListItemActivityOperationOptions) ToQuery ¶
func (o DeleteDriveItemListItemActivityOperationOptions) ToQuery() *client.QueryParams
type DriveItemListItemActivityClient ¶
func NewDriveItemListItemActivityClientWithBaseURI ¶
func NewDriveItemListItemActivityClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemListItemActivityClient, error)
func (DriveItemListItemActivityClient) CreateDriveItemListItemActivity ¶
func (c DriveItemListItemActivityClient) CreateDriveItemListItemActivity(ctx context.Context, id beta.GroupIdDriveIdItemId, input beta.ItemActivityOLD, options CreateDriveItemListItemActivityOperationOptions) (result CreateDriveItemListItemActivityOperationResponse, err error)
CreateDriveItemListItemActivity - Create new navigation property to activities for groups
func (DriveItemListItemActivityClient) DeleteDriveItemListItemActivity ¶
func (c DriveItemListItemActivityClient) DeleteDriveItemListItemActivity(ctx context.Context, id beta.GroupIdDriveIdItemIdListItemActivityId, options DeleteDriveItemListItemActivityOperationOptions) (result DeleteDriveItemListItemActivityOperationResponse, err error)
DeleteDriveItemListItemActivity - Delete navigation property activities for groups
func (DriveItemListItemActivityClient) GetDriveItemListItemActivitiesCount ¶
func (c DriveItemListItemActivityClient) GetDriveItemListItemActivitiesCount(ctx context.Context, id beta.GroupIdDriveIdItemId, options GetDriveItemListItemActivitiesCountOperationOptions) (result GetDriveItemListItemActivitiesCountOperationResponse, err error)
GetDriveItemListItemActivitiesCount - Get the number of the resource
func (DriveItemListItemActivityClient) GetDriveItemListItemActivity ¶
func (c DriveItemListItemActivityClient) GetDriveItemListItemActivity(ctx context.Context, id beta.GroupIdDriveIdItemIdListItemActivityId, options GetDriveItemListItemActivityOperationOptions) (result GetDriveItemListItemActivityOperationResponse, err error)
GetDriveItemListItemActivity - Get activities from groups. The list of recent activities that took place on this item.
func (DriveItemListItemActivityClient) ListDriveItemListItemActivities ¶
func (c DriveItemListItemActivityClient) ListDriveItemListItemActivities(ctx context.Context, id beta.GroupIdDriveIdItemId, options ListDriveItemListItemActivitiesOperationOptions) (result ListDriveItemListItemActivitiesOperationResponse, err error)
ListDriveItemListItemActivities - Get activities from groups. The list of recent activities that took place on this item.
func (DriveItemListItemActivityClient) ListDriveItemListItemActivitiesComplete ¶
func (c DriveItemListItemActivityClient) ListDriveItemListItemActivitiesComplete(ctx context.Context, id beta.GroupIdDriveIdItemId, options ListDriveItemListItemActivitiesOperationOptions) (ListDriveItemListItemActivitiesCompleteResult, error)
ListDriveItemListItemActivitiesComplete retrieves all the results into a single object
func (DriveItemListItemActivityClient) ListDriveItemListItemActivitiesCompleteMatchingPredicate ¶
func (c DriveItemListItemActivityClient) ListDriveItemListItemActivitiesCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdDriveIdItemId, options ListDriveItemListItemActivitiesOperationOptions, predicate ItemActivityOLDOperationPredicate) (result ListDriveItemListItemActivitiesCompleteResult, err error)
ListDriveItemListItemActivitiesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DriveItemListItemActivityClient) UpdateDriveItemListItemActivity ¶
func (c DriveItemListItemActivityClient) UpdateDriveItemListItemActivity(ctx context.Context, id beta.GroupIdDriveIdItemIdListItemActivityId, input beta.ItemActivityOLD, options UpdateDriveItemListItemActivityOperationOptions) (result UpdateDriveItemListItemActivityOperationResponse, err error)
UpdateDriveItemListItemActivity - Update the navigation property activities in groups
type GetDriveItemListItemActivitiesCountOperationOptions ¶
type GetDriveItemListItemActivitiesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveItemListItemActivitiesCountOperationOptions ¶
func DefaultGetDriveItemListItemActivitiesCountOperationOptions() GetDriveItemListItemActivitiesCountOperationOptions
func (GetDriveItemListItemActivitiesCountOperationOptions) ToHeaders ¶
func (o GetDriveItemListItemActivitiesCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemListItemActivitiesCountOperationOptions) ToOData ¶
func (o GetDriveItemListItemActivitiesCountOperationOptions) ToOData() *odata.Query
func (GetDriveItemListItemActivitiesCountOperationOptions) ToQuery ¶
func (o GetDriveItemListItemActivitiesCountOperationOptions) ToQuery() *client.QueryParams
type GetDriveItemListItemActivityOperationOptions ¶
type GetDriveItemListItemActivityOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveItemListItemActivityOperationOptions ¶
func DefaultGetDriveItemListItemActivityOperationOptions() GetDriveItemListItemActivityOperationOptions
func (GetDriveItemListItemActivityOperationOptions) ToHeaders ¶
func (o GetDriveItemListItemActivityOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemListItemActivityOperationOptions) ToOData ¶
func (o GetDriveItemListItemActivityOperationOptions) ToOData() *odata.Query
func (GetDriveItemListItemActivityOperationOptions) ToQuery ¶
func (o GetDriveItemListItemActivityOperationOptions) ToQuery() *client.QueryParams
type ItemActivityOLDOperationPredicate ¶
type ItemActivityOLDOperationPredicate struct { }
func (ItemActivityOLDOperationPredicate) Matches ¶
func (p ItemActivityOLDOperationPredicate) Matches(input beta.ItemActivityOLD) bool
type ListDriveItemListItemActivitiesCompleteResult ¶
type ListDriveItemListItemActivitiesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.ItemActivityOLD }
type ListDriveItemListItemActivitiesCustomPager ¶
type ListDriveItemListItemActivitiesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDriveItemListItemActivitiesCustomPager) NextPageLink ¶
func (p *ListDriveItemListItemActivitiesCustomPager) NextPageLink() *odata.Link
type ListDriveItemListItemActivitiesOperationOptions ¶
type ListDriveItemListItemActivitiesOperationOptions 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 DefaultListDriveItemListItemActivitiesOperationOptions ¶
func DefaultListDriveItemListItemActivitiesOperationOptions() ListDriveItemListItemActivitiesOperationOptions
func (ListDriveItemListItemActivitiesOperationOptions) ToHeaders ¶
func (o ListDriveItemListItemActivitiesOperationOptions) ToHeaders() *client.Headers
func (ListDriveItemListItemActivitiesOperationOptions) ToOData ¶
func (o ListDriveItemListItemActivitiesOperationOptions) ToOData() *odata.Query
func (ListDriveItemListItemActivitiesOperationOptions) ToQuery ¶
func (o ListDriveItemListItemActivitiesOperationOptions) ToQuery() *client.QueryParams
type UpdateDriveItemListItemActivityOperationOptions ¶
type UpdateDriveItemListItemActivityOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveItemListItemActivityOperationOptions ¶
func DefaultUpdateDriveItemListItemActivityOperationOptions() UpdateDriveItemListItemActivityOperationOptions
func (UpdateDriveItemListItemActivityOperationOptions) ToHeaders ¶
func (o UpdateDriveItemListItemActivityOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveItemListItemActivityOperationOptions) ToOData ¶
func (o UpdateDriveItemListItemActivityOperationOptions) ToOData() *odata.Query
func (UpdateDriveItemListItemActivityOperationOptions) ToQuery ¶
func (o UpdateDriveItemListItemActivityOperationOptions) ToQuery() *client.QueryParams