Documentation ¶
Index ¶
- type OverridesRequestBuilder
- func (m *OverridesRequestBuilder) Count() ...
- func (m *OverridesRequestBuilder) CreateGetRequestInformation(options *OverridesRequestBuilderGetOptions) (...)
- func (m *OverridesRequestBuilder) CreatePostRequestInformation(options *OverridesRequestBuilderPostOptions) (...)
- func (m *OverridesRequestBuilder) Get(options *OverridesRequestBuilderGetOptions) (...)
- func (m *OverridesRequestBuilder) Post(options *OverridesRequestBuilderPostOptions) (...)
- type OverridesRequestBuilderGetOptions
- type OverridesRequestBuilderGetQueryParameters
- type OverridesRequestBuilderPostOptions
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 ¶
func NewOverridesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OverridesRequestBuilder
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
func (m *OverridesRequestBuilder) Count() *ic213a69499707265e7a74bd7cb84204eff5f99e4ad94d868b4cee3e9f3aaf11f.CountRequestBuilder
Count the count property
func (*OverridesRequestBuilder) CreateGetRequestInformation ¶
func (m *OverridesRequestBuilder) CreateGetRequestInformation(options *OverridesRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation a set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.
func (*OverridesRequestBuilder) CreatePostRequestInformation ¶
func (m *OverridesRequestBuilder) CreatePostRequestInformation(options *OverridesRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to overrides for users
func (*OverridesRequestBuilder) Get ¶
func (m *OverridesRequestBuilder) Get(options *OverridesRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InferenceClassificationOverrideCollectionResponseable, error)
Get a set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.
func (*OverridesRequestBuilder) Post ¶
func (m *OverridesRequestBuilder) Post(options *OverridesRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InferenceClassificationOverrideable, error)
Post create new navigation property to overrides for users
type OverridesRequestBuilderGetOptions ¶
type OverridesRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OverridesRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
OverridesRequestBuilderGetOptions options for Get
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 a set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.
type OverridesRequestBuilderPostOptions ¶
type OverridesRequestBuilderPostOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InferenceClassificationOverrideable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
OverridesRequestBuilderPostOptions options for Post