functions

package
v1.21.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2023 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttributeMappingFunctionSchemaItemRequestBuilder

type AttributeMappingFunctionSchemaItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AttributeMappingFunctionSchemaItemRequestBuilder provides operations to manage the collection of attributeMappingFunctionSchema entities.

func NewAttributeMappingFunctionSchemaItemRequestBuilder

NewAttributeMappingFunctionSchemaItemRequestBuilder instantiates a new AttributeMappingFunctionSchemaItemRequestBuilder and sets the default values.

func NewAttributeMappingFunctionSchemaItemRequestBuilderInternal

func NewAttributeMappingFunctionSchemaItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AttributeMappingFunctionSchemaItemRequestBuilder

NewAttributeMappingFunctionSchemaItemRequestBuilderInternal instantiates a new AttributeMappingFunctionSchemaItemRequestBuilder and sets the default values.

func (*AttributeMappingFunctionSchemaItemRequestBuilder) Delete

Delete delete entity from functions

func (*AttributeMappingFunctionSchemaItemRequestBuilder) ToDeleteRequestInformation

ToDeleteRequestInformation delete entity from functions

func (*AttributeMappingFunctionSchemaItemRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get entity from functions by key

func (*AttributeMappingFunctionSchemaItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type AttributeMappingFunctionSchemaItemRequestBuilderDeleteRequestConfiguration

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

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

type AttributeMappingFunctionSchemaItemRequestBuilderGetQueryParameters

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

AttributeMappingFunctionSchemaItemRequestBuilderGetQueryParameters get entity from functions by key

type AttributeMappingFunctionSchemaItemRequestBuilderGetRequestConfiguration

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

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

type AttributeMappingFunctionSchemaItemRequestBuilderPatchRequestConfiguration

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

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

type CountRequestBuilder

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal

func NewCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get

Get get the number of the resource

func (*CountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

func (*CountRequestBuilder) WithUrl added in v1.18.0

func (m *CountRequestBuilder) WithUrl(rawUrl string) *CountRequestBuilder

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type CountRequestBuilderGetQueryParameters

type CountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

CountRequestBuilderGetQueryParameters get the number of the resource

type CountRequestBuilderGetRequestConfiguration

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

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

type FunctionsRequestBuilder

FunctionsRequestBuilder provides operations to manage the collection of attributeMappingFunctionSchema entities.

func NewFunctionsRequestBuilder

NewFunctionsRequestBuilder instantiates a new FunctionsRequestBuilder and sets the default values.

func NewFunctionsRequestBuilderInternal

func NewFunctionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FunctionsRequestBuilder

NewFunctionsRequestBuilderInternal instantiates a new FunctionsRequestBuilder and sets the default values.

func (*FunctionsRequestBuilder) ByAttributeMappingFunctionSchemaId

func (m *FunctionsRequestBuilder) ByAttributeMappingFunctionSchemaId(attributeMappingFunctionSchemaId string) *AttributeMappingFunctionSchemaItemRequestBuilder

ByAttributeMappingFunctionSchemaId provides operations to manage the collection of attributeMappingFunctionSchema entities.

func (*FunctionsRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*FunctionsRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get entities from functions

func (*FunctionsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type FunctionsRequestBuilderGetQueryParameters

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

FunctionsRequestBuilderGetQueryParameters get entities from functions

type FunctionsRequestBuilderGetRequestConfiguration

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

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

type FunctionsRequestBuilderPostRequestConfiguration

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

FunctionsRequestBuilderPostRequestConfiguration 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