Documentation ¶
Index ¶
- type DeleteSiteListItemDocumentSetVersionFieldOperationOptions
- type DeleteSiteListItemDocumentSetVersionFieldOperationResponse
- type GetSiteListItemDocumentSetVersionFieldOperationOptions
- type GetSiteListItemDocumentSetVersionFieldOperationResponse
- type SiteListItemDocumentSetVersionFieldClient
- func (c SiteListItemDocumentSetVersionFieldClient) DeleteSiteListItemDocumentSetVersionField(ctx context.Context, id stable.GroupIdSiteIdListIdItemIdDocumentSetVersionId, ...) (result DeleteSiteListItemDocumentSetVersionFieldOperationResponse, err error)
- func (c SiteListItemDocumentSetVersionFieldClient) GetSiteListItemDocumentSetVersionField(ctx context.Context, id stable.GroupIdSiteIdListIdItemIdDocumentSetVersionId, ...) (result GetSiteListItemDocumentSetVersionFieldOperationResponse, err error)
- func (c SiteListItemDocumentSetVersionFieldClient) UpdateSiteListItemDocumentSetVersionField(ctx context.Context, id stable.GroupIdSiteIdListIdItemIdDocumentSetVersionId, ...) (result UpdateSiteListItemDocumentSetVersionFieldOperationResponse, err error)
- type UpdateSiteListItemDocumentSetVersionFieldOperationOptions
- type UpdateSiteListItemDocumentSetVersionFieldOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteSiteListItemDocumentSetVersionFieldOperationOptions ¶
type DeleteSiteListItemDocumentSetVersionFieldOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSiteListItemDocumentSetVersionFieldOperationOptions ¶
func DefaultDeleteSiteListItemDocumentSetVersionFieldOperationOptions() DeleteSiteListItemDocumentSetVersionFieldOperationOptions
func (DeleteSiteListItemDocumentSetVersionFieldOperationOptions) ToHeaders ¶
func (o DeleteSiteListItemDocumentSetVersionFieldOperationOptions) ToHeaders() *client.Headers
func (DeleteSiteListItemDocumentSetVersionFieldOperationOptions) ToOData ¶
func (o DeleteSiteListItemDocumentSetVersionFieldOperationOptions) ToOData() *odata.Query
func (DeleteSiteListItemDocumentSetVersionFieldOperationOptions) ToQuery ¶
func (o DeleteSiteListItemDocumentSetVersionFieldOperationOptions) ToQuery() *client.QueryParams
type GetSiteListItemDocumentSetVersionFieldOperationOptions ¶
type GetSiteListItemDocumentSetVersionFieldOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSiteListItemDocumentSetVersionFieldOperationOptions ¶
func DefaultGetSiteListItemDocumentSetVersionFieldOperationOptions() GetSiteListItemDocumentSetVersionFieldOperationOptions
func (GetSiteListItemDocumentSetVersionFieldOperationOptions) ToHeaders ¶
func (o GetSiteListItemDocumentSetVersionFieldOperationOptions) ToHeaders() *client.Headers
func (GetSiteListItemDocumentSetVersionFieldOperationOptions) ToOData ¶
func (o GetSiteListItemDocumentSetVersionFieldOperationOptions) ToOData() *odata.Query
func (GetSiteListItemDocumentSetVersionFieldOperationOptions) ToQuery ¶
func (o GetSiteListItemDocumentSetVersionFieldOperationOptions) ToQuery() *client.QueryParams
type SiteListItemDocumentSetVersionFieldClient ¶
func NewSiteListItemDocumentSetVersionFieldClientWithBaseURI ¶
func NewSiteListItemDocumentSetVersionFieldClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteListItemDocumentSetVersionFieldClient, error)
func (SiteListItemDocumentSetVersionFieldClient) DeleteSiteListItemDocumentSetVersionField ¶
func (c SiteListItemDocumentSetVersionFieldClient) DeleteSiteListItemDocumentSetVersionField(ctx context.Context, id stable.GroupIdSiteIdListIdItemIdDocumentSetVersionId, options DeleteSiteListItemDocumentSetVersionFieldOperationOptions) (result DeleteSiteListItemDocumentSetVersionFieldOperationResponse, err error)
DeleteSiteListItemDocumentSetVersionField - Delete navigation property fields for groups
func (SiteListItemDocumentSetVersionFieldClient) GetSiteListItemDocumentSetVersionField ¶
func (c SiteListItemDocumentSetVersionFieldClient) GetSiteListItemDocumentSetVersionField(ctx context.Context, id stable.GroupIdSiteIdListIdItemIdDocumentSetVersionId, options GetSiteListItemDocumentSetVersionFieldOperationOptions) (result GetSiteListItemDocumentSetVersionFieldOperationResponse, err error)
GetSiteListItemDocumentSetVersionField - Get fields from groups. A collection of the fields and values for this version of the list item.
func (SiteListItemDocumentSetVersionFieldClient) UpdateSiteListItemDocumentSetVersionField ¶
func (c SiteListItemDocumentSetVersionFieldClient) UpdateSiteListItemDocumentSetVersionField(ctx context.Context, id stable.GroupIdSiteIdListIdItemIdDocumentSetVersionId, input stable.FieldValueSet, options UpdateSiteListItemDocumentSetVersionFieldOperationOptions) (result UpdateSiteListItemDocumentSetVersionFieldOperationResponse, err error)
UpdateSiteListItemDocumentSetVersionField - Update the navigation property fields in groups
type UpdateSiteListItemDocumentSetVersionFieldOperationOptions ¶
type UpdateSiteListItemDocumentSetVersionFieldOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSiteListItemDocumentSetVersionFieldOperationOptions ¶
func DefaultUpdateSiteListItemDocumentSetVersionFieldOperationOptions() UpdateSiteListItemDocumentSetVersionFieldOperationOptions
func (UpdateSiteListItemDocumentSetVersionFieldOperationOptions) ToHeaders ¶
func (o UpdateSiteListItemDocumentSetVersionFieldOperationOptions) ToHeaders() *client.Headers
func (UpdateSiteListItemDocumentSetVersionFieldOperationOptions) ToOData ¶
func (o UpdateSiteListItemDocumentSetVersionFieldOperationOptions) ToOData() *odata.Query
func (UpdateSiteListItemDocumentSetVersionFieldOperationOptions) ToQuery ¶
func (o UpdateSiteListItemDocumentSetVersionFieldOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.