Documentation ¶
Index ¶
- type CreateDriveRootListItemActivityOperationOptions
- type CreateDriveRootListItemActivityOperationResponse
- type DeleteDriveRootListItemActivityOperationOptions
- type DeleteDriveRootListItemActivityOperationResponse
- type DriveRootListItemActivityClient
- func (c DriveRootListItemActivityClient) CreateDriveRootListItemActivity(ctx context.Context, id beta.GroupIdDriveId, input beta.ItemActivityOLD, ...) (result CreateDriveRootListItemActivityOperationResponse, err error)
- func (c DriveRootListItemActivityClient) DeleteDriveRootListItemActivity(ctx context.Context, id beta.GroupIdDriveIdRootListItemActivityId, ...) (result DeleteDriveRootListItemActivityOperationResponse, err error)
- func (c DriveRootListItemActivityClient) GetDriveRootListItemActivitiesCount(ctx context.Context, id beta.GroupIdDriveId, ...) (result GetDriveRootListItemActivitiesCountOperationResponse, err error)
- func (c DriveRootListItemActivityClient) GetDriveRootListItemActivity(ctx context.Context, id beta.GroupIdDriveIdRootListItemActivityId, ...) (result GetDriveRootListItemActivityOperationResponse, err error)
- func (c DriveRootListItemActivityClient) ListDriveRootListItemActivities(ctx context.Context, id beta.GroupIdDriveId, ...) (result ListDriveRootListItemActivitiesOperationResponse, err error)
- func (c DriveRootListItemActivityClient) ListDriveRootListItemActivitiesComplete(ctx context.Context, id beta.GroupIdDriveId, ...) (ListDriveRootListItemActivitiesCompleteResult, error)
- func (c DriveRootListItemActivityClient) ListDriveRootListItemActivitiesCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdDriveId, ...) (result ListDriveRootListItemActivitiesCompleteResult, err error)
- func (c DriveRootListItemActivityClient) UpdateDriveRootListItemActivity(ctx context.Context, id beta.GroupIdDriveIdRootListItemActivityId, ...) (result UpdateDriveRootListItemActivityOperationResponse, err error)
- type GetDriveRootListItemActivitiesCountOperationOptions
- type GetDriveRootListItemActivitiesCountOperationResponse
- type GetDriveRootListItemActivityOperationOptions
- type GetDriveRootListItemActivityOperationResponse
- type ItemActivityOLDOperationPredicate
- type ListDriveRootListItemActivitiesCompleteResult
- type ListDriveRootListItemActivitiesCustomPager
- type ListDriveRootListItemActivitiesOperationOptions
- type ListDriveRootListItemActivitiesOperationResponse
- type UpdateDriveRootListItemActivityOperationOptions
- type UpdateDriveRootListItemActivityOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDriveRootListItemActivityOperationOptions ¶
type CreateDriveRootListItemActivityOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveRootListItemActivityOperationOptions ¶
func DefaultCreateDriveRootListItemActivityOperationOptions() CreateDriveRootListItemActivityOperationOptions
func (CreateDriveRootListItemActivityOperationOptions) ToHeaders ¶
func (o CreateDriveRootListItemActivityOperationOptions) ToHeaders() *client.Headers
func (CreateDriveRootListItemActivityOperationOptions) ToOData ¶
func (o CreateDriveRootListItemActivityOperationOptions) ToOData() *odata.Query
func (CreateDriveRootListItemActivityOperationOptions) ToQuery ¶
func (o CreateDriveRootListItemActivityOperationOptions) ToQuery() *client.QueryParams
type DeleteDriveRootListItemActivityOperationOptions ¶
type DeleteDriveRootListItemActivityOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootListItemActivityOperationOptions ¶
func DefaultDeleteDriveRootListItemActivityOperationOptions() DeleteDriveRootListItemActivityOperationOptions
func (DeleteDriveRootListItemActivityOperationOptions) ToHeaders ¶
func (o DeleteDriveRootListItemActivityOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootListItemActivityOperationOptions) ToOData ¶
func (o DeleteDriveRootListItemActivityOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootListItemActivityOperationOptions) ToQuery ¶
func (o DeleteDriveRootListItemActivityOperationOptions) ToQuery() *client.QueryParams
type DriveRootListItemActivityClient ¶
func NewDriveRootListItemActivityClientWithBaseURI ¶
func NewDriveRootListItemActivityClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootListItemActivityClient, error)
func (DriveRootListItemActivityClient) CreateDriveRootListItemActivity ¶
func (c DriveRootListItemActivityClient) CreateDriveRootListItemActivity(ctx context.Context, id beta.GroupIdDriveId, input beta.ItemActivityOLD, options CreateDriveRootListItemActivityOperationOptions) (result CreateDriveRootListItemActivityOperationResponse, err error)
CreateDriveRootListItemActivity - Create new navigation property to activities for groups
func (DriveRootListItemActivityClient) DeleteDriveRootListItemActivity ¶
func (c DriveRootListItemActivityClient) DeleteDriveRootListItemActivity(ctx context.Context, id beta.GroupIdDriveIdRootListItemActivityId, options DeleteDriveRootListItemActivityOperationOptions) (result DeleteDriveRootListItemActivityOperationResponse, err error)
DeleteDriveRootListItemActivity - Delete navigation property activities for groups
func (DriveRootListItemActivityClient) GetDriveRootListItemActivitiesCount ¶
func (c DriveRootListItemActivityClient) GetDriveRootListItemActivitiesCount(ctx context.Context, id beta.GroupIdDriveId, options GetDriveRootListItemActivitiesCountOperationOptions) (result GetDriveRootListItemActivitiesCountOperationResponse, err error)
GetDriveRootListItemActivitiesCount - Get the number of the resource
func (DriveRootListItemActivityClient) GetDriveRootListItemActivity ¶
func (c DriveRootListItemActivityClient) GetDriveRootListItemActivity(ctx context.Context, id beta.GroupIdDriveIdRootListItemActivityId, options GetDriveRootListItemActivityOperationOptions) (result GetDriveRootListItemActivityOperationResponse, err error)
GetDriveRootListItemActivity - Get activities from groups. The list of recent activities that took place on this item.
func (DriveRootListItemActivityClient) ListDriveRootListItemActivities ¶
func (c DriveRootListItemActivityClient) ListDriveRootListItemActivities(ctx context.Context, id beta.GroupIdDriveId, options ListDriveRootListItemActivitiesOperationOptions) (result ListDriveRootListItemActivitiesOperationResponse, err error)
ListDriveRootListItemActivities - Get activities from groups. The list of recent activities that took place on this item.
func (DriveRootListItemActivityClient) ListDriveRootListItemActivitiesComplete ¶
func (c DriveRootListItemActivityClient) ListDriveRootListItemActivitiesComplete(ctx context.Context, id beta.GroupIdDriveId, options ListDriveRootListItemActivitiesOperationOptions) (ListDriveRootListItemActivitiesCompleteResult, error)
ListDriveRootListItemActivitiesComplete retrieves all the results into a single object
func (DriveRootListItemActivityClient) ListDriveRootListItemActivitiesCompleteMatchingPredicate ¶
func (c DriveRootListItemActivityClient) ListDriveRootListItemActivitiesCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdDriveId, options ListDriveRootListItemActivitiesOperationOptions, predicate ItemActivityOLDOperationPredicate) (result ListDriveRootListItemActivitiesCompleteResult, err error)
ListDriveRootListItemActivitiesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DriveRootListItemActivityClient) UpdateDriveRootListItemActivity ¶
func (c DriveRootListItemActivityClient) UpdateDriveRootListItemActivity(ctx context.Context, id beta.GroupIdDriveIdRootListItemActivityId, input beta.ItemActivityOLD, options UpdateDriveRootListItemActivityOperationOptions) (result UpdateDriveRootListItemActivityOperationResponse, err error)
UpdateDriveRootListItemActivity - Update the navigation property activities in groups
type GetDriveRootListItemActivitiesCountOperationOptions ¶
type GetDriveRootListItemActivitiesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveRootListItemActivitiesCountOperationOptions ¶
func DefaultGetDriveRootListItemActivitiesCountOperationOptions() GetDriveRootListItemActivitiesCountOperationOptions
func (GetDriveRootListItemActivitiesCountOperationOptions) ToHeaders ¶
func (o GetDriveRootListItemActivitiesCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootListItemActivitiesCountOperationOptions) ToOData ¶
func (o GetDriveRootListItemActivitiesCountOperationOptions) ToOData() *odata.Query
func (GetDriveRootListItemActivitiesCountOperationOptions) ToQuery ¶
func (o GetDriveRootListItemActivitiesCountOperationOptions) ToQuery() *client.QueryParams
type GetDriveRootListItemActivityOperationOptions ¶
type GetDriveRootListItemActivityOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveRootListItemActivityOperationOptions ¶
func DefaultGetDriveRootListItemActivityOperationOptions() GetDriveRootListItemActivityOperationOptions
func (GetDriveRootListItemActivityOperationOptions) ToHeaders ¶
func (o GetDriveRootListItemActivityOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootListItemActivityOperationOptions) ToOData ¶
func (o GetDriveRootListItemActivityOperationOptions) ToOData() *odata.Query
func (GetDriveRootListItemActivityOperationOptions) ToQuery ¶
func (o GetDriveRootListItemActivityOperationOptions) ToQuery() *client.QueryParams
type ItemActivityOLDOperationPredicate ¶
type ItemActivityOLDOperationPredicate struct { }
func (ItemActivityOLDOperationPredicate) Matches ¶
func (p ItemActivityOLDOperationPredicate) Matches(input beta.ItemActivityOLD) bool
type ListDriveRootListItemActivitiesCompleteResult ¶
type ListDriveRootListItemActivitiesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.ItemActivityOLD }
type ListDriveRootListItemActivitiesCustomPager ¶
type ListDriveRootListItemActivitiesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDriveRootListItemActivitiesCustomPager) NextPageLink ¶
func (p *ListDriveRootListItemActivitiesCustomPager) NextPageLink() *odata.Link
type ListDriveRootListItemActivitiesOperationOptions ¶
type ListDriveRootListItemActivitiesOperationOptions 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 DefaultListDriveRootListItemActivitiesOperationOptions ¶
func DefaultListDriveRootListItemActivitiesOperationOptions() ListDriveRootListItemActivitiesOperationOptions
func (ListDriveRootListItemActivitiesOperationOptions) ToHeaders ¶
func (o ListDriveRootListItemActivitiesOperationOptions) ToHeaders() *client.Headers
func (ListDriveRootListItemActivitiesOperationOptions) ToOData ¶
func (o ListDriveRootListItemActivitiesOperationOptions) ToOData() *odata.Query
func (ListDriveRootListItemActivitiesOperationOptions) ToQuery ¶
func (o ListDriveRootListItemActivitiesOperationOptions) ToQuery() *client.QueryParams
type UpdateDriveRootListItemActivityOperationOptions ¶
type UpdateDriveRootListItemActivityOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveRootListItemActivityOperationOptions ¶
func DefaultUpdateDriveRootListItemActivityOperationOptions() UpdateDriveRootListItemActivityOperationOptions
func (UpdateDriveRootListItemActivityOperationOptions) ToHeaders ¶
func (o UpdateDriveRootListItemActivityOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveRootListItemActivityOperationOptions) ToOData ¶
func (o UpdateDriveRootListItemActivityOperationOptions) ToOData() *odata.Query
func (UpdateDriveRootListItemActivityOperationOptions) ToQuery ¶
func (o UpdateDriveRootListItemActivityOperationOptions) ToQuery() *client.QueryParams