Documentation ¶
Index ¶
- type DeleteDriveRootListItemFieldOperationOptions
- type DeleteDriveRootListItemFieldOperationResponse
- type DriveRootListItemFieldClient
- func (c DriveRootListItemFieldClient) DeleteDriveRootListItemField(ctx context.Context, id beta.UserIdDriveId, ...) (result DeleteDriveRootListItemFieldOperationResponse, err error)
- func (c DriveRootListItemFieldClient) GetDriveRootListItemField(ctx context.Context, id beta.UserIdDriveId, ...) (result GetDriveRootListItemFieldOperationResponse, err error)
- func (c DriveRootListItemFieldClient) UpdateDriveRootListItemField(ctx context.Context, id beta.UserIdDriveId, input beta.FieldValueSet, ...) (result UpdateDriveRootListItemFieldOperationResponse, err error)
- type GetDriveRootListItemFieldOperationOptions
- type GetDriveRootListItemFieldOperationResponse
- type UpdateDriveRootListItemFieldOperationOptions
- type UpdateDriveRootListItemFieldOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveRootListItemFieldOperationOptions ¶
type DeleteDriveRootListItemFieldOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootListItemFieldOperationOptions ¶
func DefaultDeleteDriveRootListItemFieldOperationOptions() DeleteDriveRootListItemFieldOperationOptions
func (DeleteDriveRootListItemFieldOperationOptions) ToHeaders ¶
func (o DeleteDriveRootListItemFieldOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootListItemFieldOperationOptions) ToOData ¶
func (o DeleteDriveRootListItemFieldOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootListItemFieldOperationOptions) ToQuery ¶
func (o DeleteDriveRootListItemFieldOperationOptions) ToQuery() *client.QueryParams
type DriveRootListItemFieldClient ¶
func NewDriveRootListItemFieldClientWithBaseURI ¶
func NewDriveRootListItemFieldClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootListItemFieldClient, error)
func (DriveRootListItemFieldClient) DeleteDriveRootListItemField ¶
func (c DriveRootListItemFieldClient) DeleteDriveRootListItemField(ctx context.Context, id beta.UserIdDriveId, options DeleteDriveRootListItemFieldOperationOptions) (result DeleteDriveRootListItemFieldOperationResponse, err error)
DeleteDriveRootListItemField - Delete navigation property fields for users
func (DriveRootListItemFieldClient) GetDriveRootListItemField ¶
func (c DriveRootListItemFieldClient) GetDriveRootListItemField(ctx context.Context, id beta.UserIdDriveId, options GetDriveRootListItemFieldOperationOptions) (result GetDriveRootListItemFieldOperationResponse, err error)
GetDriveRootListItemField - Get fields from users. The values of the columns set on this list item.
func (DriveRootListItemFieldClient) UpdateDriveRootListItemField ¶
func (c DriveRootListItemFieldClient) UpdateDriveRootListItemField(ctx context.Context, id beta.UserIdDriveId, input beta.FieldValueSet, options UpdateDriveRootListItemFieldOperationOptions) (result UpdateDriveRootListItemFieldOperationResponse, err error)
UpdateDriveRootListItemField - Update the navigation property fields in users
type GetDriveRootListItemFieldOperationOptions ¶
type GetDriveRootListItemFieldOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveRootListItemFieldOperationOptions ¶
func DefaultGetDriveRootListItemFieldOperationOptions() GetDriveRootListItemFieldOperationOptions
func (GetDriveRootListItemFieldOperationOptions) ToHeaders ¶
func (o GetDriveRootListItemFieldOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootListItemFieldOperationOptions) ToOData ¶
func (o GetDriveRootListItemFieldOperationOptions) ToOData() *odata.Query
func (GetDriveRootListItemFieldOperationOptions) ToQuery ¶
func (o GetDriveRootListItemFieldOperationOptions) ToQuery() *client.QueryParams
type UpdateDriveRootListItemFieldOperationOptions ¶
type UpdateDriveRootListItemFieldOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveRootListItemFieldOperationOptions ¶
func DefaultUpdateDriveRootListItemFieldOperationOptions() UpdateDriveRootListItemFieldOperationOptions
func (UpdateDriveRootListItemFieldOperationOptions) ToHeaders ¶
func (o UpdateDriveRootListItemFieldOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveRootListItemFieldOperationOptions) ToOData ¶
func (o UpdateDriveRootListItemFieldOperationOptions) ToOData() *odata.Query
func (UpdateDriveRootListItemFieldOperationOptions) ToQuery ¶
func (o UpdateDriveRootListItemFieldOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.