Documentation ¶
Index ¶
- type CreateDriveItemChildOperationOptions
- type CreateDriveItemChildOperationResponse
- type DriveItemChildClient
- func (c DriveItemChildClient) CreateDriveItemChild(ctx context.Context, id stable.GroupIdDriveIdItemId, input stable.DriveItem, ...) (result CreateDriveItemChildOperationResponse, err error)
- func (c DriveItemChildClient) GetDriveItemChild(ctx context.Context, id stable.GroupIdDriveIdItemIdChildId, ...) (result GetDriveItemChildOperationResponse, err error)
- func (c DriveItemChildClient) GetDriveItemChildrenCount(ctx context.Context, id stable.GroupIdDriveIdItemId, ...) (result GetDriveItemChildrenCountOperationResponse, err error)
- func (c DriveItemChildClient) ListDriveItemChildren(ctx context.Context, id stable.GroupIdDriveIdItemId, ...) (result ListDriveItemChildrenOperationResponse, err error)
- func (c DriveItemChildClient) ListDriveItemChildrenComplete(ctx context.Context, id stable.GroupIdDriveIdItemId, ...) (ListDriveItemChildrenCompleteResult, error)
- func (c DriveItemChildClient) ListDriveItemChildrenCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdDriveIdItemId, ...) (result ListDriveItemChildrenCompleteResult, err error)
- type DriveItemOperationPredicate
- type GetDriveItemChildOperationOptions
- type GetDriveItemChildOperationResponse
- type GetDriveItemChildrenCountOperationOptions
- type GetDriveItemChildrenCountOperationResponse
- type ListDriveItemChildrenCompleteResult
- type ListDriveItemChildrenCustomPager
- type ListDriveItemChildrenOperationOptions
- type ListDriveItemChildrenOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDriveItemChildOperationOptions ¶
type CreateDriveItemChildOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveItemChildOperationOptions ¶
func DefaultCreateDriveItemChildOperationOptions() CreateDriveItemChildOperationOptions
func (CreateDriveItemChildOperationOptions) ToHeaders ¶
func (o CreateDriveItemChildOperationOptions) ToHeaders() *client.Headers
func (CreateDriveItemChildOperationOptions) ToOData ¶
func (o CreateDriveItemChildOperationOptions) ToOData() *odata.Query
func (CreateDriveItemChildOperationOptions) ToQuery ¶
func (o CreateDriveItemChildOperationOptions) ToQuery() *client.QueryParams
type DriveItemChildClient ¶
func NewDriveItemChildClientWithBaseURI ¶
func NewDriveItemChildClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemChildClient, error)
func (DriveItemChildClient) CreateDriveItemChild ¶
func (c DriveItemChildClient) CreateDriveItemChild(ctx context.Context, id stable.GroupIdDriveIdItemId, input stable.DriveItem, options CreateDriveItemChildOperationOptions) (result CreateDriveItemChildOperationResponse, err error)
CreateDriveItemChild - Create new navigation property to children for groups
func (DriveItemChildClient) GetDriveItemChild ¶
func (c DriveItemChildClient) GetDriveItemChild(ctx context.Context, id stable.GroupIdDriveIdItemIdChildId, options GetDriveItemChildOperationOptions) (result GetDriveItemChildOperationResponse, err error)
GetDriveItemChild - Get children from groups. Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.
func (DriveItemChildClient) GetDriveItemChildrenCount ¶
func (c DriveItemChildClient) GetDriveItemChildrenCount(ctx context.Context, id stable.GroupIdDriveIdItemId, options GetDriveItemChildrenCountOperationOptions) (result GetDriveItemChildrenCountOperationResponse, err error)
GetDriveItemChildrenCount - Get the number of the resource
func (DriveItemChildClient) ListDriveItemChildren ¶
func (c DriveItemChildClient) ListDriveItemChildren(ctx context.Context, id stable.GroupIdDriveIdItemId, options ListDriveItemChildrenOperationOptions) (result ListDriveItemChildrenOperationResponse, err error)
ListDriveItemChildren - Get children from groups. Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.
func (DriveItemChildClient) ListDriveItemChildrenComplete ¶
func (c DriveItemChildClient) ListDriveItemChildrenComplete(ctx context.Context, id stable.GroupIdDriveIdItemId, options ListDriveItemChildrenOperationOptions) (ListDriveItemChildrenCompleteResult, error)
ListDriveItemChildrenComplete retrieves all the results into a single object
func (DriveItemChildClient) ListDriveItemChildrenCompleteMatchingPredicate ¶
func (c DriveItemChildClient) ListDriveItemChildrenCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdDriveIdItemId, options ListDriveItemChildrenOperationOptions, predicate DriveItemOperationPredicate) (result ListDriveItemChildrenCompleteResult, err error)
ListDriveItemChildrenCompleteMatchingPredicate retrieves all the results and then applies the predicate
type DriveItemOperationPredicate ¶
type DriveItemOperationPredicate struct { }
type GetDriveItemChildOperationOptions ¶
type GetDriveItemChildOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveItemChildOperationOptions ¶
func DefaultGetDriveItemChildOperationOptions() GetDriveItemChildOperationOptions
func (GetDriveItemChildOperationOptions) ToHeaders ¶
func (o GetDriveItemChildOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemChildOperationOptions) ToOData ¶
func (o GetDriveItemChildOperationOptions) ToOData() *odata.Query
func (GetDriveItemChildOperationOptions) ToQuery ¶
func (o GetDriveItemChildOperationOptions) ToQuery() *client.QueryParams
type GetDriveItemChildrenCountOperationOptions ¶
type GetDriveItemChildrenCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveItemChildrenCountOperationOptions ¶
func DefaultGetDriveItemChildrenCountOperationOptions() GetDriveItemChildrenCountOperationOptions
func (GetDriveItemChildrenCountOperationOptions) ToHeaders ¶
func (o GetDriveItemChildrenCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemChildrenCountOperationOptions) ToOData ¶
func (o GetDriveItemChildrenCountOperationOptions) ToOData() *odata.Query
func (GetDriveItemChildrenCountOperationOptions) ToQuery ¶
func (o GetDriveItemChildrenCountOperationOptions) ToQuery() *client.QueryParams
type ListDriveItemChildrenCustomPager ¶
func (*ListDriveItemChildrenCustomPager) NextPageLink ¶
func (p *ListDriveItemChildrenCustomPager) NextPageLink() *odata.Link
type ListDriveItemChildrenOperationOptions ¶
type ListDriveItemChildrenOperationOptions 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 DefaultListDriveItemChildrenOperationOptions ¶
func DefaultListDriveItemChildrenOperationOptions() ListDriveItemChildrenOperationOptions
func (ListDriveItemChildrenOperationOptions) ToHeaders ¶
func (o ListDriveItemChildrenOperationOptions) ToHeaders() *client.Headers
func (ListDriveItemChildrenOperationOptions) ToOData ¶
func (o ListDriveItemChildrenOperationOptions) ToOData() *odata.Query
func (ListDriveItemChildrenOperationOptions) ToQuery ¶
func (o ListDriveItemChildrenOperationOptions) ToQuery() *client.QueryParams