Documentation ¶
Index ¶
- type DriveFollowingClient
- func (c DriveFollowingClient) GetDriveFollowing(ctx context.Context, id stable.MeDriveIdFollowingId, ...) (result GetDriveFollowingOperationResponse, err error)
- func (c DriveFollowingClient) GetDriveFollowingCount(ctx context.Context, id stable.MeDriveId, ...) (result GetDriveFollowingCountOperationResponse, err error)
- func (c DriveFollowingClient) ListDriveFollowings(ctx context.Context, id stable.MeDriveId, ...) (result ListDriveFollowingsOperationResponse, err error)
- func (c DriveFollowingClient) ListDriveFollowingsComplete(ctx context.Context, id stable.MeDriveId, ...) (ListDriveFollowingsCompleteResult, error)
- func (c DriveFollowingClient) ListDriveFollowingsCompleteMatchingPredicate(ctx context.Context, id stable.MeDriveId, ...) (result ListDriveFollowingsCompleteResult, err error)
- type DriveItemOperationPredicate
- type GetDriveFollowingCountOperationOptions
- type GetDriveFollowingCountOperationResponse
- type GetDriveFollowingOperationOptions
- type GetDriveFollowingOperationResponse
- type ListDriveFollowingsCompleteResult
- type ListDriveFollowingsCustomPager
- type ListDriveFollowingsOperationOptions
- type ListDriveFollowingsOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriveFollowingClient ¶
func NewDriveFollowingClientWithBaseURI ¶
func NewDriveFollowingClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveFollowingClient, error)
func (DriveFollowingClient) GetDriveFollowing ¶
func (c DriveFollowingClient) GetDriveFollowing(ctx context.Context, id stable.MeDriveIdFollowingId, options GetDriveFollowingOperationOptions) (result GetDriveFollowingOperationResponse, err error)
GetDriveFollowing - Get following from me. The list of items the user is following. Only in OneDrive for Business.
func (DriveFollowingClient) GetDriveFollowingCount ¶
func (c DriveFollowingClient) GetDriveFollowingCount(ctx context.Context, id stable.MeDriveId, options GetDriveFollowingCountOperationOptions) (result GetDriveFollowingCountOperationResponse, err error)
GetDriveFollowingCount - Get the number of the resource
func (DriveFollowingClient) ListDriveFollowings ¶
func (c DriveFollowingClient) ListDriveFollowings(ctx context.Context, id stable.MeDriveId, options ListDriveFollowingsOperationOptions) (result ListDriveFollowingsOperationResponse, err error)
ListDriveFollowings - Get following from me. The list of items the user is following. Only in OneDrive for Business.
func (DriveFollowingClient) ListDriveFollowingsComplete ¶
func (c DriveFollowingClient) ListDriveFollowingsComplete(ctx context.Context, id stable.MeDriveId, options ListDriveFollowingsOperationOptions) (ListDriveFollowingsCompleteResult, error)
ListDriveFollowingsComplete retrieves all the results into a single object
func (DriveFollowingClient) ListDriveFollowingsCompleteMatchingPredicate ¶
func (c DriveFollowingClient) ListDriveFollowingsCompleteMatchingPredicate(ctx context.Context, id stable.MeDriveId, options ListDriveFollowingsOperationOptions, predicate DriveItemOperationPredicate) (result ListDriveFollowingsCompleteResult, err error)
ListDriveFollowingsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type DriveItemOperationPredicate ¶
type DriveItemOperationPredicate struct { }
type GetDriveFollowingCountOperationOptions ¶
type GetDriveFollowingCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveFollowingCountOperationOptions ¶
func DefaultGetDriveFollowingCountOperationOptions() GetDriveFollowingCountOperationOptions
func (GetDriveFollowingCountOperationOptions) ToHeaders ¶
func (o GetDriveFollowingCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveFollowingCountOperationOptions) ToOData ¶
func (o GetDriveFollowingCountOperationOptions) ToOData() *odata.Query
func (GetDriveFollowingCountOperationOptions) ToQuery ¶
func (o GetDriveFollowingCountOperationOptions) ToQuery() *client.QueryParams
type GetDriveFollowingOperationOptions ¶
type GetDriveFollowingOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveFollowingOperationOptions ¶
func DefaultGetDriveFollowingOperationOptions() GetDriveFollowingOperationOptions
func (GetDriveFollowingOperationOptions) ToHeaders ¶
func (o GetDriveFollowingOperationOptions) ToHeaders() *client.Headers
func (GetDriveFollowingOperationOptions) ToOData ¶
func (o GetDriveFollowingOperationOptions) ToOData() *odata.Query
func (GetDriveFollowingOperationOptions) ToQuery ¶
func (o GetDriveFollowingOperationOptions) ToQuery() *client.QueryParams
type ListDriveFollowingsCustomPager ¶
func (*ListDriveFollowingsCustomPager) NextPageLink ¶
func (p *ListDriveFollowingsCustomPager) NextPageLink() *odata.Link
type ListDriveFollowingsOperationOptions ¶
type ListDriveFollowingsOperationOptions 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 DefaultListDriveFollowingsOperationOptions ¶
func DefaultListDriveFollowingsOperationOptions() ListDriveFollowingsOperationOptions
func (ListDriveFollowingsOperationOptions) ToHeaders ¶
func (o ListDriveFollowingsOperationOptions) ToHeaders() *client.Headers
func (ListDriveFollowingsOperationOptions) ToOData ¶
func (o ListDriveFollowingsOperationOptions) ToOData() *odata.Query
func (ListDriveFollowingsOperationOptions) ToQuery ¶
func (o ListDriveFollowingsOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.