eventexceptionoccurrenceinstanceextension

package
v0.20241209.1115630 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 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 CreateEventExceptionOccurrenceInstanceExtensionOperationOptions

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

func (CreateEventExceptionOccurrenceInstanceExtensionOperationOptions) ToHeaders

func (CreateEventExceptionOccurrenceInstanceExtensionOperationOptions) ToOData

func (CreateEventExceptionOccurrenceInstanceExtensionOperationOptions) ToQuery

type CreateEventExceptionOccurrenceInstanceExtensionOperationResponse

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

type DeleteEventExceptionOccurrenceInstanceExtensionOperationOptions

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

func (DeleteEventExceptionOccurrenceInstanceExtensionOperationOptions) ToHeaders

func (DeleteEventExceptionOccurrenceInstanceExtensionOperationOptions) ToOData

func (DeleteEventExceptionOccurrenceInstanceExtensionOperationOptions) ToQuery

type DeleteEventExceptionOccurrenceInstanceExtensionOperationResponse

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

type EventExceptionOccurrenceInstanceExtensionClient

type EventExceptionOccurrenceInstanceExtensionClient struct {
	Client *msgraph.Client
}

func NewEventExceptionOccurrenceInstanceExtensionClientWithBaseURI

func NewEventExceptionOccurrenceInstanceExtensionClientWithBaseURI(sdkApi sdkEnv.Api) (*EventExceptionOccurrenceInstanceExtensionClient, error)

func (EventExceptionOccurrenceInstanceExtensionClient) CreateEventExceptionOccurrenceInstanceExtension

CreateEventExceptionOccurrenceInstanceExtension - Create new navigation property to extensions for me

func (EventExceptionOccurrenceInstanceExtensionClient) DeleteEventExceptionOccurrenceInstanceExtension

DeleteEventExceptionOccurrenceInstanceExtension - Delete navigation property extensions for me

func (EventExceptionOccurrenceInstanceExtensionClient) GetEventExceptionOccurrenceInstanceExtension

GetEventExceptionOccurrenceInstanceExtension - Get extensions from me. The collection of open extensions defined for the event. Nullable.

func (EventExceptionOccurrenceInstanceExtensionClient) GetEventExceptionOccurrenceInstanceExtensionsCount

GetEventExceptionOccurrenceInstanceExtensionsCount - Get the number of the resource

func (EventExceptionOccurrenceInstanceExtensionClient) ListEventExceptionOccurrenceInstanceExtensions

ListEventExceptionOccurrenceInstanceExtensions - Get extensions from me. The collection of open extensions defined for the event. Nullable.

func (EventExceptionOccurrenceInstanceExtensionClient) ListEventExceptionOccurrenceInstanceExtensionsComplete

ListEventExceptionOccurrenceInstanceExtensionsComplete retrieves all the results into a single object

func (EventExceptionOccurrenceInstanceExtensionClient) ListEventExceptionOccurrenceInstanceExtensionsCompleteMatchingPredicate

ListEventExceptionOccurrenceInstanceExtensionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EventExceptionOccurrenceInstanceExtensionClient) UpdateEventExceptionOccurrenceInstanceExtension

UpdateEventExceptionOccurrenceInstanceExtension - Update the navigation property extensions in me

type ExtensionOperationPredicate

type ExtensionOperationPredicate struct {
}

func (ExtensionOperationPredicate) Matches

type GetEventExceptionOccurrenceInstanceExtensionOperationOptions

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

func (GetEventExceptionOccurrenceInstanceExtensionOperationOptions) ToHeaders

func (GetEventExceptionOccurrenceInstanceExtensionOperationOptions) ToOData

func (GetEventExceptionOccurrenceInstanceExtensionOperationOptions) ToQuery

type GetEventExceptionOccurrenceInstanceExtensionOperationResponse

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

type GetEventExceptionOccurrenceInstanceExtensionsCountOperationOptions

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

func (GetEventExceptionOccurrenceInstanceExtensionsCountOperationOptions) ToHeaders

func (GetEventExceptionOccurrenceInstanceExtensionsCountOperationOptions) ToOData

func (GetEventExceptionOccurrenceInstanceExtensionsCountOperationOptions) ToQuery

type GetEventExceptionOccurrenceInstanceExtensionsCountOperationResponse

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

type ListEventExceptionOccurrenceInstanceExtensionsCompleteResult

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

type ListEventExceptionOccurrenceInstanceExtensionsCustomPager

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

type ListEventExceptionOccurrenceInstanceExtensionsOperationOptions

type ListEventExceptionOccurrenceInstanceExtensionsOperationOptions 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 (ListEventExceptionOccurrenceInstanceExtensionsOperationOptions) ToHeaders

func (ListEventExceptionOccurrenceInstanceExtensionsOperationOptions) ToOData

func (ListEventExceptionOccurrenceInstanceExtensionsOperationOptions) ToQuery

type ListEventExceptionOccurrenceInstanceExtensionsOperationResponse

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

type UpdateEventExceptionOccurrenceInstanceExtensionOperationOptions

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

func (UpdateEventExceptionOccurrenceInstanceExtensionOperationOptions) ToHeaders

func (UpdateEventExceptionOccurrenceInstanceExtensionOperationOptions) ToOData

func (UpdateEventExceptionOccurrenceInstanceExtensionOperationOptions) ToQuery

type UpdateEventExceptionOccurrenceInstanceExtensionOperationResponse

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