filteroperators

package
v1.52.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2024 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 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 returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*CountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

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. returns a *CountRequestBuilder when successful

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 FilterOperatorSchemaItemRequestBuilder

type FilterOperatorSchemaItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

FilterOperatorSchemaItemRequestBuilder provides operations to manage the collection of filterOperatorSchema entities.

func NewFilterOperatorSchemaItemRequestBuilder

NewFilterOperatorSchemaItemRequestBuilder instantiates a new FilterOperatorSchemaItemRequestBuilder and sets the default values.

func NewFilterOperatorSchemaItemRequestBuilderInternal

func NewFilterOperatorSchemaItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FilterOperatorSchemaItemRequestBuilder

NewFilterOperatorSchemaItemRequestBuilderInternal instantiates a new FilterOperatorSchemaItemRequestBuilder and sets the default values.

func (*FilterOperatorSchemaItemRequestBuilder) Delete

Delete delete entity from filterOperators returns a ODataError error when the service returns a 4XX or 5XX status code

func (*FilterOperatorSchemaItemRequestBuilder) Get

Get get entity from filterOperators by key returns a FilterOperatorSchemaable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*FilterOperatorSchemaItemRequestBuilder) Patch

Patch update entity in filterOperators returns a FilterOperatorSchemaable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*FilterOperatorSchemaItemRequestBuilder) ToDeleteRequestInformation

ToDeleteRequestInformation delete entity from filterOperators returns a *RequestInformation when successful

func (*FilterOperatorSchemaItemRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get entity from filterOperators by key returns a *RequestInformation when successful

func (*FilterOperatorSchemaItemRequestBuilder) ToPatchRequestInformation

ToPatchRequestInformation update entity in filterOperators returns a *RequestInformation when successful

func (*FilterOperatorSchemaItemRequestBuilder) 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. returns a *FilterOperatorSchemaItemRequestBuilder when successful

type FilterOperatorSchemaItemRequestBuilderDeleteRequestConfiguration

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

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

type FilterOperatorSchemaItemRequestBuilderGetQueryParameters

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

FilterOperatorSchemaItemRequestBuilderGetQueryParameters get entity from filterOperators by key

type FilterOperatorSchemaItemRequestBuilderGetRequestConfiguration

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

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

type FilterOperatorSchemaItemRequestBuilderPatchRequestConfiguration

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

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

type FilterOperatorsRequestBuilder

FilterOperatorsRequestBuilder provides operations to manage the collection of filterOperatorSchema entities.

func NewFilterOperatorsRequestBuilder

NewFilterOperatorsRequestBuilder instantiates a new FilterOperatorsRequestBuilder and sets the default values.

func NewFilterOperatorsRequestBuilderInternal

func NewFilterOperatorsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FilterOperatorsRequestBuilder

NewFilterOperatorsRequestBuilderInternal instantiates a new FilterOperatorsRequestBuilder and sets the default values.

func (*FilterOperatorsRequestBuilder) ByFilterOperatorSchemaId

func (m *FilterOperatorsRequestBuilder) ByFilterOperatorSchemaId(filterOperatorSchemaId string) *FilterOperatorSchemaItemRequestBuilder

ByFilterOperatorSchemaId provides operations to manage the collection of filterOperatorSchema entities. returns a *FilterOperatorSchemaItemRequestBuilder when successful

func (*FilterOperatorsRequestBuilder) Count

Count provides operations to count the resources in the collection. returns a *CountRequestBuilder when successful

func (*FilterOperatorsRequestBuilder) Get

Get get entities from filterOperators returns a FilterOperatorSchemaCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*FilterOperatorsRequestBuilder) Post

Post add new entity to filterOperators returns a FilterOperatorSchemaable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*FilterOperatorsRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get entities from filterOperators returns a *RequestInformation when successful

func (*FilterOperatorsRequestBuilder) ToPostRequestInformation

ToPostRequestInformation add new entity to filterOperators returns a *RequestInformation when successful

func (*FilterOperatorsRequestBuilder) 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. returns a *FilterOperatorsRequestBuilder when successful

type FilterOperatorsRequestBuilderGetQueryParameters

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

FilterOperatorsRequestBuilderGetQueryParameters get entities from filterOperators

type FilterOperatorsRequestBuilderGetRequestConfiguration

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

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

type FilterOperatorsRequestBuilderPostRequestConfiguration

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

FilterOperatorsRequestBuilderPostRequestConfiguration 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