driverootlistitemactivity

package
v0.20241009.1142232 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

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 (CreateDriveRootListItemActivityOperationOptions) ToOData

func (CreateDriveRootListItemActivityOperationOptions) ToQuery

type CreateDriveRootListItemActivityOperationResponse

type CreateDriveRootListItemActivityOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ItemActivityOLD
}

type DeleteDriveRootListItemActivityOperationOptions

type DeleteDriveRootListItemActivityOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteDriveRootListItemActivityOperationOptions

func DefaultDeleteDriveRootListItemActivityOperationOptions() DeleteDriveRootListItemActivityOperationOptions

func (DeleteDriveRootListItemActivityOperationOptions) ToHeaders

func (DeleteDriveRootListItemActivityOperationOptions) ToOData

func (DeleteDriveRootListItemActivityOperationOptions) ToQuery

type DeleteDriveRootListItemActivityOperationResponse

type DeleteDriveRootListItemActivityOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type DriveRootListItemActivityClient

type DriveRootListItemActivityClient struct {
	Client *msgraph.Client
}

func NewDriveRootListItemActivityClientWithBaseURI

func NewDriveRootListItemActivityClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootListItemActivityClient, error)

func (DriveRootListItemActivityClient) CreateDriveRootListItemActivity

CreateDriveRootListItemActivity - Create new navigation property to activities for users

func (DriveRootListItemActivityClient) DeleteDriveRootListItemActivity

DeleteDriveRootListItemActivity - Delete navigation property activities for users

func (DriveRootListItemActivityClient) GetDriveRootListItemActivitiesCount

GetDriveRootListItemActivitiesCount - Get the number of the resource

func (DriveRootListItemActivityClient) GetDriveRootListItemActivity

GetDriveRootListItemActivity - Get activities from users. The list of recent activities that took place on this item.

func (DriveRootListItemActivityClient) ListDriveRootListItemActivities

ListDriveRootListItemActivities - Get activities from users. The list of recent activities that took place on this item.

func (DriveRootListItemActivityClient) ListDriveRootListItemActivitiesComplete

ListDriveRootListItemActivitiesComplete retrieves all the results into a single object

func (DriveRootListItemActivityClient) ListDriveRootListItemActivitiesCompleteMatchingPredicate

ListDriveRootListItemActivitiesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DriveRootListItemActivityClient) UpdateDriveRootListItemActivity

UpdateDriveRootListItemActivity - Update the navigation property activities in users

type GetDriveRootListItemActivitiesCountOperationOptions

type GetDriveRootListItemActivitiesCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetDriveRootListItemActivitiesCountOperationOptions

func DefaultGetDriveRootListItemActivitiesCountOperationOptions() GetDriveRootListItemActivitiesCountOperationOptions

func (GetDriveRootListItemActivitiesCountOperationOptions) ToHeaders

func (GetDriveRootListItemActivitiesCountOperationOptions) ToOData

func (GetDriveRootListItemActivitiesCountOperationOptions) ToQuery

type GetDriveRootListItemActivitiesCountOperationResponse

type GetDriveRootListItemActivitiesCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

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 (GetDriveRootListItemActivityOperationOptions) ToOData

func (GetDriveRootListItemActivityOperationOptions) ToQuery

type GetDriveRootListItemActivityOperationResponse

type GetDriveRootListItemActivityOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ItemActivityOLD
}

type ItemActivityOLDOperationPredicate

type ItemActivityOLDOperationPredicate struct {
}

func (ItemActivityOLDOperationPredicate) Matches

type ListDriveRootListItemActivitiesCompleteResult

type ListDriveRootListItemActivitiesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.ItemActivityOLD
}

type ListDriveRootListItemActivitiesCustomPager

type ListDriveRootListItemActivitiesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

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 (ListDriveRootListItemActivitiesOperationOptions) ToOData

func (ListDriveRootListItemActivitiesOperationOptions) ToQuery

type ListDriveRootListItemActivitiesOperationResponse

type ListDriveRootListItemActivitiesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.ItemActivityOLD
}

type UpdateDriveRootListItemActivityOperationOptions

type UpdateDriveRootListItemActivityOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateDriveRootListItemActivityOperationOptions

func DefaultUpdateDriveRootListItemActivityOperationOptions() UpdateDriveRootListItemActivityOperationOptions

func (UpdateDriveRootListItemActivityOperationOptions) ToHeaders

func (UpdateDriveRootListItemActivityOperationOptions) ToOData

func (UpdateDriveRootListItemActivityOperationOptions) ToQuery

type UpdateDriveRootListItemActivityOperationResponse

type UpdateDriveRootListItemActivityOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL