Documentation ¶
Index ¶
- type DeleteTeamPrimaryChannelFilesFolderContentOperationOptions
- type DeleteTeamPrimaryChannelFilesFolderContentOperationResponse
- type GetTeamPrimaryChannelFilesFolderContentOperationOptions
- type GetTeamPrimaryChannelFilesFolderContentOperationResponse
- type SetTeamPrimaryChannelFilesFolderContentOperationOptions
- type SetTeamPrimaryChannelFilesFolderContentOperationResponse
- type TeamPrimaryChannelFilesFolderContentClient
- func (c TeamPrimaryChannelFilesFolderContentClient) DeleteTeamPrimaryChannelFilesFolderContent(ctx context.Context, id stable.GroupId, ...) (result DeleteTeamPrimaryChannelFilesFolderContentOperationResponse, err error)
- func (c TeamPrimaryChannelFilesFolderContentClient) GetTeamPrimaryChannelFilesFolderContent(ctx context.Context, id stable.GroupId, ...) (result GetTeamPrimaryChannelFilesFolderContentOperationResponse, err error)
- func (c TeamPrimaryChannelFilesFolderContentClient) SetTeamPrimaryChannelFilesFolderContent(ctx context.Context, id stable.GroupId, input []byte, ...) (result SetTeamPrimaryChannelFilesFolderContentOperationResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteTeamPrimaryChannelFilesFolderContentOperationOptions ¶
type DeleteTeamPrimaryChannelFilesFolderContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteTeamPrimaryChannelFilesFolderContentOperationOptions ¶
func DefaultDeleteTeamPrimaryChannelFilesFolderContentOperationOptions() DeleteTeamPrimaryChannelFilesFolderContentOperationOptions
func (DeleteTeamPrimaryChannelFilesFolderContentOperationOptions) ToHeaders ¶
func (o DeleteTeamPrimaryChannelFilesFolderContentOperationOptions) ToHeaders() *client.Headers
func (DeleteTeamPrimaryChannelFilesFolderContentOperationOptions) ToOData ¶
func (o DeleteTeamPrimaryChannelFilesFolderContentOperationOptions) ToOData() *odata.Query
func (DeleteTeamPrimaryChannelFilesFolderContentOperationOptions) ToQuery ¶
func (o DeleteTeamPrimaryChannelFilesFolderContentOperationOptions) ToQuery() *client.QueryParams
type GetTeamPrimaryChannelFilesFolderContentOperationOptions ¶
type GetTeamPrimaryChannelFilesFolderContentOperationOptions struct { Format *odata.Format Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetTeamPrimaryChannelFilesFolderContentOperationOptions ¶
func DefaultGetTeamPrimaryChannelFilesFolderContentOperationOptions() GetTeamPrimaryChannelFilesFolderContentOperationOptions
func (GetTeamPrimaryChannelFilesFolderContentOperationOptions) ToHeaders ¶
func (o GetTeamPrimaryChannelFilesFolderContentOperationOptions) ToHeaders() *client.Headers
func (GetTeamPrimaryChannelFilesFolderContentOperationOptions) ToOData ¶
func (o GetTeamPrimaryChannelFilesFolderContentOperationOptions) ToOData() *odata.Query
func (GetTeamPrimaryChannelFilesFolderContentOperationOptions) ToQuery ¶
func (o GetTeamPrimaryChannelFilesFolderContentOperationOptions) ToQuery() *client.QueryParams
type SetTeamPrimaryChannelFilesFolderContentOperationOptions ¶
type SetTeamPrimaryChannelFilesFolderContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetTeamPrimaryChannelFilesFolderContentOperationOptions ¶
func DefaultSetTeamPrimaryChannelFilesFolderContentOperationOptions() SetTeamPrimaryChannelFilesFolderContentOperationOptions
func (SetTeamPrimaryChannelFilesFolderContentOperationOptions) ToHeaders ¶
func (o SetTeamPrimaryChannelFilesFolderContentOperationOptions) ToHeaders() *client.Headers
func (SetTeamPrimaryChannelFilesFolderContentOperationOptions) ToOData ¶
func (o SetTeamPrimaryChannelFilesFolderContentOperationOptions) ToOData() *odata.Query
func (SetTeamPrimaryChannelFilesFolderContentOperationOptions) ToQuery ¶
func (o SetTeamPrimaryChannelFilesFolderContentOperationOptions) ToQuery() *client.QueryParams
type TeamPrimaryChannelFilesFolderContentClient ¶
func NewTeamPrimaryChannelFilesFolderContentClientWithBaseURI ¶
func NewTeamPrimaryChannelFilesFolderContentClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamPrimaryChannelFilesFolderContentClient, error)
func (TeamPrimaryChannelFilesFolderContentClient) DeleteTeamPrimaryChannelFilesFolderContent ¶
func (c TeamPrimaryChannelFilesFolderContentClient) DeleteTeamPrimaryChannelFilesFolderContent(ctx context.Context, id stable.GroupId, options DeleteTeamPrimaryChannelFilesFolderContentOperationOptions) (result DeleteTeamPrimaryChannelFilesFolderContentOperationResponse, err error)
DeleteTeamPrimaryChannelFilesFolderContent - Delete content for the navigation property filesFolder in groups. The content stream, if the item represents a file.
func (TeamPrimaryChannelFilesFolderContentClient) GetTeamPrimaryChannelFilesFolderContent ¶
func (c TeamPrimaryChannelFilesFolderContentClient) GetTeamPrimaryChannelFilesFolderContent(ctx context.Context, id stable.GroupId, options GetTeamPrimaryChannelFilesFolderContentOperationOptions) (result GetTeamPrimaryChannelFilesFolderContentOperationResponse, err error)
GetTeamPrimaryChannelFilesFolderContent - Get content for the navigation property filesFolder from groups. The content stream, if the item represents a file.
func (TeamPrimaryChannelFilesFolderContentClient) SetTeamPrimaryChannelFilesFolderContent ¶
func (c TeamPrimaryChannelFilesFolderContentClient) SetTeamPrimaryChannelFilesFolderContent(ctx context.Context, id stable.GroupId, input []byte, options SetTeamPrimaryChannelFilesFolderContentOperationOptions) (result SetTeamPrimaryChannelFilesFolderContentOperationResponse, err error)
SetTeamPrimaryChannelFilesFolderContent - Update content for the navigation property filesFolder in groups. The content stream, if the item represents a file.
Click to show internal directories.
Click to hide internal directories.