Documentation ¶
Index ¶
- type AgreementFileLocalizationItemRequestBuilder
- func (m *AgreementFileLocalizationItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *AgreementFileLocalizationItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AgreementFileLocalizationItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *AgreementFileLocalizationItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *AgreementFileLocalizationItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *AgreementFileLocalizationItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *AgreementFileLocalizationItemRequestBuilder) Versions() ...
- func (m *AgreementFileLocalizationItemRequestBuilder) VersionsById(id string) ...
- type AgreementFileLocalizationItemRequestBuilderDeleteRequestConfiguration
- type AgreementFileLocalizationItemRequestBuilderGetQueryParameters
- type AgreementFileLocalizationItemRequestBuilderGetRequestConfiguration
- type AgreementFileLocalizationItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgreementFileLocalizationItemRequestBuilder ¶
type AgreementFileLocalizationItemRequestBuilder struct {
// contains filtered or unexported fields
}
AgreementFileLocalizationItemRequestBuilder provides operations to manage the localizations property of the microsoft.graph.agreementFile entity.
func NewAgreementFileLocalizationItemRequestBuilder ¶
func NewAgreementFileLocalizationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementFileLocalizationItemRequestBuilder
NewAgreementFileLocalizationItemRequestBuilder instantiates a new AgreementFileLocalizationItemRequestBuilder and sets the default values.
func NewAgreementFileLocalizationItemRequestBuilderInternal ¶
func NewAgreementFileLocalizationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementFileLocalizationItemRequestBuilder
NewAgreementFileLocalizationItemRequestBuilderInternal instantiates a new AgreementFileLocalizationItemRequestBuilder and sets the default values.
func (*AgreementFileLocalizationItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *AgreementFileLocalizationItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *AgreementFileLocalizationItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property localizations for identityGovernance
func (*AgreementFileLocalizationItemRequestBuilder) CreateGetRequestInformation ¶
func (m *AgreementFileLocalizationItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *AgreementFileLocalizationItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the localized version of the terms of use agreement files attached to the agreement.
func (*AgreementFileLocalizationItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *AgreementFileLocalizationItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationable, requestConfiguration *AgreementFileLocalizationItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property localizations in identityGovernance
func (*AgreementFileLocalizationItemRequestBuilder) Delete ¶
func (m *AgreementFileLocalizationItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *AgreementFileLocalizationItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property localizations for identityGovernance
func (*AgreementFileLocalizationItemRequestBuilder) Get ¶
func (m *AgreementFileLocalizationItemRequestBuilder) Get(ctx context.Context, requestConfiguration *AgreementFileLocalizationItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationable, error)
Get the localized version of the terms of use agreement files attached to the agreement.
func (*AgreementFileLocalizationItemRequestBuilder) Patch ¶
func (m *AgreementFileLocalizationItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationable, requestConfiguration *AgreementFileLocalizationItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationable, error)
Patch update the navigation property localizations in identityGovernance
func (*AgreementFileLocalizationItemRequestBuilder) Versions ¶
func (m *AgreementFileLocalizationItemRequestBuilder) Versions() *i3453c77aa95236c7b89f958c8d3681bce3792b9ef87387d22715fb5d38cdc344.VersionsRequestBuilder
Versions the versions property
func (*AgreementFileLocalizationItemRequestBuilder) VersionsById ¶
func (m *AgreementFileLocalizationItemRequestBuilder) VersionsById(id string) *ic1b120e03bde69d9986eb46bf2e1840f909d3078b9561459308dad4295498904.AgreementFileVersionItemRequestBuilder
VersionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.identityGovernance.termsOfUse.agreements.item.file.localizations.item.versions.item collection
type AgreementFileLocalizationItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type AgreementFileLocalizationItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AgreementFileLocalizationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AgreementFileLocalizationItemRequestBuilderGetQueryParameters ¶
type AgreementFileLocalizationItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
AgreementFileLocalizationItemRequestBuilderGetQueryParameters the localized version of the terms of use agreement files attached to the agreement.
type AgreementFileLocalizationItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AgreementFileLocalizationItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AgreementFileLocalizationItemRequestBuilderGetQueryParameters }
AgreementFileLocalizationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AgreementFileLocalizationItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type AgreementFileLocalizationItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AgreementFileLocalizationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.