overrides

package
v0.43.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OverridesRequestBuilder

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

OverridesRequestBuilder provides operations to manage the overrides property of the microsoft.graph.inferenceClassification entity.

func NewOverridesRequestBuilder

NewOverridesRequestBuilder instantiates a new OverridesRequestBuilder and sets the default values.

func NewOverridesRequestBuilderInternal

func NewOverridesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OverridesRequestBuilder

NewOverridesRequestBuilderInternal instantiates a new OverridesRequestBuilder and sets the default values.

func (*OverridesRequestBuilder) Count added in v0.13.0

Count the Count property

func (*OverridesRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides.

func (*OverridesRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classifiedas specified in the override. **Note**

func (*OverridesRequestBuilder) Get

Get get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides.

func (*OverridesRequestBuilder) Post

Post create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classifiedas specified in the override. **Note**

type OverridesRequestBuilderGetQueryParameters

type OverridesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// 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"`
}

OverridesRequestBuilderGetQueryParameters get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides.

type OverridesRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type OverridesRequestBuilderPostRequestConfiguration added in v0.22.0

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

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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