Documentation ¶
Index ¶
- type CreateEventExceptionOccurrenceExtensionOperationOptions
- type CreateEventExceptionOccurrenceExtensionOperationResponse
- type DeleteEventExceptionOccurrenceExtensionOperationOptions
- type DeleteEventExceptionOccurrenceExtensionOperationResponse
- type EventExceptionOccurrenceExtensionClient
- func (c EventExceptionOccurrenceExtensionClient) CreateEventExceptionOccurrenceExtension(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, ...) (result CreateEventExceptionOccurrenceExtensionOperationResponse, err error)
- func (c EventExceptionOccurrenceExtensionClient) DeleteEventExceptionOccurrenceExtension(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceIdExtensionId, ...) (result DeleteEventExceptionOccurrenceExtensionOperationResponse, err error)
- func (c EventExceptionOccurrenceExtensionClient) GetEventExceptionOccurrenceExtension(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceIdExtensionId, ...) (result GetEventExceptionOccurrenceExtensionOperationResponse, err error)
- func (c EventExceptionOccurrenceExtensionClient) GetEventExceptionOccurrenceExtensionsCount(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, ...) (result GetEventExceptionOccurrenceExtensionsCountOperationResponse, err error)
- func (c EventExceptionOccurrenceExtensionClient) ListEventExceptionOccurrenceExtensions(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, ...) (result ListEventExceptionOccurrenceExtensionsOperationResponse, err error)
- func (c EventExceptionOccurrenceExtensionClient) ListEventExceptionOccurrenceExtensionsComplete(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, ...) (ListEventExceptionOccurrenceExtensionsCompleteResult, error)
- func (c EventExceptionOccurrenceExtensionClient) ListEventExceptionOccurrenceExtensionsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, ...) (result ListEventExceptionOccurrenceExtensionsCompleteResult, err error)
- func (c EventExceptionOccurrenceExtensionClient) UpdateEventExceptionOccurrenceExtension(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceIdExtensionId, ...) (result UpdateEventExceptionOccurrenceExtensionOperationResponse, err error)
- type ExtensionOperationPredicate
- type GetEventExceptionOccurrenceExtensionOperationOptions
- type GetEventExceptionOccurrenceExtensionOperationResponse
- type GetEventExceptionOccurrenceExtensionsCountOperationOptions
- type GetEventExceptionOccurrenceExtensionsCountOperationResponse
- type ListEventExceptionOccurrenceExtensionsCompleteResult
- type ListEventExceptionOccurrenceExtensionsCustomPager
- type ListEventExceptionOccurrenceExtensionsOperationOptions
- type ListEventExceptionOccurrenceExtensionsOperationResponse
- type UpdateEventExceptionOccurrenceExtensionOperationOptions
- type UpdateEventExceptionOccurrenceExtensionOperationResponse
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 DefaultCreateEventExceptionOccurrenceExtensionOperationOptions ¶
func DefaultCreateEventExceptionOccurrenceExtensionOperationOptions() CreateEventExceptionOccurrenceExtensionOperationOptions
func (CreateEventExceptionOccurrenceExtensionOperationOptions) ToHeaders ¶
func (o CreateEventExceptionOccurrenceExtensionOperationOptions) ToHeaders() *client.Headers
func (CreateEventExceptionOccurrenceExtensionOperationOptions) ToOData ¶
func (o CreateEventExceptionOccurrenceExtensionOperationOptions) ToOData() *odata.Query
func (CreateEventExceptionOccurrenceExtensionOperationOptions) ToQuery ¶
func (o CreateEventExceptionOccurrenceExtensionOperationOptions) ToQuery() *client.QueryParams
type DeleteEventExceptionOccurrenceExtensionOperationOptions ¶
type DeleteEventExceptionOccurrenceExtensionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteEventExceptionOccurrenceExtensionOperationOptions ¶
func DefaultDeleteEventExceptionOccurrenceExtensionOperationOptions() DeleteEventExceptionOccurrenceExtensionOperationOptions
func (DeleteEventExceptionOccurrenceExtensionOperationOptions) ToHeaders ¶
func (o DeleteEventExceptionOccurrenceExtensionOperationOptions) ToHeaders() *client.Headers
func (DeleteEventExceptionOccurrenceExtensionOperationOptions) ToOData ¶
func (o DeleteEventExceptionOccurrenceExtensionOperationOptions) ToOData() *odata.Query
func (DeleteEventExceptionOccurrenceExtensionOperationOptions) ToQuery ¶
func (o DeleteEventExceptionOccurrenceExtensionOperationOptions) ToQuery() *client.QueryParams
type EventExceptionOccurrenceExtensionClient ¶
func NewEventExceptionOccurrenceExtensionClientWithBaseURI ¶
func NewEventExceptionOccurrenceExtensionClientWithBaseURI(sdkApi sdkEnv.Api) (*EventExceptionOccurrenceExtensionClient, error)
func (EventExceptionOccurrenceExtensionClient) CreateEventExceptionOccurrenceExtension ¶
func (c EventExceptionOccurrenceExtensionClient) CreateEventExceptionOccurrenceExtension(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, input beta.Extension, options CreateEventExceptionOccurrenceExtensionOperationOptions) (result CreateEventExceptionOccurrenceExtensionOperationResponse, err error)
CreateEventExceptionOccurrenceExtension - Create new navigation property to extensions for groups
func (EventExceptionOccurrenceExtensionClient) DeleteEventExceptionOccurrenceExtension ¶
func (c EventExceptionOccurrenceExtensionClient) DeleteEventExceptionOccurrenceExtension(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceIdExtensionId, options DeleteEventExceptionOccurrenceExtensionOperationOptions) (result DeleteEventExceptionOccurrenceExtensionOperationResponse, err error)
DeleteEventExceptionOccurrenceExtension - Delete navigation property extensions for groups
func (EventExceptionOccurrenceExtensionClient) GetEventExceptionOccurrenceExtension ¶
func (c EventExceptionOccurrenceExtensionClient) GetEventExceptionOccurrenceExtension(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceIdExtensionId, options GetEventExceptionOccurrenceExtensionOperationOptions) (result GetEventExceptionOccurrenceExtensionOperationResponse, err error)
GetEventExceptionOccurrenceExtension - Get extensions from groups. The collection of open extensions defined for the event. Nullable.
func (EventExceptionOccurrenceExtensionClient) GetEventExceptionOccurrenceExtensionsCount ¶
func (c EventExceptionOccurrenceExtensionClient) GetEventExceptionOccurrenceExtensionsCount(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, options GetEventExceptionOccurrenceExtensionsCountOperationOptions) (result GetEventExceptionOccurrenceExtensionsCountOperationResponse, err error)
GetEventExceptionOccurrenceExtensionsCount - Get the number of the resource
func (EventExceptionOccurrenceExtensionClient) ListEventExceptionOccurrenceExtensions ¶
func (c EventExceptionOccurrenceExtensionClient) ListEventExceptionOccurrenceExtensions(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, options ListEventExceptionOccurrenceExtensionsOperationOptions) (result ListEventExceptionOccurrenceExtensionsOperationResponse, err error)
ListEventExceptionOccurrenceExtensions - Get extensions from groups. The collection of open extensions defined for the event. Nullable.
func (EventExceptionOccurrenceExtensionClient) ListEventExceptionOccurrenceExtensionsComplete ¶
func (c EventExceptionOccurrenceExtensionClient) ListEventExceptionOccurrenceExtensionsComplete(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, options ListEventExceptionOccurrenceExtensionsOperationOptions) (ListEventExceptionOccurrenceExtensionsCompleteResult, error)
ListEventExceptionOccurrenceExtensionsComplete retrieves all the results into a single object
func (EventExceptionOccurrenceExtensionClient) ListEventExceptionOccurrenceExtensionsCompleteMatchingPredicate ¶
func (c EventExceptionOccurrenceExtensionClient) ListEventExceptionOccurrenceExtensionsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, options ListEventExceptionOccurrenceExtensionsOperationOptions, predicate ExtensionOperationPredicate) (result ListEventExceptionOccurrenceExtensionsCompleteResult, err error)
ListEventExceptionOccurrenceExtensionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (EventExceptionOccurrenceExtensionClient) UpdateEventExceptionOccurrenceExtension ¶
func (c EventExceptionOccurrenceExtensionClient) UpdateEventExceptionOccurrenceExtension(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceIdExtensionId, input beta.Extension, options UpdateEventExceptionOccurrenceExtensionOperationOptions) (result UpdateEventExceptionOccurrenceExtensionOperationResponse, err error)
UpdateEventExceptionOccurrenceExtension - Update the navigation property extensions in groups
type ExtensionOperationPredicate ¶
type ExtensionOperationPredicate struct { }
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 (o GetEventExceptionOccurrenceExtensionOperationOptions) ToHeaders() *client.Headers
func (GetEventExceptionOccurrenceExtensionOperationOptions) ToOData ¶
func (o GetEventExceptionOccurrenceExtensionOperationOptions) ToOData() *odata.Query
func (GetEventExceptionOccurrenceExtensionOperationOptions) ToQuery ¶
func (o GetEventExceptionOccurrenceExtensionOperationOptions) ToQuery() *client.QueryParams
type GetEventExceptionOccurrenceExtensionsCountOperationOptions ¶
type GetEventExceptionOccurrenceExtensionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetEventExceptionOccurrenceExtensionsCountOperationOptions ¶
func DefaultGetEventExceptionOccurrenceExtensionsCountOperationOptions() GetEventExceptionOccurrenceExtensionsCountOperationOptions
func (GetEventExceptionOccurrenceExtensionsCountOperationOptions) ToHeaders ¶
func (o GetEventExceptionOccurrenceExtensionsCountOperationOptions) ToHeaders() *client.Headers
func (GetEventExceptionOccurrenceExtensionsCountOperationOptions) ToOData ¶
func (o GetEventExceptionOccurrenceExtensionsCountOperationOptions) ToOData() *odata.Query
func (GetEventExceptionOccurrenceExtensionsCountOperationOptions) ToQuery ¶
func (o GetEventExceptionOccurrenceExtensionsCountOperationOptions) ToQuery() *client.QueryParams
type ListEventExceptionOccurrenceExtensionsCustomPager ¶
type ListEventExceptionOccurrenceExtensionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListEventExceptionOccurrenceExtensionsCustomPager) NextPageLink ¶
func (p *ListEventExceptionOccurrenceExtensionsCustomPager) NextPageLink() *odata.Link
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 (o ListEventExceptionOccurrenceExtensionsOperationOptions) ToHeaders() *client.Headers
func (ListEventExceptionOccurrenceExtensionsOperationOptions) ToOData ¶
func (o ListEventExceptionOccurrenceExtensionsOperationOptions) ToOData() *odata.Query
func (ListEventExceptionOccurrenceExtensionsOperationOptions) ToQuery ¶
func (o ListEventExceptionOccurrenceExtensionsOperationOptions) ToQuery() *client.QueryParams
type UpdateEventExceptionOccurrenceExtensionOperationOptions ¶
type UpdateEventExceptionOccurrenceExtensionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateEventExceptionOccurrenceExtensionOperationOptions ¶
func DefaultUpdateEventExceptionOccurrenceExtensionOperationOptions() UpdateEventExceptionOccurrenceExtensionOperationOptions
func (UpdateEventExceptionOccurrenceExtensionOperationOptions) ToHeaders ¶
func (o UpdateEventExceptionOccurrenceExtensionOperationOptions) ToHeaders() *client.Headers
func (UpdateEventExceptionOccurrenceExtensionOperationOptions) ToOData ¶
func (o UpdateEventExceptionOccurrenceExtensionOperationOptions) ToOData() *odata.Query
func (UpdateEventExceptionOccurrenceExtensionOperationOptions) ToQuery ¶
func (o UpdateEventExceptionOccurrenceExtensionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createeventexceptionoccurrenceextension.go
- method_deleteeventexceptionoccurrenceextension.go
- method_geteventexceptionoccurrenceextension.go
- method_geteventexceptionoccurrenceextensionscount.go
- method_listeventexceptionoccurrenceextensions.go
- method_updateeventexceptionoccurrenceextension.go
- predicates.go
- version.go