Documentation ¶
Index ¶
- type ColumnDefinitionOperationPredicate
- type CreateDriveListColumnOperationOptions
- type CreateDriveListColumnOperationResponse
- type DeleteDriveListColumnOperationOptions
- type DeleteDriveListColumnOperationResponse
- type DriveListColumnClient
- func (c DriveListColumnClient) CreateDriveListColumn(ctx context.Context, id stable.MeDriveId, input stable.ColumnDefinition, ...) (result CreateDriveListColumnOperationResponse, err error)
- func (c DriveListColumnClient) DeleteDriveListColumn(ctx context.Context, id stable.MeDriveIdListColumnId, ...) (result DeleteDriveListColumnOperationResponse, err error)
- func (c DriveListColumnClient) GetDriveListColumn(ctx context.Context, id stable.MeDriveIdListColumnId, ...) (result GetDriveListColumnOperationResponse, err error)
- func (c DriveListColumnClient) GetDriveListColumnsCount(ctx context.Context, id stable.MeDriveId, ...) (result GetDriveListColumnsCountOperationResponse, err error)
- func (c DriveListColumnClient) ListDriveListColumns(ctx context.Context, id stable.MeDriveId, ...) (result ListDriveListColumnsOperationResponse, err error)
- func (c DriveListColumnClient) ListDriveListColumnsComplete(ctx context.Context, id stable.MeDriveId, ...) (ListDriveListColumnsCompleteResult, error)
- func (c DriveListColumnClient) ListDriveListColumnsCompleteMatchingPredicate(ctx context.Context, id stable.MeDriveId, ...) (result ListDriveListColumnsCompleteResult, err error)
- func (c DriveListColumnClient) UpdateDriveListColumn(ctx context.Context, id stable.MeDriveIdListColumnId, ...) (result UpdateDriveListColumnOperationResponse, err error)
- type GetDriveListColumnOperationOptions
- type GetDriveListColumnOperationResponse
- type GetDriveListColumnsCountOperationOptions
- type GetDriveListColumnsCountOperationResponse
- type ListDriveListColumnsCompleteResult
- type ListDriveListColumnsCustomPager
- type ListDriveListColumnsOperationOptions
- type ListDriveListColumnsOperationResponse
- type UpdateDriveListColumnOperationOptions
- type UpdateDriveListColumnOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnDefinitionOperationPredicate ¶
type ColumnDefinitionOperationPredicate struct { }
func (ColumnDefinitionOperationPredicate) Matches ¶
func (p ColumnDefinitionOperationPredicate) Matches(input stable.ColumnDefinition) bool
type CreateDriveListColumnOperationOptions ¶
type CreateDriveListColumnOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveListColumnOperationOptions ¶
func DefaultCreateDriveListColumnOperationOptions() CreateDriveListColumnOperationOptions
func (CreateDriveListColumnOperationOptions) ToHeaders ¶
func (o CreateDriveListColumnOperationOptions) ToHeaders() *client.Headers
func (CreateDriveListColumnOperationOptions) ToOData ¶
func (o CreateDriveListColumnOperationOptions) ToOData() *odata.Query
func (CreateDriveListColumnOperationOptions) ToQuery ¶
func (o CreateDriveListColumnOperationOptions) ToQuery() *client.QueryParams
type DeleteDriveListColumnOperationOptions ¶
type DeleteDriveListColumnOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveListColumnOperationOptions ¶
func DefaultDeleteDriveListColumnOperationOptions() DeleteDriveListColumnOperationOptions
func (DeleteDriveListColumnOperationOptions) ToHeaders ¶
func (o DeleteDriveListColumnOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveListColumnOperationOptions) ToOData ¶
func (o DeleteDriveListColumnOperationOptions) ToOData() *odata.Query
func (DeleteDriveListColumnOperationOptions) ToQuery ¶
func (o DeleteDriveListColumnOperationOptions) ToQuery() *client.QueryParams
type DriveListColumnClient ¶
func NewDriveListColumnClientWithBaseURI ¶
func NewDriveListColumnClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListColumnClient, error)
func (DriveListColumnClient) CreateDriveListColumn ¶
func (c DriveListColumnClient) CreateDriveListColumn(ctx context.Context, id stable.MeDriveId, input stable.ColumnDefinition, options CreateDriveListColumnOperationOptions) (result CreateDriveListColumnOperationResponse, err error)
CreateDriveListColumn - Create new navigation property to columns for me
func (DriveListColumnClient) DeleteDriveListColumn ¶
func (c DriveListColumnClient) DeleteDriveListColumn(ctx context.Context, id stable.MeDriveIdListColumnId, options DeleteDriveListColumnOperationOptions) (result DeleteDriveListColumnOperationResponse, err error)
DeleteDriveListColumn - Delete navigation property columns for me
func (DriveListColumnClient) GetDriveListColumn ¶
func (c DriveListColumnClient) GetDriveListColumn(ctx context.Context, id stable.MeDriveIdListColumnId, options GetDriveListColumnOperationOptions) (result GetDriveListColumnOperationResponse, err error)
GetDriveListColumn - Get columns from me. The collection of field definitions for this list.
func (DriveListColumnClient) GetDriveListColumnsCount ¶
func (c DriveListColumnClient) GetDriveListColumnsCount(ctx context.Context, id stable.MeDriveId, options GetDriveListColumnsCountOperationOptions) (result GetDriveListColumnsCountOperationResponse, err error)
GetDriveListColumnsCount - Get the number of the resource
func (DriveListColumnClient) ListDriveListColumns ¶
func (c DriveListColumnClient) ListDriveListColumns(ctx context.Context, id stable.MeDriveId, options ListDriveListColumnsOperationOptions) (result ListDriveListColumnsOperationResponse, err error)
ListDriveListColumns - Get columns from me. The collection of field definitions for this list.
func (DriveListColumnClient) ListDriveListColumnsComplete ¶
func (c DriveListColumnClient) ListDriveListColumnsComplete(ctx context.Context, id stable.MeDriveId, options ListDriveListColumnsOperationOptions) (ListDriveListColumnsCompleteResult, error)
ListDriveListColumnsComplete retrieves all the results into a single object
func (DriveListColumnClient) ListDriveListColumnsCompleteMatchingPredicate ¶
func (c DriveListColumnClient) ListDriveListColumnsCompleteMatchingPredicate(ctx context.Context, id stable.MeDriveId, options ListDriveListColumnsOperationOptions, predicate ColumnDefinitionOperationPredicate) (result ListDriveListColumnsCompleteResult, err error)
ListDriveListColumnsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DriveListColumnClient) UpdateDriveListColumn ¶
func (c DriveListColumnClient) UpdateDriveListColumn(ctx context.Context, id stable.MeDriveIdListColumnId, input stable.ColumnDefinition, options UpdateDriveListColumnOperationOptions) (result UpdateDriveListColumnOperationResponse, err error)
UpdateDriveListColumn - Update the navigation property columns in me
type GetDriveListColumnOperationOptions ¶
type GetDriveListColumnOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveListColumnOperationOptions ¶
func DefaultGetDriveListColumnOperationOptions() GetDriveListColumnOperationOptions
func (GetDriveListColumnOperationOptions) ToHeaders ¶
func (o GetDriveListColumnOperationOptions) ToHeaders() *client.Headers
func (GetDriveListColumnOperationOptions) ToOData ¶
func (o GetDriveListColumnOperationOptions) ToOData() *odata.Query
func (GetDriveListColumnOperationOptions) ToQuery ¶
func (o GetDriveListColumnOperationOptions) ToQuery() *client.QueryParams
type GetDriveListColumnsCountOperationOptions ¶
type GetDriveListColumnsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveListColumnsCountOperationOptions ¶
func DefaultGetDriveListColumnsCountOperationOptions() GetDriveListColumnsCountOperationOptions
func (GetDriveListColumnsCountOperationOptions) ToHeaders ¶
func (o GetDriveListColumnsCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveListColumnsCountOperationOptions) ToOData ¶
func (o GetDriveListColumnsCountOperationOptions) ToOData() *odata.Query
func (GetDriveListColumnsCountOperationOptions) ToQuery ¶
func (o GetDriveListColumnsCountOperationOptions) ToQuery() *client.QueryParams
type ListDriveListColumnsCompleteResult ¶
type ListDriveListColumnsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.ColumnDefinition }
type ListDriveListColumnsCustomPager ¶
func (*ListDriveListColumnsCustomPager) NextPageLink ¶
func (p *ListDriveListColumnsCustomPager) NextPageLink() *odata.Link
type ListDriveListColumnsOperationOptions ¶
type ListDriveListColumnsOperationOptions 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 DefaultListDriveListColumnsOperationOptions ¶
func DefaultListDriveListColumnsOperationOptions() ListDriveListColumnsOperationOptions
func (ListDriveListColumnsOperationOptions) ToHeaders ¶
func (o ListDriveListColumnsOperationOptions) ToHeaders() *client.Headers
func (ListDriveListColumnsOperationOptions) ToOData ¶
func (o ListDriveListColumnsOperationOptions) ToOData() *odata.Query
func (ListDriveListColumnsOperationOptions) ToQuery ¶
func (o ListDriveListColumnsOperationOptions) ToQuery() *client.QueryParams
type UpdateDriveListColumnOperationOptions ¶
type UpdateDriveListColumnOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveListColumnOperationOptions ¶
func DefaultUpdateDriveListColumnOperationOptions() UpdateDriveListColumnOperationOptions
func (UpdateDriveListColumnOperationOptions) ToHeaders ¶
func (o UpdateDriveListColumnOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveListColumnOperationOptions) ToOData ¶
func (o UpdateDriveListColumnOperationOptions) ToOData() *odata.Query
func (UpdateDriveListColumnOperationOptions) ToQuery ¶
func (o UpdateDriveListColumnOperationOptions) ToQuery() *client.QueryParams