teamwork

package
v0.48.0 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2022 License: MIT Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TeamworkRequestBuilder

type TeamworkRequestBuilder struct {
	// contains filtered or unexported fields
}

TeamworkRequestBuilder provides operations to manage the teamwork singleton.

func NewTeamworkRequestBuilder

NewTeamworkRequestBuilder instantiates a new TeamworkRequestBuilder and sets the default values.

func NewTeamworkRequestBuilderInternal

func NewTeamworkRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkRequestBuilder

NewTeamworkRequestBuilderInternal instantiates a new TeamworkRequestBuilder and sets the default values.

func (*TeamworkRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation get teamwork

func (*TeamworkRequestBuilder) SendActivityNotificationToRecipients added in v0.43.0

SendActivityNotificationToRecipients provides operations to call the sendActivityNotificationToRecipients method.

func (*TeamworkRequestBuilder) WorkforceIntegrations

WorkforceIntegrations provides operations to manage the workforceIntegrations property of the microsoft.graph.teamwork entity.

func (*TeamworkRequestBuilder) WorkforceIntegrationsById

WorkforceIntegrationsById provides operations to manage the workforceIntegrations property of the microsoft.graph.teamwork entity.

type TeamworkRequestBuilderGetQueryParameters

type TeamworkRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

TeamworkRequestBuilderGetQueryParameters get teamwork

type TeamworkRequestBuilderGetRequestConfiguration added in v0.22.0

type TeamworkRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *TeamworkRequestBuilderGetQueryParameters
}

TeamworkRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type TeamworkRequestBuilderPatchRequestConfiguration added in v0.22.0

type TeamworkRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

TeamworkRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type TeamworkSendActivityNotificationToRecipientsRequestBuilder added in v0.48.0

type TeamworkSendActivityNotificationToRecipientsRequestBuilder struct {
	// contains filtered or unexported fields
}

TeamworkSendActivityNotificationToRecipientsRequestBuilder provides operations to call the sendActivityNotificationToRecipients method.

func NewTeamworkSendActivityNotificationToRecipientsRequestBuilder added in v0.48.0

func NewTeamworkSendActivityNotificationToRecipientsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkSendActivityNotificationToRecipientsRequestBuilder

NewTeamworkSendActivityNotificationToRecipientsRequestBuilder instantiates a new SendActivityNotificationToRecipientsRequestBuilder and sets the default values.

func NewTeamworkSendActivityNotificationToRecipientsRequestBuilderInternal added in v0.48.0

func NewTeamworkSendActivityNotificationToRecipientsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkSendActivityNotificationToRecipientsRequestBuilder

NewTeamworkSendActivityNotificationToRecipientsRequestBuilderInternal instantiates a new SendActivityNotificationToRecipientsRequestBuilder and sets the default values.

func (*TeamworkSendActivityNotificationToRecipientsRequestBuilder) Post added in v0.48.0

Post invoke action sendActivityNotificationToRecipients

type TeamworkSendActivityNotificationToRecipientsRequestBuilderPostRequestConfiguration added in v0.48.0

type TeamworkSendActivityNotificationToRecipientsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

TeamworkSendActivityNotificationToRecipientsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type TeamworkWorkforceIntegrationsCountRequestBuilder added in v0.48.0

type TeamworkWorkforceIntegrationsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

TeamworkWorkforceIntegrationsCountRequestBuilder provides operations to count the resources in the collection.

func NewTeamworkWorkforceIntegrationsCountRequestBuilder added in v0.48.0

NewTeamworkWorkforceIntegrationsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewTeamworkWorkforceIntegrationsCountRequestBuilderInternal added in v0.48.0

func NewTeamworkWorkforceIntegrationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkWorkforceIntegrationsCountRequestBuilder

NewTeamworkWorkforceIntegrationsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*TeamworkWorkforceIntegrationsCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*TeamworkWorkforceIntegrationsCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type TeamworkWorkforceIntegrationsCountRequestBuilderGetRequestConfiguration added in v0.48.0

type TeamworkWorkforceIntegrationsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

TeamworkWorkforceIntegrationsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type TeamworkWorkforceIntegrationsRequestBuilder added in v0.48.0

type TeamworkWorkforceIntegrationsRequestBuilder struct {
	// contains filtered or unexported fields
}

TeamworkWorkforceIntegrationsRequestBuilder provides operations to manage the workforceIntegrations property of the microsoft.graph.teamwork entity.

func NewTeamworkWorkforceIntegrationsRequestBuilder added in v0.48.0

NewTeamworkWorkforceIntegrationsRequestBuilder instantiates a new WorkforceIntegrationsRequestBuilder and sets the default values.

func NewTeamworkWorkforceIntegrationsRequestBuilderInternal added in v0.48.0

func NewTeamworkWorkforceIntegrationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkWorkforceIntegrationsRequestBuilder

NewTeamworkWorkforceIntegrationsRequestBuilderInternal instantiates a new WorkforceIntegrationsRequestBuilder and sets the default values.

func (*TeamworkWorkforceIntegrationsRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*TeamworkWorkforceIntegrationsRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation retrieve a list of workforceIntegration objects.

func (*TeamworkWorkforceIntegrationsRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation create a new workforceIntegration object.You can set up which entities you want to receive Shifts synchronous change notifications on and set entities to configure filtering by WFM rules eligibility for, including swap requests.

func (*TeamworkWorkforceIntegrationsRequestBuilder) Get added in v0.48.0

Get retrieve a list of workforceIntegration objects.

func (*TeamworkWorkforceIntegrationsRequestBuilder) Post added in v0.48.0

Post create a new workforceIntegration object.You can set up which entities you want to receive Shifts synchronous change notifications on and set entities to configure filtering by WFM rules eligibility for, including swap requests.

type TeamworkWorkforceIntegrationsRequestBuilderGetQueryParameters added in v0.48.0

type TeamworkWorkforceIntegrationsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

TeamworkWorkforceIntegrationsRequestBuilderGetQueryParameters retrieve a list of workforceIntegration objects.

type TeamworkWorkforceIntegrationsRequestBuilderGetRequestConfiguration added in v0.48.0

type TeamworkWorkforceIntegrationsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *TeamworkWorkforceIntegrationsRequestBuilderGetQueryParameters
}

TeamworkWorkforceIntegrationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type TeamworkWorkforceIntegrationsRequestBuilderPostRequestConfiguration added in v0.48.0

type TeamworkWorkforceIntegrationsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

TeamworkWorkforceIntegrationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder added in v0.48.0

type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder struct {
	// contains filtered or unexported fields
}

TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder provides operations to manage the workforceIntegrations property of the microsoft.graph.teamwork entity.

func NewTeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder added in v0.48.0

func NewTeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder

NewTeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder instantiates a new WorkforceIntegrationItemRequestBuilder and sets the default values.

func NewTeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderInternal added in v0.48.0

func NewTeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder

NewTeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderInternal instantiates a new WorkforceIntegrationItemRequestBuilder and sets the default values.

func (*TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property workforceIntegrations for teamwork

func (*TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get workforceIntegrations from teamwork

func (*TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property workforceIntegrations in teamwork

func (*TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Delete added in v0.48.0

Delete delete navigation property workforceIntegrations for teamwork

func (*TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Get added in v0.48.0

Get get workforceIntegrations from teamwork

type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters added in v0.48.0

type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters get workforceIntegrations from teamwork

type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetRequestConfiguration added in v0.48.0

type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters
}

TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderPatchRequestConfiguration added in v0.48.0

type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

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