Documentation ¶
Index ¶
- type LocalizationsRequestBuilder
- func (m *LocalizationsRequestBuilder) Count() ...
- func (m *LocalizationsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *LocalizationsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *LocalizationsRequestBuilderGetRequestConfiguration) (...)
- func (m *LocalizationsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *LocalizationsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *LocalizationsRequestBuilder) Get() (...)
- func (m *LocalizationsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *LocalizationsRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *LocalizationsRequestBuilder) Post(...) (...)
- func (m *LocalizationsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(...) (...)
- type LocalizationsRequestBuilderGetQueryParameters
- type LocalizationsRequestBuilderGetRequestConfiguration
- type LocalizationsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalizationsRequestBuilder ¶
type LocalizationsRequestBuilder struct {
// contains filtered or unexported fields
}
LocalizationsRequestBuilder provides operations to manage the localizations property of the microsoft.graph.agreementFile entity.
func NewLocalizationsRequestBuilder ¶
func NewLocalizationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LocalizationsRequestBuilder
NewLocalizationsRequestBuilder instantiates a new LocalizationsRequestBuilder and sets the default values.
func NewLocalizationsRequestBuilderInternal ¶
func NewLocalizationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LocalizationsRequestBuilder
NewLocalizationsRequestBuilderInternal instantiates a new LocalizationsRequestBuilder and sets the default values.
func (*LocalizationsRequestBuilder) Count ¶ added in v0.13.0
func (m *LocalizationsRequestBuilder) Count() *i9e08e94f4a3d3bd2956d64994e4212b1d2713c81c83c99414bc4149b5025dc34.CountRequestBuilder
Count the count property
func (*LocalizationsRequestBuilder) CreateGetRequestInformation ¶
func (m *LocalizationsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the localized version of the terms of use agreement files attached to the agreement.
func (*LocalizationsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *LocalizationsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *LocalizationsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the localized version of the terms of use agreement files attached to the agreement.
func (*LocalizationsRequestBuilder) CreatePostRequestInformation ¶
func (m *LocalizationsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to localizations for agreements
func (*LocalizationsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *LocalizationsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationable, requestConfiguration *LocalizationsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to localizations for agreements
func (*LocalizationsRequestBuilder) Get ¶
func (m *LocalizationsRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationCollectionResponseable, error)
Get the localized version of the terms of use agreement files attached to the agreement.
func (*LocalizationsRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *LocalizationsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *LocalizationsRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler the localized version of the terms of use agreement files attached to the agreement.
func (*LocalizationsRequestBuilder) Post ¶
func (m *LocalizationsRequestBuilder) Post(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationable, error)
Post create new navigation property to localizations for agreements
func (*LocalizationsRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *LocalizationsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationable, requestConfiguration *LocalizationsRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementFileLocalizationable, error)
PostWithRequestConfigurationAndResponseHandler create new navigation property to localizations for agreements
type LocalizationsRequestBuilderGetQueryParameters ¶
type LocalizationsRequestBuilderGetQueryParameters 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"` }
LocalizationsRequestBuilderGetQueryParameters the localized version of the terms of use agreement files attached to the agreement.
type LocalizationsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type LocalizationsRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *LocalizationsRequestBuilderGetQueryParameters }
LocalizationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type LocalizationsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type LocalizationsRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
LocalizationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.