agreements

package
v1.22.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type 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.

func (*AgreementItemRequestBuilder) Delete added in v0.49.0

Delete delete entity from agreements

func (*AgreementItemRequestBuilder) File added in v0.49.0

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

func (*AgreementItemRequestBuilder) Files added in v0.49.0

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

func (*AgreementItemRequestBuilder) Get added in v0.49.0

Get get entity from agreements by key

func (*AgreementItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete entity from agreements

func (*AgreementItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get entity from agreements by key

func (*AgreementItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update entity in agreements

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.

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.

func (*AgreementsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get entities from agreements

func (*AgreementsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation add new entity to agreements

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.

type AgreementsRequestBuilderGetQueryParameters

type AgreementsRequestBuilderGetQueryParameters struct {
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

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 AgreementAcceptanceItemRequestBuilder 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 AgreementAcceptanceItemRequestBuilder and sets the default values.

func (*ItemAcceptancesAgreementAcceptanceItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property acceptances for agreements

func (*ItemAcceptancesAgreementAcceptanceItemRequestBuilder) Get added in v0.49.0

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

func (*ItemAcceptancesAgreementAcceptanceItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property acceptances for agreements

func (*ItemAcceptancesAgreementAcceptanceItemRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemAcceptancesAgreementAcceptanceItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property acceptances in agreements

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.

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 CountRequestBuilder 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 CountRequestBuilder and sets the default values.

func (*ItemAcceptancesCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemAcceptancesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

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.

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 AcceptancesRequestBuilder 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 AcceptancesRequestBuilder 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.

func (*ItemAcceptancesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemAcceptancesRequestBuilder) Get added in v0.49.0

Get get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments. Find more info here

func (*ItemAcceptancesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments.

func (*ItemAcceptancesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to acceptances for agreements

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.

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 get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments.

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 AgreementFileLocalizationItemRequestBuilder 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 AgreementFileLocalizationItemRequestBuilder and sets the default values.

func (*ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property localizations for agreements

func (*ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) Get added in v0.49.0

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

func (*ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property localizations for agreements

func (*ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property localizations in agreements

func (*ItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) Versions added in v0.49.0

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

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.

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 CountRequestBuilder 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 CountRequestBuilder and sets the default values.

func (*ItemFileLocalizationsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemFileLocalizationsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

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.

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 AgreementFileVersionItemRequestBuilder 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 AgreementFileVersionItemRequestBuilder and sets the default values.

func (*ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property versions for agreements

func (*ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) Get added in v0.49.0

Get read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

func (*ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property versions for agreements

func (*ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

func (*ItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property versions in agreements

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.

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 Azure AD 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 CountRequestBuilder 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 CountRequestBuilder and sets the default values.

func (*ItemFileLocalizationsItemVersionsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemFileLocalizationsItemVersionsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

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.

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 VersionsRequestBuilder 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 VersionsRequestBuilder 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.

func (*ItemFileLocalizationsItemVersionsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemFileLocalizationsItemVersionsRequestBuilder) Get added in v0.49.0

Get read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

func (*ItemFileLocalizationsItemVersionsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

func (*ItemFileLocalizationsItemVersionsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to versions for agreements

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.

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 Azure AD 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 LocalizationsRequestBuilder 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 LocalizationsRequestBuilder 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.

func (*ItemFileLocalizationsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemFileLocalizationsRequestBuilder) Get added in v0.49.0

Get get a list of the default and localized agreement files. This API is available in the following national cloud deployments. Find more info here

func (*ItemFileLocalizationsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get a list of the default and localized agreement files. This API is available in the following national cloud deployments.

func (*ItemFileLocalizationsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to localizations for agreements

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.

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. This API is available in the following national cloud deployments.

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 FileRequestBuilder 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 FileRequestBuilder and sets the default values.

func (*ItemFileRequestBuilder) Delete added in v0.49.0

Delete delete navigation property file for agreements

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. This API is available in the following national cloud deployments. 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.

func (*ItemFileRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property file for agreements

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. This API is available in the following national cloud deployments.

func (*ItemFileRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property file in agreements

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.

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. This API is available in the following national cloud deployments.

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 AgreementFileLocalizationItemRequestBuilder 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 AgreementFileLocalizationItemRequestBuilder and sets the default values.

func (*ItemFilesAgreementFileLocalizationItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property files for agreements

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.

func (*ItemFilesAgreementFileLocalizationItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property files for agreements

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.

func (*ItemFilesAgreementFileLocalizationItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property files in agreements

func (*ItemFilesAgreementFileLocalizationItemRequestBuilder) Versions added in v0.49.0

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

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.

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 CountRequestBuilder 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 CountRequestBuilder and sets the default values.

func (*ItemFilesCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemFilesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

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.

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 AgreementFileVersionItemRequestBuilder 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 AgreementFileVersionItemRequestBuilder and sets the default values.

func (*ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property versions for agreements

func (*ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) Get added in v0.49.0

Get read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

func (*ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property versions for agreements

func (*ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

func (*ItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property versions in agreements

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.

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 Azure AD 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 CountRequestBuilder 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 CountRequestBuilder and sets the default values.

func (*ItemFilesItemVersionsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemFilesItemVersionsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

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.

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 VersionsRequestBuilder 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 VersionsRequestBuilder 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.

func (*ItemFilesItemVersionsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemFilesItemVersionsRequestBuilder) Get added in v0.49.0

Get read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

func (*ItemFilesItemVersionsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

func (*ItemFilesItemVersionsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to versions for agreements

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.

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 Azure AD 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 FilesRequestBuilder 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 FilesRequestBuilder 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.

func (*ItemFilesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

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.

func (*ItemFilesRequestBuilder) Post added in v0.49.0

Post create a new localized agreement file. This API is available in the following national cloud deployments. Find more info here

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.

func (*ItemFilesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create a new localized agreement file. This API is available in the following national cloud deployments.

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.

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