search

package
v1.55.0 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: MIT Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateQueryPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateQueryPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateQueryPostResponseFromDiscriminatorValue added in v1.20.0

CreateQueryPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateQueryResponseFromDiscriminatorValue added in v0.49.0

CreateQueryResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

Types

type AcronymsAcronymItemRequestBuilder added in v1.36.0

AcronymsAcronymItemRequestBuilder provides operations to manage the acronyms property of the microsoft.graph.searchEntity entity.

func NewAcronymsAcronymItemRequestBuilder added in v1.36.0

NewAcronymsAcronymItemRequestBuilder instantiates a new AcronymsAcronymItemRequestBuilder and sets the default values.

func NewAcronymsAcronymItemRequestBuilderInternal added in v1.36.0

func NewAcronymsAcronymItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AcronymsAcronymItemRequestBuilder

NewAcronymsAcronymItemRequestBuilderInternal instantiates a new AcronymsAcronymItemRequestBuilder and sets the default values.

func (*AcronymsAcronymItemRequestBuilder) Delete added in v1.36.0

Delete delete an acronym object. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AcronymsAcronymItemRequestBuilder) Get added in v1.36.0

Get read the properties and relationships of an acronym object. returns a Acronymable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AcronymsAcronymItemRequestBuilder) Patch added in v1.36.0

Patch update the properties of an acronym object. returns a Acronymable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AcronymsAcronymItemRequestBuilder) ToDeleteRequestInformation added in v1.36.0

ToDeleteRequestInformation delete an acronym object. returns a *RequestInformation when successful

func (*AcronymsAcronymItemRequestBuilder) ToGetRequestInformation added in v1.36.0

ToGetRequestInformation read the properties and relationships of an acronym object. returns a *RequestInformation when successful

func (*AcronymsAcronymItemRequestBuilder) ToPatchRequestInformation added in v1.36.0

ToPatchRequestInformation update the properties of an acronym object. returns a *RequestInformation when successful

func (*AcronymsAcronymItemRequestBuilder) WithUrl added in v1.36.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 *AcronymsAcronymItemRequestBuilder when successful

type AcronymsAcronymItemRequestBuilderDeleteRequestConfiguration added in v1.36.0

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

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

type AcronymsAcronymItemRequestBuilderGetQueryParameters added in v1.36.0

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

AcronymsAcronymItemRequestBuilderGetQueryParameters read the properties and relationships of an acronym object.

type AcronymsAcronymItemRequestBuilderGetRequestConfiguration added in v1.36.0

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

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

type AcronymsAcronymItemRequestBuilderPatchRequestConfiguration added in v1.36.0

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

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

type AcronymsCountRequestBuilder added in v1.36.0

AcronymsCountRequestBuilder provides operations to count the resources in the collection.

func NewAcronymsCountRequestBuilder added in v1.36.0

NewAcronymsCountRequestBuilder instantiates a new AcronymsCountRequestBuilder and sets the default values.

func NewAcronymsCountRequestBuilderInternal added in v1.36.0

func NewAcronymsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AcronymsCountRequestBuilder

NewAcronymsCountRequestBuilderInternal instantiates a new AcronymsCountRequestBuilder and sets the default values.

func (*AcronymsCountRequestBuilder) Get added in v1.36.0

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 (*AcronymsCountRequestBuilder) ToGetRequestInformation added in v1.36.0

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

func (*AcronymsCountRequestBuilder) WithUrl added in v1.36.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 *AcronymsCountRequestBuilder when successful

type AcronymsCountRequestBuilderGetQueryParameters added in v1.36.0

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

AcronymsCountRequestBuilderGetQueryParameters get the number of the resource

type AcronymsCountRequestBuilderGetRequestConfiguration added in v1.36.0

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

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

type AcronymsRequestBuilder added in v1.36.0

AcronymsRequestBuilder provides operations to manage the acronyms property of the microsoft.graph.searchEntity entity.

func NewAcronymsRequestBuilder added in v1.36.0

NewAcronymsRequestBuilder instantiates a new AcronymsRequestBuilder and sets the default values.

func NewAcronymsRequestBuilderInternal added in v1.36.0

func NewAcronymsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AcronymsRequestBuilder

NewAcronymsRequestBuilderInternal instantiates a new AcronymsRequestBuilder and sets the default values.

func (*AcronymsRequestBuilder) ByAcronymId added in v1.36.0

ByAcronymId provides operations to manage the acronyms property of the microsoft.graph.searchEntity entity. returns a *AcronymsAcronymItemRequestBuilder when successful

func (*AcronymsRequestBuilder) Count added in v1.36.0

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

func (*AcronymsRequestBuilder) Get added in v1.36.0

Get get a list of the acronym objects and their properties. returns a AcronymCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AcronymsRequestBuilder) Post added in v1.36.0

Post create a new acronym object. returns a Acronymable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AcronymsRequestBuilder) ToGetRequestInformation added in v1.36.0

ToGetRequestInformation get a list of the acronym objects and their properties. returns a *RequestInformation when successful

func (*AcronymsRequestBuilder) ToPostRequestInformation added in v1.36.0

ToPostRequestInformation create a new acronym object. returns a *RequestInformation when successful

func (*AcronymsRequestBuilder) WithUrl added in v1.36.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 *AcronymsRequestBuilder when successful

type AcronymsRequestBuilderGetQueryParameters added in v1.36.0

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

AcronymsRequestBuilderGetQueryParameters get a list of the acronym objects and their properties.

type AcronymsRequestBuilderGetRequestConfiguration added in v1.36.0

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

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

type AcronymsRequestBuilderPostRequestConfiguration added in v1.36.0

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

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

type BookmarksBookmarkItemRequestBuilder added in v1.36.0

BookmarksBookmarkItemRequestBuilder provides operations to manage the bookmarks property of the microsoft.graph.searchEntity entity.

func NewBookmarksBookmarkItemRequestBuilder added in v1.36.0

NewBookmarksBookmarkItemRequestBuilder instantiates a new BookmarksBookmarkItemRequestBuilder and sets the default values.

func NewBookmarksBookmarkItemRequestBuilderInternal added in v1.36.0

func NewBookmarksBookmarkItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BookmarksBookmarkItemRequestBuilder

NewBookmarksBookmarkItemRequestBuilderInternal instantiates a new BookmarksBookmarkItemRequestBuilder and sets the default values.

func (*BookmarksBookmarkItemRequestBuilder) Delete added in v1.36.0

Delete delete a bookmark object. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*BookmarksBookmarkItemRequestBuilder) Get added in v1.36.0

Get read the properties and relationships of a bookmark object. returns a Bookmarkable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*BookmarksBookmarkItemRequestBuilder) Patch added in v1.36.0

Patch update the properties of a bookmark object. returns a Bookmarkable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*BookmarksBookmarkItemRequestBuilder) ToDeleteRequestInformation added in v1.36.0

ToDeleteRequestInformation delete a bookmark object. returns a *RequestInformation when successful

func (*BookmarksBookmarkItemRequestBuilder) ToGetRequestInformation added in v1.36.0

ToGetRequestInformation read the properties and relationships of a bookmark object. returns a *RequestInformation when successful

func (*BookmarksBookmarkItemRequestBuilder) ToPatchRequestInformation added in v1.36.0

ToPatchRequestInformation update the properties of a bookmark object. returns a *RequestInformation when successful

func (*BookmarksBookmarkItemRequestBuilder) WithUrl added in v1.36.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 *BookmarksBookmarkItemRequestBuilder when successful

type BookmarksBookmarkItemRequestBuilderDeleteRequestConfiguration added in v1.36.0

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

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

type BookmarksBookmarkItemRequestBuilderGetQueryParameters added in v1.36.0

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

BookmarksBookmarkItemRequestBuilderGetQueryParameters read the properties and relationships of a bookmark object.

type BookmarksBookmarkItemRequestBuilderGetRequestConfiguration added in v1.36.0

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

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

type BookmarksBookmarkItemRequestBuilderPatchRequestConfiguration added in v1.36.0

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

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

type BookmarksCountRequestBuilder added in v1.36.0

BookmarksCountRequestBuilder provides operations to count the resources in the collection.

func NewBookmarksCountRequestBuilder added in v1.36.0

NewBookmarksCountRequestBuilder instantiates a new BookmarksCountRequestBuilder and sets the default values.

func NewBookmarksCountRequestBuilderInternal added in v1.36.0

func NewBookmarksCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BookmarksCountRequestBuilder

NewBookmarksCountRequestBuilderInternal instantiates a new BookmarksCountRequestBuilder and sets the default values.

func (*BookmarksCountRequestBuilder) Get added in v1.36.0

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 (*BookmarksCountRequestBuilder) ToGetRequestInformation added in v1.36.0

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

func (*BookmarksCountRequestBuilder) WithUrl added in v1.36.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 *BookmarksCountRequestBuilder when successful

type BookmarksCountRequestBuilderGetQueryParameters added in v1.36.0

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

BookmarksCountRequestBuilderGetQueryParameters get the number of the resource

type BookmarksCountRequestBuilderGetRequestConfiguration added in v1.36.0

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

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

type BookmarksRequestBuilder added in v1.36.0

BookmarksRequestBuilder provides operations to manage the bookmarks property of the microsoft.graph.searchEntity entity.

func NewBookmarksRequestBuilder added in v1.36.0

NewBookmarksRequestBuilder instantiates a new BookmarksRequestBuilder and sets the default values.

func NewBookmarksRequestBuilderInternal added in v1.36.0

func NewBookmarksRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BookmarksRequestBuilder

NewBookmarksRequestBuilderInternal instantiates a new BookmarksRequestBuilder and sets the default values.

func (*BookmarksRequestBuilder) ByBookmarkId added in v1.36.0

ByBookmarkId provides operations to manage the bookmarks property of the microsoft.graph.searchEntity entity. returns a *BookmarksBookmarkItemRequestBuilder when successful

func (*BookmarksRequestBuilder) Count added in v1.36.0

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

func (*BookmarksRequestBuilder) Get added in v1.36.0

Get get a list of bookmark objects and their properties. returns a BookmarkCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*BookmarksRequestBuilder) Post added in v1.36.0

Post create a new bookmark object. returns a Bookmarkable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*BookmarksRequestBuilder) ToGetRequestInformation added in v1.36.0

ToGetRequestInformation get a list of bookmark objects and their properties. returns a *RequestInformation when successful

func (*BookmarksRequestBuilder) ToPostRequestInformation added in v1.36.0

ToPostRequestInformation create a new bookmark object. returns a *RequestInformation when successful

func (*BookmarksRequestBuilder) WithUrl added in v1.36.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 *BookmarksRequestBuilder when successful

type BookmarksRequestBuilderGetQueryParameters added in v1.36.0

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

BookmarksRequestBuilderGetQueryParameters get a list of bookmark objects and their properties.

type BookmarksRequestBuilderGetRequestConfiguration added in v1.36.0

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

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

type BookmarksRequestBuilderPostRequestConfiguration added in v1.36.0

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

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

type QnasCountRequestBuilder added in v1.36.0

QnasCountRequestBuilder provides operations to count the resources in the collection.

func NewQnasCountRequestBuilder added in v1.36.0

NewQnasCountRequestBuilder instantiates a new QnasCountRequestBuilder and sets the default values.

func NewQnasCountRequestBuilderInternal added in v1.36.0

func NewQnasCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *QnasCountRequestBuilder

NewQnasCountRequestBuilderInternal instantiates a new QnasCountRequestBuilder and sets the default values.

func (*QnasCountRequestBuilder) Get added in v1.36.0

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 (*QnasCountRequestBuilder) ToGetRequestInformation added in v1.36.0

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

func (*QnasCountRequestBuilder) WithUrl added in v1.36.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 *QnasCountRequestBuilder when successful

type QnasCountRequestBuilderGetQueryParameters added in v1.36.0

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

QnasCountRequestBuilderGetQueryParameters get the number of the resource

type QnasCountRequestBuilderGetRequestConfiguration added in v1.36.0

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

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

type QnasQnaItemRequestBuilder added in v1.36.0

QnasQnaItemRequestBuilder provides operations to manage the qnas property of the microsoft.graph.searchEntity entity.

func NewQnasQnaItemRequestBuilder added in v1.36.0

NewQnasQnaItemRequestBuilder instantiates a new QnasQnaItemRequestBuilder and sets the default values.

func NewQnasQnaItemRequestBuilderInternal added in v1.36.0

func NewQnasQnaItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *QnasQnaItemRequestBuilder

NewQnasQnaItemRequestBuilderInternal instantiates a new QnasQnaItemRequestBuilder and sets the default values.

func (*QnasQnaItemRequestBuilder) Delete added in v1.36.0

Delete delete a qna object. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*QnasQnaItemRequestBuilder) Get added in v1.36.0

Get read the properties and relationships of a qna object. returns a Qnaable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*QnasQnaItemRequestBuilder) Patch added in v1.36.0

Patch update the properties of a qna object. returns a Qnaable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*QnasQnaItemRequestBuilder) ToDeleteRequestInformation added in v1.36.0

ToDeleteRequestInformation delete a qna object. returns a *RequestInformation when successful

func (*QnasQnaItemRequestBuilder) ToGetRequestInformation added in v1.36.0

ToGetRequestInformation read the properties and relationships of a qna object. returns a *RequestInformation when successful

func (*QnasQnaItemRequestBuilder) ToPatchRequestInformation added in v1.36.0

ToPatchRequestInformation update the properties of a qna object. returns a *RequestInformation when successful

func (*QnasQnaItemRequestBuilder) WithUrl added in v1.36.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 *QnasQnaItemRequestBuilder when successful

type QnasQnaItemRequestBuilderDeleteRequestConfiguration added in v1.36.0

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

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

type QnasQnaItemRequestBuilderGetQueryParameters added in v1.36.0

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

QnasQnaItemRequestBuilderGetQueryParameters read the properties and relationships of a qna object.

type QnasQnaItemRequestBuilderGetRequestConfiguration added in v1.36.0

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

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

type QnasQnaItemRequestBuilderPatchRequestConfiguration added in v1.36.0

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

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

type QnasRequestBuilder added in v1.36.0

QnasRequestBuilder provides operations to manage the qnas property of the microsoft.graph.searchEntity entity.

func NewQnasRequestBuilder added in v1.36.0

NewQnasRequestBuilder instantiates a new QnasRequestBuilder and sets the default values.

func NewQnasRequestBuilderInternal added in v1.36.0

func NewQnasRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *QnasRequestBuilder

NewQnasRequestBuilderInternal instantiates a new QnasRequestBuilder and sets the default values.

func (*QnasRequestBuilder) ByQnaId added in v1.36.0

ByQnaId provides operations to manage the qnas property of the microsoft.graph.searchEntity entity. returns a *QnasQnaItemRequestBuilder when successful

func (*QnasRequestBuilder) Count added in v1.36.0

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

func (*QnasRequestBuilder) Get added in v1.36.0

Get get a list of the qna objects and their properties. returns a QnaCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*QnasRequestBuilder) Post added in v1.36.0

Post create a new qna object. returns a Qnaable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*QnasRequestBuilder) ToGetRequestInformation added in v1.36.0

ToGetRequestInformation get a list of the qna objects and their properties. returns a *RequestInformation when successful

func (*QnasRequestBuilder) ToPostRequestInformation added in v1.36.0

ToPostRequestInformation create a new qna object. returns a *RequestInformation when successful

func (*QnasRequestBuilder) WithUrl added in v1.36.0

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

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

type QnasRequestBuilderGetQueryParameters added in v1.36.0

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

QnasRequestBuilderGetQueryParameters get a list of the qna objects and their properties.

type QnasRequestBuilderGetRequestConfiguration added in v1.36.0

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

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

type QnasRequestBuilderPostRequestConfiguration added in v1.36.0

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

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

type QueryPostRequestBody added in v0.49.0

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

func NewQueryPostRequestBody added in v0.49.0

func NewQueryPostRequestBody() *QueryPostRequestBody

NewQueryPostRequestBody instantiates a new QueryPostRequestBody and sets the default values.

func (*QueryPostRequestBody) GetAdditionalData added in v0.49.0

func (m *QueryPostRequestBody) GetAdditionalData() map[string]any

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. returns a map[string]any when successful

func (*QueryPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*QueryPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*QueryPostRequestBody) GetRequests added in v0.49.0

GetRequests gets the requests property value. The requests property returns a []SearchRequestable when successful

func (*QueryPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*QueryPostRequestBody) SetAdditionalData added in v0.49.0

func (m *QueryPostRequestBody) SetAdditionalData(value map[string]any)

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 (*QueryPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*QueryPostRequestBody) SetRequests added in v0.49.0

SetRequests sets the requests property value. The requests property

type QueryPostResponse added in v1.20.0

func NewQueryPostResponse added in v1.20.0

func NewQueryPostResponse() *QueryPostResponse

NewQueryPostResponse instantiates a new QueryPostResponse and sets the default values.

func (*QueryPostResponse) GetFieldDeserializers added in v1.20.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*QueryPostResponse) GetValue added in v1.20.0

GetValue gets the value property value. The value property returns a []SearchResponseable when successful

func (*QueryPostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*QueryPostResponse) SetValue added in v1.20.0

SetValue sets the value property value. The value property

type QueryRequestBuilder added in v0.49.0

QueryRequestBuilder provides operations to call the query method.

func NewQueryRequestBuilder added in v0.49.0

NewQueryRequestBuilder instantiates a new QueryRequestBuilder and sets the default values.

func NewQueryRequestBuilderInternal added in v0.49.0

func NewQueryRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *QueryRequestBuilder

NewQueryRequestBuilderInternal instantiates a new QueryRequestBuilder and sets the default values.

func (*QueryRequestBuilder) Post added in v0.49.0

Post runs the query specified in the request body. Search results are provided in the response. Deprecated: This method is obsolete. Use PostAsQueryPostResponse instead. returns a QueryResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*QueryRequestBuilder) PostAsQueryPostResponse added in v1.20.0

PostAsQueryPostResponse runs the query specified in the request body. Search results are provided in the response. returns a QueryPostResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*QueryRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation runs the query specified in the request body. Search results are provided in the response. returns a *RequestInformation when successful

func (*QueryRequestBuilder) WithUrl added in v1.18.0

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

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

type QueryRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type QueryResponse deprecated added in v0.49.0

type QueryResponse struct {
	QueryPostResponse
}

Deprecated: This class is obsolete. Use QueryPostResponseable instead.

func NewQueryResponse added in v0.49.0

func NewQueryResponse() *QueryResponse

NewQueryResponse instantiates a new QueryResponse and sets the default values.

type QueryResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use QueryPostResponseable instead.

type SearchRequestBuilder

SearchRequestBuilder provides operations to manage the searchEntity singleton.

func NewSearchRequestBuilder

NewSearchRequestBuilder instantiates a new SearchRequestBuilder and sets the default values.

func NewSearchRequestBuilderInternal

func NewSearchRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SearchRequestBuilder

NewSearchRequestBuilderInternal instantiates a new SearchRequestBuilder and sets the default values.

func (*SearchRequestBuilder) Acronyms added in v1.36.0

Acronyms provides operations to manage the acronyms property of the microsoft.graph.searchEntity entity. returns a *AcronymsRequestBuilder when successful

func (*SearchRequestBuilder) Bookmarks added in v1.36.0

Bookmarks provides operations to manage the bookmarks property of the microsoft.graph.searchEntity entity. returns a *BookmarksRequestBuilder when successful

func (*SearchRequestBuilder) Get

Get get search returns a SearchEntityable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SearchRequestBuilder) Patch

Patch update search returns a SearchEntityable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SearchRequestBuilder) Qnas added in v1.36.0

Qnas provides operations to manage the qnas property of the microsoft.graph.searchEntity entity. returns a *QnasRequestBuilder when successful

func (*SearchRequestBuilder) Query

Query provides operations to call the query method. returns a *QueryRequestBuilder when successful

func (*SearchRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get search returns a *RequestInformation when successful

func (*SearchRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update search returns a *RequestInformation when successful

func (*SearchRequestBuilder) WithUrl added in v1.18.0

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

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

type SearchRequestBuilderGetQueryParameters

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

SearchRequestBuilderGetQueryParameters get search

type SearchRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type SearchRequestBuilderPatchRequestConfiguration added in v0.22.0

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

SearchRequestBuilderPatchRequestConfiguration 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