Documentation ¶
Index ¶
- func CreateSupportedLanguagesResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type SupportedLanguagesRequestBuilder
- func (m *SupportedLanguagesRequestBuilder) CreateGetRequestInformation() (...)
- func (m *SupportedLanguagesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SupportedLanguagesRequestBuilderGetRequestConfiguration) (...)
- func (m *SupportedLanguagesRequestBuilder) Get(ctx context.Context, ...) (SupportedLanguagesResponseable, error)
- type SupportedLanguagesRequestBuilderGetQueryParameters
- type SupportedLanguagesRequestBuilderGetRequestConfiguration
- type SupportedLanguagesResponse
- func (m *SupportedLanguagesResponse) GetAdditionalData() map[string]interface{}
- func (m *SupportedLanguagesResponse) GetFieldDeserializers() ...
- func (m *SupportedLanguagesResponse) GetValue() ...
- func (m *SupportedLanguagesResponse) Serialize(...) error
- func (m *SupportedLanguagesResponse) SetAdditionalData(value map[string]interface{})
- func (m *SupportedLanguagesResponse) SetValue(...)
- type SupportedLanguagesResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSupportedLanguagesResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateSupportedLanguagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateSupportedLanguagesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type SupportedLanguagesRequestBuilder ¶
type SupportedLanguagesRequestBuilder struct {
// contains filtered or unexported fields
}
SupportedLanguagesRequestBuilder provides operations to call the supportedLanguages method.
func NewSupportedLanguagesRequestBuilder ¶
func NewSupportedLanguagesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SupportedLanguagesRequestBuilder
NewSupportedLanguagesRequestBuilder instantiates a new SupportedLanguagesRequestBuilder and sets the default values.
func NewSupportedLanguagesRequestBuilderInternal ¶
func NewSupportedLanguagesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SupportedLanguagesRequestBuilder
NewSupportedLanguagesRequestBuilderInternal instantiates a new SupportedLanguagesRequestBuilder and sets the default values.
func (*SupportedLanguagesRequestBuilder) CreateGetRequestInformation ¶
func (m *SupportedLanguagesRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language by getting the user's mailbox settings.
func (*SupportedLanguagesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *SupportedLanguagesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SupportedLanguagesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language by getting the user's mailbox settings.
func (*SupportedLanguagesRequestBuilder) Get ¶
func (m *SupportedLanguagesRequestBuilder) Get(ctx context.Context, requestConfiguration *SupportedLanguagesRequestBuilderGetRequestConfiguration) (SupportedLanguagesResponseable, error)
Get get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language by getting the user's mailbox settings.
type SupportedLanguagesRequestBuilderGetQueryParameters ¶ added in v0.41.0
type SupportedLanguagesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Search items by search phrases Search *string `uriparametername:"%24search"` // Skip the first n items Skip *int32 `uriparametername:"%24skip"` // Show only the first n items Top *int32 `uriparametername:"%24top"` }
SupportedLanguagesRequestBuilderGetQueryParameters get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language by getting the user's mailbox settings.
type SupportedLanguagesRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type SupportedLanguagesRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *SupportedLanguagesRequestBuilderGetQueryParameters }
SupportedLanguagesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type SupportedLanguagesResponse ¶ added in v0.13.0
type SupportedLanguagesResponse struct {
// contains filtered or unexported fields
}
SupportedLanguagesResponse provides operations to call the supportedLanguages method.
func NewSupportedLanguagesResponse ¶ added in v0.13.0
func NewSupportedLanguagesResponse() *SupportedLanguagesResponse
NewSupportedLanguagesResponse instantiates a new supportedLanguagesResponse and sets the default values.
func (*SupportedLanguagesResponse) GetAdditionalData ¶ added in v0.13.0
func (m *SupportedLanguagesResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*SupportedLanguagesResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *SupportedLanguagesResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*SupportedLanguagesResponse) GetValue ¶ added in v0.13.0
func (m *SupportedLanguagesResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LocaleInfoable
GetValue gets the value property value. The value property
func (*SupportedLanguagesResponse) Serialize ¶ added in v0.13.0
func (m *SupportedLanguagesResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*SupportedLanguagesResponse) SetAdditionalData ¶ added in v0.13.0
func (m *SupportedLanguagesResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*SupportedLanguagesResponse) SetValue ¶ added in v0.13.0
func (m *SupportedLanguagesResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LocaleInfoable)
SetValue sets the value property value. The value property
type SupportedLanguagesResponseable ¶ added in v0.13.0
type SupportedLanguagesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LocaleInfoable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LocaleInfoable) }
SupportedLanguagesResponseable