eventinstanceexceptionoccurrenceextension

package
v0.20241104.1140654 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 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 CreateEventInstanceExceptionOccurrenceExtensionOperationOptions

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

func (CreateEventInstanceExceptionOccurrenceExtensionOperationOptions) ToHeaders

func (CreateEventInstanceExceptionOccurrenceExtensionOperationOptions) ToOData

func (CreateEventInstanceExceptionOccurrenceExtensionOperationOptions) ToQuery

type CreateEventInstanceExceptionOccurrenceExtensionOperationResponse

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

type DeleteEventInstanceExceptionOccurrenceExtensionOperationOptions

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

func (DeleteEventInstanceExceptionOccurrenceExtensionOperationOptions) ToHeaders

func (DeleteEventInstanceExceptionOccurrenceExtensionOperationOptions) ToOData

func (DeleteEventInstanceExceptionOccurrenceExtensionOperationOptions) ToQuery

type DeleteEventInstanceExceptionOccurrenceExtensionOperationResponse

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

type EventInstanceExceptionOccurrenceExtensionClient

type EventInstanceExceptionOccurrenceExtensionClient struct {
	Client *msgraph.Client
}

func NewEventInstanceExceptionOccurrenceExtensionClientWithBaseURI

func NewEventInstanceExceptionOccurrenceExtensionClientWithBaseURI(sdkApi sdkEnv.Api) (*EventInstanceExceptionOccurrenceExtensionClient, error)

func (EventInstanceExceptionOccurrenceExtensionClient) CreateEventInstanceExceptionOccurrenceExtension

CreateEventInstanceExceptionOccurrenceExtension - Create new navigation property to extensions for me

func (EventInstanceExceptionOccurrenceExtensionClient) DeleteEventInstanceExceptionOccurrenceExtension

DeleteEventInstanceExceptionOccurrenceExtension - Delete navigation property extensions for me

func (EventInstanceExceptionOccurrenceExtensionClient) GetEventInstanceExceptionOccurrenceExtension

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

func (EventInstanceExceptionOccurrenceExtensionClient) GetEventInstanceExceptionOccurrenceExtensionsCount

GetEventInstanceExceptionOccurrenceExtensionsCount - Get the number of the resource

func (EventInstanceExceptionOccurrenceExtensionClient) ListEventInstanceExceptionOccurrenceExtensions

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

func (EventInstanceExceptionOccurrenceExtensionClient) ListEventInstanceExceptionOccurrenceExtensionsComplete

ListEventInstanceExceptionOccurrenceExtensionsComplete retrieves all the results into a single object

func (EventInstanceExceptionOccurrenceExtensionClient) ListEventInstanceExceptionOccurrenceExtensionsCompleteMatchingPredicate

ListEventInstanceExceptionOccurrenceExtensionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EventInstanceExceptionOccurrenceExtensionClient) UpdateEventInstanceExceptionOccurrenceExtension

UpdateEventInstanceExceptionOccurrenceExtension - Update the navigation property extensions in me

type ExtensionOperationPredicate

type ExtensionOperationPredicate struct {
}

func (ExtensionOperationPredicate) Matches

type GetEventInstanceExceptionOccurrenceExtensionOperationOptions

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

func (GetEventInstanceExceptionOccurrenceExtensionOperationOptions) ToHeaders

func (GetEventInstanceExceptionOccurrenceExtensionOperationOptions) ToOData

func (GetEventInstanceExceptionOccurrenceExtensionOperationOptions) ToQuery

type GetEventInstanceExceptionOccurrenceExtensionOperationResponse

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

type GetEventInstanceExceptionOccurrenceExtensionsCountOperationOptions

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

func (GetEventInstanceExceptionOccurrenceExtensionsCountOperationOptions) ToHeaders

func (GetEventInstanceExceptionOccurrenceExtensionsCountOperationOptions) ToOData

func (GetEventInstanceExceptionOccurrenceExtensionsCountOperationOptions) ToQuery

type GetEventInstanceExceptionOccurrenceExtensionsCountOperationResponse

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

type ListEventInstanceExceptionOccurrenceExtensionsCompleteResult

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

type ListEventInstanceExceptionOccurrenceExtensionsCustomPager

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

type ListEventInstanceExceptionOccurrenceExtensionsOperationOptions

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

func (ListEventInstanceExceptionOccurrenceExtensionsOperationOptions) ToOData

func (ListEventInstanceExceptionOccurrenceExtensionsOperationOptions) ToQuery

type ListEventInstanceExceptionOccurrenceExtensionsOperationResponse

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

type UpdateEventInstanceExceptionOccurrenceExtensionOperationOptions

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

func (UpdateEventInstanceExceptionOccurrenceExtensionOperationOptions) ToHeaders

func (UpdateEventInstanceExceptionOccurrenceExtensionOperationOptions) ToOData

func (UpdateEventInstanceExceptionOccurrenceExtensionOperationOptions) ToQuery

type UpdateEventInstanceExceptionOccurrenceExtensionOperationResponse

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