Documentation ¶
Index ¶
- type CreateDriveRootChildOperationOptions
- type CreateDriveRootChildOperationResponse
- type DriveItemOperationPredicate
- type DriveRootChildClient
- func (c DriveRootChildClient) CreateDriveRootChild(ctx context.Context, id stable.GroupIdDriveId, input stable.DriveItem, ...) (result CreateDriveRootChildOperationResponse, err error)
- func (c DriveRootChildClient) GetDriveRootChild(ctx context.Context, id stable.GroupIdDriveIdRootChildId, ...) (result GetDriveRootChildOperationResponse, err error)
- func (c DriveRootChildClient) GetDriveRootChildrenCount(ctx context.Context, id stable.GroupIdDriveId, ...) (result GetDriveRootChildrenCountOperationResponse, err error)
- func (c DriveRootChildClient) ListDriveRootChildren(ctx context.Context, id stable.GroupIdDriveId, ...) (result ListDriveRootChildrenOperationResponse, err error)
- func (c DriveRootChildClient) ListDriveRootChildrenComplete(ctx context.Context, id stable.GroupIdDriveId, ...) (ListDriveRootChildrenCompleteResult, error)
- func (c DriveRootChildClient) ListDriveRootChildrenCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdDriveId, ...) (result ListDriveRootChildrenCompleteResult, err error)
- type GetDriveRootChildOperationOptions
- type GetDriveRootChildOperationResponse
- type GetDriveRootChildrenCountOperationOptions
- type GetDriveRootChildrenCountOperationResponse
- type ListDriveRootChildrenCompleteResult
- type ListDriveRootChildrenCustomPager
- type ListDriveRootChildrenOperationOptions
- type ListDriveRootChildrenOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDriveRootChildOperationOptions ¶
type CreateDriveRootChildOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveRootChildOperationOptions ¶
func DefaultCreateDriveRootChildOperationOptions() CreateDriveRootChildOperationOptions
func (CreateDriveRootChildOperationOptions) ToHeaders ¶
func (o CreateDriveRootChildOperationOptions) ToHeaders() *client.Headers
func (CreateDriveRootChildOperationOptions) ToOData ¶
func (o CreateDriveRootChildOperationOptions) ToOData() *odata.Query
func (CreateDriveRootChildOperationOptions) ToQuery ¶
func (o CreateDriveRootChildOperationOptions) ToQuery() *client.QueryParams
type DriveItemOperationPredicate ¶
type DriveItemOperationPredicate struct { }
type DriveRootChildClient ¶
func NewDriveRootChildClientWithBaseURI ¶
func NewDriveRootChildClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootChildClient, error)
func (DriveRootChildClient) CreateDriveRootChild ¶
func (c DriveRootChildClient) CreateDriveRootChild(ctx context.Context, id stable.GroupIdDriveId, input stable.DriveItem, options CreateDriveRootChildOperationOptions) (result CreateDriveRootChildOperationResponse, err error)
CreateDriveRootChild - Create new navigation property to children for groups
func (DriveRootChildClient) GetDriveRootChild ¶
func (c DriveRootChildClient) GetDriveRootChild(ctx context.Context, id stable.GroupIdDriveIdRootChildId, options GetDriveRootChildOperationOptions) (result GetDriveRootChildOperationResponse, err error)
GetDriveRootChild - Get children from groups. Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.
func (DriveRootChildClient) GetDriveRootChildrenCount ¶
func (c DriveRootChildClient) GetDriveRootChildrenCount(ctx context.Context, id stable.GroupIdDriveId, options GetDriveRootChildrenCountOperationOptions) (result GetDriveRootChildrenCountOperationResponse, err error)
GetDriveRootChildrenCount - Get the number of the resource
func (DriveRootChildClient) ListDriveRootChildren ¶
func (c DriveRootChildClient) ListDriveRootChildren(ctx context.Context, id stable.GroupIdDriveId, options ListDriveRootChildrenOperationOptions) (result ListDriveRootChildrenOperationResponse, err error)
ListDriveRootChildren - Get children from groups. Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.
func (DriveRootChildClient) ListDriveRootChildrenComplete ¶
func (c DriveRootChildClient) ListDriveRootChildrenComplete(ctx context.Context, id stable.GroupIdDriveId, options ListDriveRootChildrenOperationOptions) (ListDriveRootChildrenCompleteResult, error)
ListDriveRootChildrenComplete retrieves all the results into a single object
func (DriveRootChildClient) ListDriveRootChildrenCompleteMatchingPredicate ¶
func (c DriveRootChildClient) ListDriveRootChildrenCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdDriveId, options ListDriveRootChildrenOperationOptions, predicate DriveItemOperationPredicate) (result ListDriveRootChildrenCompleteResult, err error)
ListDriveRootChildrenCompleteMatchingPredicate retrieves all the results and then applies the predicate
type GetDriveRootChildOperationOptions ¶
type GetDriveRootChildOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveRootChildOperationOptions ¶
func DefaultGetDriveRootChildOperationOptions() GetDriveRootChildOperationOptions
func (GetDriveRootChildOperationOptions) ToHeaders ¶
func (o GetDriveRootChildOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootChildOperationOptions) ToOData ¶
func (o GetDriveRootChildOperationOptions) ToOData() *odata.Query
func (GetDriveRootChildOperationOptions) ToQuery ¶
func (o GetDriveRootChildOperationOptions) ToQuery() *client.QueryParams
type GetDriveRootChildrenCountOperationOptions ¶
type GetDriveRootChildrenCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveRootChildrenCountOperationOptions ¶
func DefaultGetDriveRootChildrenCountOperationOptions() GetDriveRootChildrenCountOperationOptions
func (GetDriveRootChildrenCountOperationOptions) ToHeaders ¶
func (o GetDriveRootChildrenCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootChildrenCountOperationOptions) ToOData ¶
func (o GetDriveRootChildrenCountOperationOptions) ToOData() *odata.Query
func (GetDriveRootChildrenCountOperationOptions) ToQuery ¶
func (o GetDriveRootChildrenCountOperationOptions) ToQuery() *client.QueryParams
type ListDriveRootChildrenCustomPager ¶
func (*ListDriveRootChildrenCustomPager) NextPageLink ¶
func (p *ListDriveRootChildrenCustomPager) NextPageLink() *odata.Link
type ListDriveRootChildrenOperationOptions ¶
type ListDriveRootChildrenOperationOptions 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 DefaultListDriveRootChildrenOperationOptions ¶
func DefaultListDriveRootChildrenOperationOptions() ListDriveRootChildrenOperationOptions
func (ListDriveRootChildrenOperationOptions) ToHeaders ¶
func (o ListDriveRootChildrenOperationOptions) ToHeaders() *client.Headers
func (ListDriveRootChildrenOperationOptions) ToOData ¶
func (o ListDriveRootChildrenOperationOptions) ToOData() *odata.Query
func (ListDriveRootChildrenOperationOptions) ToQuery ¶
func (o ListDriveRootChildrenOperationOptions) ToQuery() *client.QueryParams