onlinemeetingrecording

package
v0.20241021.1074254 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CallRecordingOperationPredicate

type CallRecordingOperationPredicate struct {
}

func (CallRecordingOperationPredicate) Matches

type CreateOnlineMeetingRecordingOperationOptions

type CreateOnlineMeetingRecordingOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateOnlineMeetingRecordingOperationOptions

func DefaultCreateOnlineMeetingRecordingOperationOptions() CreateOnlineMeetingRecordingOperationOptions

func (CreateOnlineMeetingRecordingOperationOptions) ToHeaders

func (CreateOnlineMeetingRecordingOperationOptions) ToOData

func (CreateOnlineMeetingRecordingOperationOptions) ToQuery

type CreateOnlineMeetingRecordingOperationResponse

type CreateOnlineMeetingRecordingOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.CallRecording
}

type DeleteOnlineMeetingRecordingOperationOptions

type DeleteOnlineMeetingRecordingOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteOnlineMeetingRecordingOperationOptions

func DefaultDeleteOnlineMeetingRecordingOperationOptions() DeleteOnlineMeetingRecordingOperationOptions

func (DeleteOnlineMeetingRecordingOperationOptions) ToHeaders

func (DeleteOnlineMeetingRecordingOperationOptions) ToOData

func (DeleteOnlineMeetingRecordingOperationOptions) ToQuery

type DeleteOnlineMeetingRecordingOperationResponse

type DeleteOnlineMeetingRecordingOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetOnlineMeetingRecordingOperationOptions

type GetOnlineMeetingRecordingOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetOnlineMeetingRecordingOperationOptions

func DefaultGetOnlineMeetingRecordingOperationOptions() GetOnlineMeetingRecordingOperationOptions

func (GetOnlineMeetingRecordingOperationOptions) ToHeaders

func (GetOnlineMeetingRecordingOperationOptions) ToOData

func (GetOnlineMeetingRecordingOperationOptions) ToQuery

type GetOnlineMeetingRecordingOperationResponse

type GetOnlineMeetingRecordingOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.CallRecording
}

type GetOnlineMeetingRecordingsCountOperationOptions

type GetOnlineMeetingRecordingsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetOnlineMeetingRecordingsCountOperationOptions

func DefaultGetOnlineMeetingRecordingsCountOperationOptions() GetOnlineMeetingRecordingsCountOperationOptions

func (GetOnlineMeetingRecordingsCountOperationOptions) ToHeaders

func (GetOnlineMeetingRecordingsCountOperationOptions) ToOData

func (GetOnlineMeetingRecordingsCountOperationOptions) ToQuery

type GetOnlineMeetingRecordingsCountOperationResponse

type GetOnlineMeetingRecordingsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListOnlineMeetingRecordingsCompleteResult

type ListOnlineMeetingRecordingsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.CallRecording
}

type ListOnlineMeetingRecordingsCustomPager

type ListOnlineMeetingRecordingsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListOnlineMeetingRecordingsOperationOptions

type ListOnlineMeetingRecordingsOperationOptions 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 DefaultListOnlineMeetingRecordingsOperationOptions

func DefaultListOnlineMeetingRecordingsOperationOptions() ListOnlineMeetingRecordingsOperationOptions

func (ListOnlineMeetingRecordingsOperationOptions) ToHeaders

func (ListOnlineMeetingRecordingsOperationOptions) ToOData

func (ListOnlineMeetingRecordingsOperationOptions) ToQuery

type ListOnlineMeetingRecordingsOperationResponse

type ListOnlineMeetingRecordingsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.CallRecording
}

type OnlineMeetingRecordingClient

type OnlineMeetingRecordingClient struct {
	Client *msgraph.Client
}

func NewOnlineMeetingRecordingClientWithBaseURI

func NewOnlineMeetingRecordingClientWithBaseURI(sdkApi sdkEnv.Api) (*OnlineMeetingRecordingClient, error)

func (OnlineMeetingRecordingClient) CreateOnlineMeetingRecording

CreateOnlineMeetingRecording - Create new navigation property to recordings for users

func (OnlineMeetingRecordingClient) DeleteOnlineMeetingRecording

DeleteOnlineMeetingRecording - Delete navigation property recordings for users

func (OnlineMeetingRecordingClient) GetOnlineMeetingRecording

GetOnlineMeetingRecording - Get callRecording. Get a callRecording object associated with a scheduled onlineMeeting. This API doesn't support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.

func (OnlineMeetingRecordingClient) GetOnlineMeetingRecordingsCount

GetOnlineMeetingRecordingsCount - Get the number of the resource

func (OnlineMeetingRecordingClient) ListOnlineMeetingRecordings

ListOnlineMeetingRecordings - Get callRecording. Get a callRecording object associated with a scheduled onlineMeeting. This API doesn't support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.

func (OnlineMeetingRecordingClient) ListOnlineMeetingRecordingsComplete

ListOnlineMeetingRecordingsComplete retrieves all the results into a single object

func (OnlineMeetingRecordingClient) ListOnlineMeetingRecordingsCompleteMatchingPredicate

ListOnlineMeetingRecordingsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (OnlineMeetingRecordingClient) UpdateOnlineMeetingRecording

UpdateOnlineMeetingRecording - Update the navigation property recordings in users

type UpdateOnlineMeetingRecordingOperationOptions

type UpdateOnlineMeetingRecordingOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateOnlineMeetingRecordingOperationOptions

func DefaultUpdateOnlineMeetingRecordingOperationOptions() UpdateOnlineMeetingRecordingOperationOptions

func (UpdateOnlineMeetingRecordingOperationOptions) ToHeaders

func (UpdateOnlineMeetingRecordingOperationOptions) ToOData

func (UpdateOnlineMeetingRecordingOperationOptions) ToQuery

type UpdateOnlineMeetingRecordingOperationResponse

type UpdateOnlineMeetingRecordingOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL