teamwork

package
v0.50.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateSendActivityNotificationToRecipientsPostRequestBodyFromDiscriminatorValue added in v0.49.0

func CreateSendActivityNotificationToRecipientsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)

CreateSendActivityNotificationToRecipientsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

Types

type SendActivityNotificationToRecipientsPostRequestBody added in v0.49.0

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

SendActivityNotificationToRecipientsPostRequestBody provides operations to call the sendActivityNotificationToRecipients method.

func NewSendActivityNotificationToRecipientsPostRequestBody added in v0.49.0

func NewSendActivityNotificationToRecipientsPostRequestBody() *SendActivityNotificationToRecipientsPostRequestBody

NewSendActivityNotificationToRecipientsPostRequestBody instantiates a new SendActivityNotificationToRecipientsPostRequestBody and sets the default values.

func (*SendActivityNotificationToRecipientsPostRequestBody) GetActivityType added in v0.49.0

GetActivityType gets the activityType property value. The activityType property

func (*SendActivityNotificationToRecipientsPostRequestBody) GetAdditionalData added in v0.49.0

func (m *SendActivityNotificationToRecipientsPostRequestBody) GetAdditionalData() map[string]interface{}

GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*SendActivityNotificationToRecipientsPostRequestBody) GetChainId added in v0.49.0

GetChainId gets the chainId property value. The chainId property

func (*SendActivityNotificationToRecipientsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*SendActivityNotificationToRecipientsPostRequestBody) GetPreviewText added in v0.49.0

GetPreviewText gets the previewText property value. The previewText property

func (*SendActivityNotificationToRecipientsPostRequestBody) GetRecipients added in v0.49.0

GetRecipients gets the recipients property value. The recipients property

func (*SendActivityNotificationToRecipientsPostRequestBody) GetTeamsAppId added in v0.49.0

GetTeamsAppId gets the teamsAppId property value. The teamsAppId property

func (*SendActivityNotificationToRecipientsPostRequestBody) GetTemplateParameters added in v0.49.0

GetTemplateParameters gets the templateParameters property value. The templateParameters property

func (*SendActivityNotificationToRecipientsPostRequestBody) GetTopic added in v0.49.0

GetTopic gets the topic property value. The topic property

func (*SendActivityNotificationToRecipientsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*SendActivityNotificationToRecipientsPostRequestBody) SetActivityType added in v0.49.0

SetActivityType sets the activityType property value. The activityType property

func (*SendActivityNotificationToRecipientsPostRequestBody) SetAdditionalData added in v0.49.0

func (m *SendActivityNotificationToRecipientsPostRequestBody) SetAdditionalData(value map[string]interface{})

SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*SendActivityNotificationToRecipientsPostRequestBody) SetChainId added in v0.49.0

SetChainId sets the chainId property value. The chainId property

func (*SendActivityNotificationToRecipientsPostRequestBody) SetPreviewText added in v0.49.0

SetPreviewText sets the previewText property value. The previewText property

func (*SendActivityNotificationToRecipientsPostRequestBody) SetRecipients added in v0.49.0

SetRecipients sets the recipients property value. The recipients property

func (*SendActivityNotificationToRecipientsPostRequestBody) SetTeamsAppId added in v0.49.0

SetTeamsAppId sets the teamsAppId property value. The teamsAppId property

func (*SendActivityNotificationToRecipientsPostRequestBody) SetTemplateParameters added in v0.49.0

SetTemplateParameters sets the templateParameters property value. The templateParameters property

func (*SendActivityNotificationToRecipientsPostRequestBody) SetTopic added in v0.49.0

SetTopic sets the topic property value. The topic property

type SendActivityNotificationToRecipientsRequestBuilder added in v0.49.0

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

SendActivityNotificationToRecipientsRequestBuilder provides operations to call the sendActivityNotificationToRecipients method.

func NewSendActivityNotificationToRecipientsRequestBuilder added in v0.49.0

NewSendActivityNotificationToRecipientsRequestBuilder instantiates a new SendActivityNotificationToRecipientsRequestBuilder and sets the default values.

func NewSendActivityNotificationToRecipientsRequestBuilderInternal added in v0.49.0

func NewSendActivityNotificationToRecipientsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SendActivityNotificationToRecipientsRequestBuilder

NewSendActivityNotificationToRecipientsRequestBuilderInternal instantiates a new SendActivityNotificationToRecipientsRequestBuilder and sets the default values.

func (*SendActivityNotificationToRecipientsRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation invoke action sendActivityNotificationToRecipients

func (*SendActivityNotificationToRecipientsRequestBuilder) Post added in v0.49.0

Post invoke action sendActivityNotificationToRecipients

type SendActivityNotificationToRecipientsRequestBuilderPostRequestConfiguration added in v0.49.0

type SendActivityNotificationToRecipientsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

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

func (m *TeamworkRequestBuilder) SendActivityNotificationToRecipients() *SendActivityNotificationToRecipientsRequestBuilder

SendActivityNotificationToRecipients provides operations to call the sendActivityNotificationToRecipients method.

func (*TeamworkRequestBuilder) WorkforceIntegrations

func (m *TeamworkRequestBuilder) WorkforceIntegrations() *WorkforceIntegrationsRequestBuilder

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 *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// 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 *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

type WorkforceIntegrationsCountRequestBuilder added in v0.49.0

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

WorkforceIntegrationsCountRequestBuilder provides operations to count the resources in the collection.

func NewWorkforceIntegrationsCountRequestBuilder added in v0.49.0

NewWorkforceIntegrationsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewWorkforceIntegrationsCountRequestBuilderInternal added in v0.49.0

func NewWorkforceIntegrationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WorkforceIntegrationsCountRequestBuilder

NewWorkforceIntegrationsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*WorkforceIntegrationsCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*WorkforceIntegrationsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type WorkforceIntegrationsCountRequestBuilderGetRequestConfiguration added in v0.49.0

type WorkforceIntegrationsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

type WorkforceIntegrationsRequestBuilder added in v0.49.0

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

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

func NewWorkforceIntegrationsRequestBuilder added in v0.49.0

NewWorkforceIntegrationsRequestBuilder instantiates a new WorkforceIntegrationsRequestBuilder and sets the default values.

func NewWorkforceIntegrationsRequestBuilderInternal added in v0.49.0

func NewWorkforceIntegrationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WorkforceIntegrationsRequestBuilder

NewWorkforceIntegrationsRequestBuilderInternal instantiates a new WorkforceIntegrationsRequestBuilder and sets the default values.

func (*WorkforceIntegrationsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*WorkforceIntegrationsRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation retrieve a list of workforceIntegration objects.

func (*WorkforceIntegrationsRequestBuilder) CreatePostRequestInformation added in v0.49.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 (*WorkforceIntegrationsRequestBuilder) Get added in v0.49.0

Get retrieve a list of workforceIntegration objects. Find more info here

func (*WorkforceIntegrationsRequestBuilder) Post added in v0.49.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. Find more info here

type WorkforceIntegrationsRequestBuilderGetQueryParameters added in v0.49.0

type WorkforceIntegrationsRequestBuilderGetQueryParameters 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"`
}

WorkforceIntegrationsRequestBuilderGetQueryParameters retrieve a list of workforceIntegration objects.

type WorkforceIntegrationsRequestBuilderGetRequestConfiguration added in v0.49.0

type WorkforceIntegrationsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *WorkforceIntegrationsRequestBuilderGetQueryParameters
}

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

type WorkforceIntegrationsRequestBuilderPostRequestConfiguration added in v0.49.0

type WorkforceIntegrationsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

type WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder added in v0.49.0

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

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

func NewWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder added in v0.49.0

func NewWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder

NewWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder instantiates a new WorkforceIntegrationItemRequestBuilder and sets the default values.

func NewWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderInternal added in v0.49.0

func NewWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder

NewWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderInternal instantiates a new WorkforceIntegrationItemRequestBuilder and sets the default values.

func (*WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreateDeleteRequestInformation added in v0.49.0

CreateDeleteRequestInformation delete navigation property workforceIntegrations for teamwork

func (*WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get workforceIntegrations from teamwork

func (*WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation added in v0.49.0

CreatePatchRequestInformation update the navigation property workforceIntegrations in teamwork

func (*WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property workforceIntegrations for teamwork

func (*WorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Get added in v0.49.0

Get get workforceIntegrations from teamwork

type WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

type WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters added in v0.49.0

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

WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters get workforceIntegrations from teamwork

type WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetRequestConfiguration added in v0.49.0

type WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters
}

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

type WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

WorkforceIntegrationsWorkforceIntegrationItemRequestBuilderPatchRequestConfiguration 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