eventexceptionoccurrenceextension

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateEventExceptionOccurrenceExtensionOperationOptions

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

func (CreateEventExceptionOccurrenceExtensionOperationOptions) ToHeaders

func (CreateEventExceptionOccurrenceExtensionOperationOptions) ToOData

func (CreateEventExceptionOccurrenceExtensionOperationOptions) ToQuery

type CreateEventExceptionOccurrenceExtensionOperationResponse

type CreateEventExceptionOccurrenceExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.Extension
}

type DeleteEventExceptionOccurrenceExtensionOperationOptions

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

func (DeleteEventExceptionOccurrenceExtensionOperationOptions) ToHeaders

func (DeleteEventExceptionOccurrenceExtensionOperationOptions) ToOData

func (DeleteEventExceptionOccurrenceExtensionOperationOptions) ToQuery

type DeleteEventExceptionOccurrenceExtensionOperationResponse

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

type EventExceptionOccurrenceExtensionClient

type EventExceptionOccurrenceExtensionClient struct {
	Client *msgraph.Client
}

func NewEventExceptionOccurrenceExtensionClientWithBaseURI

func NewEventExceptionOccurrenceExtensionClientWithBaseURI(sdkApi sdkEnv.Api) (*EventExceptionOccurrenceExtensionClient, error)

func (EventExceptionOccurrenceExtensionClient) CreateEventExceptionOccurrenceExtension

CreateEventExceptionOccurrenceExtension - Create new navigation property to extensions for groups

func (EventExceptionOccurrenceExtensionClient) DeleteEventExceptionOccurrenceExtension

DeleteEventExceptionOccurrenceExtension - Delete navigation property extensions for groups

func (EventExceptionOccurrenceExtensionClient) GetEventExceptionOccurrenceExtension

GetEventExceptionOccurrenceExtension - Get extensions from groups. The collection of open extensions defined for the event. Nullable.

func (EventExceptionOccurrenceExtensionClient) GetEventExceptionOccurrenceExtensionsCount

GetEventExceptionOccurrenceExtensionsCount - Get the number of the resource

func (EventExceptionOccurrenceExtensionClient) ListEventExceptionOccurrenceExtensions

ListEventExceptionOccurrenceExtensions - Get extensions from groups. The collection of open extensions defined for the event. Nullable.

func (EventExceptionOccurrenceExtensionClient) ListEventExceptionOccurrenceExtensionsComplete

ListEventExceptionOccurrenceExtensionsComplete retrieves all the results into a single object

func (EventExceptionOccurrenceExtensionClient) ListEventExceptionOccurrenceExtensionsCompleteMatchingPredicate

ListEventExceptionOccurrenceExtensionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EventExceptionOccurrenceExtensionClient) UpdateEventExceptionOccurrenceExtension

UpdateEventExceptionOccurrenceExtension - Update the navigation property extensions in groups

type ExtensionOperationPredicate

type ExtensionOperationPredicate struct {
}

func (ExtensionOperationPredicate) Matches

type GetEventExceptionOccurrenceExtensionOperationOptions

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

func DefaultGetEventExceptionOccurrenceExtensionOperationOptions

func DefaultGetEventExceptionOccurrenceExtensionOperationOptions() GetEventExceptionOccurrenceExtensionOperationOptions

func (GetEventExceptionOccurrenceExtensionOperationOptions) ToHeaders

func (GetEventExceptionOccurrenceExtensionOperationOptions) ToOData

func (GetEventExceptionOccurrenceExtensionOperationOptions) ToQuery

type GetEventExceptionOccurrenceExtensionOperationResponse

type GetEventExceptionOccurrenceExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.Extension
}

type GetEventExceptionOccurrenceExtensionsCountOperationOptions

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

func (GetEventExceptionOccurrenceExtensionsCountOperationOptions) ToHeaders

func (GetEventExceptionOccurrenceExtensionsCountOperationOptions) ToOData

func (GetEventExceptionOccurrenceExtensionsCountOperationOptions) ToQuery

type GetEventExceptionOccurrenceExtensionsCountOperationResponse

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

type ListEventExceptionOccurrenceExtensionsCompleteResult

type ListEventExceptionOccurrenceExtensionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.Extension
}

type ListEventExceptionOccurrenceExtensionsCustomPager

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

type ListEventExceptionOccurrenceExtensionsOperationOptions

type ListEventExceptionOccurrenceExtensionsOperationOptions 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 DefaultListEventExceptionOccurrenceExtensionsOperationOptions

func DefaultListEventExceptionOccurrenceExtensionsOperationOptions() ListEventExceptionOccurrenceExtensionsOperationOptions

func (ListEventExceptionOccurrenceExtensionsOperationOptions) ToHeaders

func (ListEventExceptionOccurrenceExtensionsOperationOptions) ToOData

func (ListEventExceptionOccurrenceExtensionsOperationOptions) ToQuery

type ListEventExceptionOccurrenceExtensionsOperationResponse

type ListEventExceptionOccurrenceExtensionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.Extension
}

type UpdateEventExceptionOccurrenceExtensionOperationOptions

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

func (UpdateEventExceptionOccurrenceExtensionOperationOptions) ToHeaders

func (UpdateEventExceptionOccurrenceExtensionOperationOptions) ToOData

func (UpdateEventExceptionOccurrenceExtensionOperationOptions) ToQuery

type UpdateEventExceptionOccurrenceExtensionOperationResponse

type UpdateEventExceptionOccurrenceExtensionOperationResponse 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