agreements

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: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgreementItemRequestBuilder added in v0.49.0

AgreementItemRequestBuilder provides operations to manage the collection of agreement entities.

func NewAgreementItemRequestBuilder added in v0.49.0

NewAgreementItemRequestBuilder instantiates a new AgreementItemRequestBuilder and sets the default values.

func NewAgreementItemRequestBuilderInternal added in v0.49.0

func NewAgreementItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementItemRequestBuilder

NewAgreementItemRequestBuilderInternal instantiates a new AgreementItemRequestBuilder and sets the default values.

func (*AgreementItemRequestBuilder) Acceptances added in v0.49.0

Acceptances provides operations to manage the acceptances property of the microsoft.graph.agreement entity. returns a *ItemAcceptancesRequestBuilder when successful

func (*AgreementItemRequestBuilder) Delete added in v0.49.0

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

func (*AgreementItemRequestBuilder) File added in v0.49.0

File provides operations to manage the file property of the microsoft.graph.agreement entity. returns a *ItemFileRequestBuilder when successful

func (*AgreementItemRequestBuilder) Files added in v0.49.0

Files provides operations to manage the files property of the microsoft.graph.agreement entity. returns a *ItemFilesRequestBuilder when successful

func (*AgreementItemRequestBuilder) Get added in v0.49.0

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

func (*AgreementItemRequestBuilder) Patch added in v0.49.0

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

func (*AgreementItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete entity from agreements returns a *RequestInformation when successful

func (*AgreementItemRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*AgreementItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update entity in agreements returns a *RequestInformation when successful

func (*AgreementItemRequestBuilder) 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 *AgreementItemRequestBuilder when successful

type AgreementItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type AgreementItemRequestBuilderGetQueryParameters added in v0.49.0

type AgreementItemRequestBuilderGetQueryParameters struct {
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AgreementItemRequestBuilderGetQueryParameters get entity from agreements by key

type AgreementItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type AgreementItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type AgreementsRequestBuilder

AgreementsRequestBuilder provides operations to manage the collection of agreement entities.

func NewAgreementsRequestBuilder

NewAgreementsRequestBuilder instantiates a new AgreementsRequestBuilder and sets the default values.

func NewAgreementsRequestBuilderInternal

func NewAgreementsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsRequestBuilder

NewAgreementsRequestBuilderInternal instantiates a new AgreementsRequestBuilder and sets the default values.

func (*AgreementsRequestBuilder) ByAgreementId added in v0.63.0

func (m *AgreementsRequestBuilder) ByAgreementId(agreementId string) *AgreementItemRequestBuilder

ByAgreementId provides operations to manage the collection of agreement entities. returns a *AgreementItemRequestBuilder when successful

func (*AgreementsRequestBuilder) Get

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

func (*AgreementsRequestBuilder) Post

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

func (*AgreementsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get entities from agreements returns a *RequestInformation when successful

func (*AgreementsRequestBuilder) ToPostRequestInformation added in v0.51.0

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

func (*AgreementsRequestBuilder) 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 *AgreementsRequestBuilder when successful

type AgreementsRequestBuilderGetQueryParameters

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

AgreementsRequestBuilderGetQueryParameters get entities from agreements

type AgreementsRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type AgreementsRequestBuilderPostRequestConfiguration added in v0.22.0

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

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

type ItemAcceptancesAgreementAcceptanceItemRequestBuilder added in v0.49.0

type ItemAcceptancesAgreementAcceptanceItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemAcceptancesAgreementAcceptanceItemRequestBuilder provides operations to manage the acceptances property of the microsoft.graph.agreement entity.

func NewItemAcceptancesAgreementAcceptanceItemRequestBuilder added in v0.49.0

NewItemAcceptancesAgreementAcceptanceItemRequestBuilder instantiates a new ItemAcceptancesAgreementAcceptanceItemRequestBuilder and sets the default values.

func NewItemAcceptancesAgreementAcceptanceItemRequestBuilderInternal added in v0.49.0

func NewItemAcceptancesAgreementAcceptanceItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAcceptancesAgreementAcceptanceItemRequestBuilder

NewItemAcceptancesAgreementAcceptanceItemRequestBuilderInternal instantiates a new ItemAcceptancesAgreementAcceptanceItemRequestBuilder and sets the default values.

func (*ItemAcceptancesAgreementAcceptanceItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property acceptances for agreements returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemAcceptancesAgreementAcceptanceItemRequestBuilder) Get added in v0.49.0

Get read-only. Information about acceptances of this agreement. returns a AgreementAcceptanceable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemAcceptancesAgreementAcceptanceItemRequestBuilder) Patch added in v0.49.0

Patch update the navigation property acceptances in agreements returns a AgreementAcceptanceable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemAcceptancesAgreementAcceptanceItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property acceptances for agreements returns a *RequestInformation when successful

func (*ItemAcceptancesAgreementAcceptanceItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read-only. Information about acceptances of this agreement. returns a *RequestInformation when successful

func (*ItemAcceptancesAgreementAcceptanceItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property acceptances in agreements returns a *RequestInformation when successful

func (*ItemAcceptancesAgreementAcceptanceItemRequestBuilder) 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 *ItemAcceptancesAgreementAcceptanceItemRequestBuilder when successful

type ItemAcceptancesAgreementAcceptanceItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemAcceptancesAgreementAcceptanceItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemAcceptancesAgreementAcceptanceItemRequestBuilderGetQueryParameters read-only. Information about acceptances of this agreement.

type ItemAcceptancesAgreementAcceptanceItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemAcceptancesAgreementAcceptanceItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ItemAcceptancesCountRequestBuilder added in v0.49.0

ItemAcceptancesCountRequestBuilder provides operations to count the resources in the collection.

func NewItemAcceptancesCountRequestBuilder added in v0.49.0

NewItemAcceptancesCountRequestBuilder instantiates a new ItemAcceptancesCountRequestBuilder and sets the default values.

func NewItemAcceptancesCountRequestBuilderInternal added in v0.49.0

func NewItemAcceptancesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAcceptancesCountRequestBuilder

NewItemAcceptancesCountRequestBuilderInternal instantiates a new ItemAcceptancesCountRequestBuilder and sets the default values.

func (*ItemAcceptancesCountRequestBuilder) Get added in v0.49.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 (*ItemAcceptancesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemAcceptancesCountRequestBuilder) 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 *ItemAcceptancesCountRequestBuilder when successful

type ItemAcceptancesCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemAcceptancesCountRequestBuilderGetQueryParameters get the number of the resource

type ItemAcceptancesCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemAcceptancesRequestBuilder added in v0.49.0

ItemAcceptancesRequestBuilder provides operations to manage the acceptances property of the microsoft.graph.agreement entity.

func NewItemAcceptancesRequestBuilder added in v0.49.0

NewItemAcceptancesRequestBuilder instantiates a new ItemAcceptancesRequestBuilder and sets the default values.

func NewItemAcceptancesRequestBuilderInternal added in v0.49.0

func NewItemAcceptancesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAcceptancesRequestBuilder

NewItemAcceptancesRequestBuilderInternal instantiates a new ItemAcceptancesRequestBuilder and sets the default values.

func (*ItemAcceptancesRequestBuilder) ByAgreementAcceptanceId added in v0.63.0

func (m *ItemAcceptancesRequestBuilder) ByAgreementAcceptanceId(agreementAcceptanceId string) *ItemAcceptancesAgreementAcceptanceItemRequestBuilder

ByAgreementAcceptanceId provides operations to manage the acceptances property of the microsoft.graph.agreement entity. returns a *ItemAcceptancesAgreementAcceptanceItemRequestBuilder when successful

func (*ItemAcceptancesRequestBuilder) Count added in v0.49.0

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

func (*ItemAcceptancesRequestBuilder) Get added in v0.49.0

Get read-only. Information about acceptances of this agreement. returns a AgreementAcceptanceCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemAcceptancesRequestBuilder) Post added in v0.49.0

Post create new navigation property to acceptances for agreements returns a AgreementAcceptanceable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemAcceptancesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read-only. Information about acceptances of this agreement. returns a *RequestInformation when successful

func (*ItemAcceptancesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to acceptances for agreements returns a *RequestInformation when successful

func (*ItemAcceptancesRequestBuilder) 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 *ItemAcceptancesRequestBuilder when successful

type ItemAcceptancesRequestBuilderGetQueryParameters added in v0.49.0

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

ItemAcceptancesRequestBuilderGetQueryParameters read-only. Information about acceptances of this agreement.

type ItemAcceptancesRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemAcceptancesRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder added in v0.49.0

type ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder provides operations to manage the localizations property of the microsoft.graph.agreementFile entity.

func NewItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder added in v0.49.0

func NewItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder

NewItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder instantiates a new ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder and sets the default values.

func NewItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderInternal added in v0.49.0

func NewItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder

NewItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderInternal instantiates a new ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder and sets the default values.

func (*ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property localizations for agreements returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) Get added in v0.49.0

Get the localized version of the terms of use agreement files attached to the agreement. returns a AgreementFileLocalizationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) Patch added in v0.49.0

Patch update the navigation property localizations in agreements returns a AgreementFileLocalizationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property localizations for agreements returns a *RequestInformation when successful

func (*ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the localized version of the terms of use agreement files attached to the agreement. returns a *RequestInformation when successful

func (*ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property localizations in agreements returns a *RequestInformation when successful

func (*ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) Versions added in v0.49.0

Versions provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. returns a *ItemFileLocalizationsItemVersionsRequestBuilder when successful

func (*ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) 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 *ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder when successful

type ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderGetQueryParameters the localized version of the terms of use agreement files attached to the agreement.

type ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ItemFileLocalizationsCountRequestBuilder added in v0.49.0

type ItemFileLocalizationsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemFileLocalizationsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemFileLocalizationsCountRequestBuilder added in v0.49.0

NewItemFileLocalizationsCountRequestBuilder instantiates a new ItemFileLocalizationsCountRequestBuilder and sets the default values.

func NewItemFileLocalizationsCountRequestBuilderInternal added in v0.49.0

func NewItemFileLocalizationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFileLocalizationsCountRequestBuilder

NewItemFileLocalizationsCountRequestBuilderInternal instantiates a new ItemFileLocalizationsCountRequestBuilder and sets the default values.

func (*ItemFileLocalizationsCountRequestBuilder) Get added in v0.49.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 (*ItemFileLocalizationsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemFileLocalizationsCountRequestBuilder) 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 *ItemFileLocalizationsCountRequestBuilder when successful

type ItemFileLocalizationsCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemFileLocalizationsCountRequestBuilderGetQueryParameters get the number of the resource

type ItemFileLocalizationsCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder added in v0.49.0

type ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.

func NewItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder added in v0.49.0

func NewItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder

NewItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder instantiates a new ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder and sets the default values.

func NewItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderInternal added in v0.49.0

func NewItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder

NewItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderInternal instantiates a new ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder and sets the default values.

func (*ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property versions for agreements returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) Get added in v0.49.0

Get read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. returns a AgreementFileVersionable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) Patch added in v0.49.0

Patch update the navigation property versions in agreements returns a AgreementFileVersionable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property versions for agreements returns a *RequestInformation when successful

func (*ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. returns a *RequestInformation when successful

func (*ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property versions in agreements returns a *RequestInformation when successful

func (*ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) 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 *ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder when successful

type ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderGetQueryParameters read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.

type ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ItemFileLocalizationsItemVersionsCountRequestBuilder added in v0.49.0

type ItemFileLocalizationsItemVersionsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemFileLocalizationsItemVersionsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemFileLocalizationsItemVersionsCountRequestBuilder added in v0.49.0

NewItemFileLocalizationsItemVersionsCountRequestBuilder instantiates a new ItemFileLocalizationsItemVersionsCountRequestBuilder and sets the default values.

func NewItemFileLocalizationsItemVersionsCountRequestBuilderInternal added in v0.49.0

func NewItemFileLocalizationsItemVersionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFileLocalizationsItemVersionsCountRequestBuilder

NewItemFileLocalizationsItemVersionsCountRequestBuilderInternal instantiates a new ItemFileLocalizationsItemVersionsCountRequestBuilder and sets the default values.

func (*ItemFileLocalizationsItemVersionsCountRequestBuilder) Get added in v0.49.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 (*ItemFileLocalizationsItemVersionsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemFileLocalizationsItemVersionsCountRequestBuilder) 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 *ItemFileLocalizationsItemVersionsCountRequestBuilder when successful

type ItemFileLocalizationsItemVersionsCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemFileLocalizationsItemVersionsCountRequestBuilderGetQueryParameters get the number of the resource

type ItemFileLocalizationsItemVersionsCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFileLocalizationsItemVersionsRequestBuilder added in v0.49.0

type ItemFileLocalizationsItemVersionsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemFileLocalizationsItemVersionsRequestBuilder provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.

func NewItemFileLocalizationsItemVersionsRequestBuilder added in v0.49.0

NewItemFileLocalizationsItemVersionsRequestBuilder instantiates a new ItemFileLocalizationsItemVersionsRequestBuilder and sets the default values.

func NewItemFileLocalizationsItemVersionsRequestBuilderInternal added in v0.49.0

func NewItemFileLocalizationsItemVersionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFileLocalizationsItemVersionsRequestBuilder

NewItemFileLocalizationsItemVersionsRequestBuilderInternal instantiates a new ItemFileLocalizationsItemVersionsRequestBuilder and sets the default values.

func (*ItemFileLocalizationsItemVersionsRequestBuilder) ByAgreementFileVersionId added in v0.63.0

ByAgreementFileVersionId provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. returns a *ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder when successful

func (*ItemFileLocalizationsItemVersionsRequestBuilder) Count added in v0.49.0

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

func (*ItemFileLocalizationsItemVersionsRequestBuilder) Get added in v0.49.0

Get read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. returns a AgreementFileVersionCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFileLocalizationsItemVersionsRequestBuilder) Post added in v0.49.0

Post create new navigation property to versions for agreements returns a AgreementFileVersionable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFileLocalizationsItemVersionsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. returns a *RequestInformation when successful

func (*ItemFileLocalizationsItemVersionsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to versions for agreements returns a *RequestInformation when successful

func (*ItemFileLocalizationsItemVersionsRequestBuilder) 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 *ItemFileLocalizationsItemVersionsRequestBuilder when successful

type ItemFileLocalizationsItemVersionsRequestBuilderGetQueryParameters added in v0.49.0

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

ItemFileLocalizationsItemVersionsRequestBuilderGetQueryParameters read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.

type ItemFileLocalizationsItemVersionsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFileLocalizationsItemVersionsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemFileLocalizationsRequestBuilder added in v0.49.0

ItemFileLocalizationsRequestBuilder provides operations to manage the localizations property of the microsoft.graph.agreementFile entity.

func NewItemFileLocalizationsRequestBuilder added in v0.49.0

NewItemFileLocalizationsRequestBuilder instantiates a new ItemFileLocalizationsRequestBuilder and sets the default values.

func NewItemFileLocalizationsRequestBuilderInternal added in v0.49.0

func NewItemFileLocalizationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFileLocalizationsRequestBuilder

NewItemFileLocalizationsRequestBuilderInternal instantiates a new ItemFileLocalizationsRequestBuilder and sets the default values.

func (*ItemFileLocalizationsRequestBuilder) ByAgreementFileLocalizationId added in v0.63.0

func (m *ItemFileLocalizationsRequestBuilder) ByAgreementFileLocalizationId(agreementFileLocalizationId string) *ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder

ByAgreementFileLocalizationId provides operations to manage the localizations property of the microsoft.graph.agreementFile entity. returns a *ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder when successful

func (*ItemFileLocalizationsRequestBuilder) Count added in v0.49.0

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

func (*ItemFileLocalizationsRequestBuilder) Get added in v0.49.0

Get get a list of the default and localized agreement files. returns a AgreementFileLocalizationCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemFileLocalizationsRequestBuilder) Post added in v0.49.0

Post create new navigation property to localizations for agreements returns a AgreementFileLocalizationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFileLocalizationsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get a list of the default and localized agreement files. returns a *RequestInformation when successful

func (*ItemFileLocalizationsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to localizations for agreements returns a *RequestInformation when successful

func (*ItemFileLocalizationsRequestBuilder) 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 *ItemFileLocalizationsRequestBuilder when successful

type ItemFileLocalizationsRequestBuilderGetQueryParameters added in v0.49.0

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

ItemFileLocalizationsRequestBuilderGetQueryParameters get a list of the default and localized agreement files.

type ItemFileLocalizationsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFileLocalizationsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemFileRequestBuilder added in v0.49.0

ItemFileRequestBuilder provides operations to manage the file property of the microsoft.graph.agreement entity.

func NewItemFileRequestBuilder added in v0.49.0

NewItemFileRequestBuilder instantiates a new ItemFileRequestBuilder and sets the default values.

func NewItemFileRequestBuilderInternal added in v0.49.0

func NewItemFileRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFileRequestBuilder

NewItemFileRequestBuilderInternal instantiates a new ItemFileRequestBuilder and sets the default values.

func (*ItemFileRequestBuilder) Delete added in v0.49.0

Delete delete navigation property file for agreements returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFileRequestBuilder) Get added in v0.49.0

Get retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. returns a AgreementFileable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemFileRequestBuilder) Localizations added in v0.49.0

Localizations provides operations to manage the localizations property of the microsoft.graph.agreementFile entity. returns a *ItemFileLocalizationsRequestBuilder when successful

func (*ItemFileRequestBuilder) Patch added in v0.49.0

Patch update the navigation property file in agreements returns a AgreementFileable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFileRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property file for agreements returns a *RequestInformation when successful

func (*ItemFileRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. returns a *RequestInformation when successful

func (*ItemFileRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property file in agreements returns a *RequestInformation when successful

func (*ItemFileRequestBuilder) 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 *ItemFileRequestBuilder when successful

type ItemFileRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemFileRequestBuilderGetQueryParameters added in v0.49.0

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

ItemFileRequestBuilderGetQueryParameters retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header.

type ItemFileRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFileRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ItemFilesAgreementFileLocalizationItemRequestBuilder added in v0.49.0

type ItemFilesAgreementFileLocalizationItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemFilesAgreementFileLocalizationItemRequestBuilder provides operations to manage the files property of the microsoft.graph.agreement entity.

func NewItemFilesAgreementFileLocalizationItemRequestBuilder added in v0.49.0

NewItemFilesAgreementFileLocalizationItemRequestBuilder instantiates a new ItemFilesAgreementFileLocalizationItemRequestBuilder and sets the default values.

func NewItemFilesAgreementFileLocalizationItemRequestBuilderInternal added in v0.49.0

func NewItemFilesAgreementFileLocalizationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFilesAgreementFileLocalizationItemRequestBuilder

NewItemFilesAgreementFileLocalizationItemRequestBuilderInternal instantiates a new ItemFilesAgreementFileLocalizationItemRequestBuilder and sets the default values.

func (*ItemFilesAgreementFileLocalizationItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property files for agreements returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFilesAgreementFileLocalizationItemRequestBuilder) Get added in v0.49.0

Get pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. returns a AgreementFileLocalizationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFilesAgreementFileLocalizationItemRequestBuilder) Patch added in v0.49.0

Patch update the navigation property files in agreements returns a AgreementFileLocalizationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFilesAgreementFileLocalizationItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property files for agreements returns a *RequestInformation when successful

func (*ItemFilesAgreementFileLocalizationItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. returns a *RequestInformation when successful

func (*ItemFilesAgreementFileLocalizationItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property files in agreements returns a *RequestInformation when successful

func (*ItemFilesAgreementFileLocalizationItemRequestBuilder) Versions added in v0.49.0

Versions provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. returns a *ItemFilesItemVersionsRequestBuilder when successful

func (*ItemFilesAgreementFileLocalizationItemRequestBuilder) 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 *ItemFilesAgreementFileLocalizationItemRequestBuilder when successful

type ItemFilesAgreementFileLocalizationItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemFilesAgreementFileLocalizationItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemFilesAgreementFileLocalizationItemRequestBuilderGetQueryParameters pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand.

type ItemFilesAgreementFileLocalizationItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFilesAgreementFileLocalizationItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ItemFilesCountRequestBuilder added in v0.49.0

ItemFilesCountRequestBuilder provides operations to count the resources in the collection.

func NewItemFilesCountRequestBuilder added in v0.49.0

NewItemFilesCountRequestBuilder instantiates a new ItemFilesCountRequestBuilder and sets the default values.

func NewItemFilesCountRequestBuilderInternal added in v0.49.0

func NewItemFilesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFilesCountRequestBuilder

NewItemFilesCountRequestBuilderInternal instantiates a new ItemFilesCountRequestBuilder and sets the default values.

func (*ItemFilesCountRequestBuilder) Get added in v0.49.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 (*ItemFilesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemFilesCountRequestBuilder) 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 *ItemFilesCountRequestBuilder when successful

type ItemFilesCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemFilesCountRequestBuilderGetQueryParameters get the number of the resource

type ItemFilesCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder added in v0.49.0

type ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.

func NewItemFilesItemVersionsAgreementFileVersionItemRequestBuilder added in v0.49.0

func NewItemFilesItemVersionsAgreementFileVersionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder

NewItemFilesItemVersionsAgreementFileVersionItemRequestBuilder instantiates a new ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder and sets the default values.

func NewItemFilesItemVersionsAgreementFileVersionItemRequestBuilderInternal added in v0.49.0

func NewItemFilesItemVersionsAgreementFileVersionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder

NewItemFilesItemVersionsAgreementFileVersionItemRequestBuilderInternal instantiates a new ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder and sets the default values.

func (*ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property versions for agreements returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) Get added in v0.49.0

Get read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. returns a AgreementFileVersionable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) Patch added in v0.49.0

Patch update the navigation property versions in agreements returns a AgreementFileVersionable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property versions for agreements returns a *RequestInformation when successful

func (*ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. returns a *RequestInformation when successful

func (*ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property versions in agreements returns a *RequestInformation when successful

func (*ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) 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 *ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder when successful

type ItemFilesItemVersionsAgreementFileVersionItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemFilesItemVersionsAgreementFileVersionItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemFilesItemVersionsAgreementFileVersionItemRequestBuilderGetQueryParameters read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.

type ItemFilesItemVersionsAgreementFileVersionItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFilesItemVersionsAgreementFileVersionItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ItemFilesItemVersionsCountRequestBuilder added in v0.49.0

type ItemFilesItemVersionsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemFilesItemVersionsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemFilesItemVersionsCountRequestBuilder added in v0.49.0

NewItemFilesItemVersionsCountRequestBuilder instantiates a new ItemFilesItemVersionsCountRequestBuilder and sets the default values.

func NewItemFilesItemVersionsCountRequestBuilderInternal added in v0.49.0

func NewItemFilesItemVersionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFilesItemVersionsCountRequestBuilder

NewItemFilesItemVersionsCountRequestBuilderInternal instantiates a new ItemFilesItemVersionsCountRequestBuilder and sets the default values.

func (*ItemFilesItemVersionsCountRequestBuilder) Get added in v0.49.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 (*ItemFilesItemVersionsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemFilesItemVersionsCountRequestBuilder) 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 *ItemFilesItemVersionsCountRequestBuilder when successful

type ItemFilesItemVersionsCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemFilesItemVersionsCountRequestBuilderGetQueryParameters get the number of the resource

type ItemFilesItemVersionsCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFilesItemVersionsRequestBuilder added in v0.49.0

ItemFilesItemVersionsRequestBuilder provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.

func NewItemFilesItemVersionsRequestBuilder added in v0.49.0

NewItemFilesItemVersionsRequestBuilder instantiates a new ItemFilesItemVersionsRequestBuilder and sets the default values.

func NewItemFilesItemVersionsRequestBuilderInternal added in v0.49.0

func NewItemFilesItemVersionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFilesItemVersionsRequestBuilder

NewItemFilesItemVersionsRequestBuilderInternal instantiates a new ItemFilesItemVersionsRequestBuilder and sets the default values.

func (*ItemFilesItemVersionsRequestBuilder) ByAgreementFileVersionId added in v0.63.0

ByAgreementFileVersionId provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. returns a *ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder when successful

func (*ItemFilesItemVersionsRequestBuilder) Count added in v0.49.0

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

func (*ItemFilesItemVersionsRequestBuilder) Get added in v0.49.0

Get read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. returns a AgreementFileVersionCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFilesItemVersionsRequestBuilder) Post added in v0.49.0

Post create new navigation property to versions for agreements returns a AgreementFileVersionable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFilesItemVersionsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. returns a *RequestInformation when successful

func (*ItemFilesItemVersionsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to versions for agreements returns a *RequestInformation when successful

func (*ItemFilesItemVersionsRequestBuilder) 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 *ItemFilesItemVersionsRequestBuilder when successful

type ItemFilesItemVersionsRequestBuilderGetQueryParameters added in v0.49.0

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

ItemFilesItemVersionsRequestBuilderGetQueryParameters read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.

type ItemFilesItemVersionsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFilesItemVersionsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemFilesRequestBuilder added in v0.49.0

ItemFilesRequestBuilder provides operations to manage the files property of the microsoft.graph.agreement entity.

func NewItemFilesRequestBuilder added in v0.49.0

NewItemFilesRequestBuilder instantiates a new ItemFilesRequestBuilder and sets the default values.

func NewItemFilesRequestBuilderInternal added in v0.49.0

func NewItemFilesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFilesRequestBuilder

NewItemFilesRequestBuilderInternal instantiates a new ItemFilesRequestBuilder and sets the default values.

func (*ItemFilesRequestBuilder) ByAgreementFileLocalizationId added in v0.63.0

func (m *ItemFilesRequestBuilder) ByAgreementFileLocalizationId(agreementFileLocalizationId string) *ItemFilesAgreementFileLocalizationItemRequestBuilder

ByAgreementFileLocalizationId provides operations to manage the files property of the microsoft.graph.agreement entity. returns a *ItemFilesAgreementFileLocalizationItemRequestBuilder when successful

func (*ItemFilesRequestBuilder) Count added in v0.49.0

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

func (*ItemFilesRequestBuilder) Get added in v0.49.0

Get pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. returns a AgreementFileLocalizationCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFilesRequestBuilder) Post added in v0.49.0

Post create new navigation property to files for agreements returns a AgreementFileLocalizationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFilesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. returns a *RequestInformation when successful

func (*ItemFilesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to files for agreements returns a *RequestInformation when successful

func (*ItemFilesRequestBuilder) 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 *ItemFilesRequestBuilder when successful

type ItemFilesRequestBuilderGetQueryParameters added in v0.49.0

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

ItemFilesRequestBuilderGetQueryParameters pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand.

type ItemFilesRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFilesRequestBuilderPostRequestConfiguration added in v0.49.0

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

ItemFilesRequestBuilderPostRequestConfiguration 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