Documentation ¶
Index ¶
- type SupportedLanguages
- func (m *SupportedLanguages) GetAdditionalData() map[string]interface{}
- func (m *SupportedLanguages) GetDisplayName() *string
- func (m *SupportedLanguages) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *SupportedLanguages) GetLocale() *string
- func (m *SupportedLanguages) IsNil() bool
- func (m *SupportedLanguages) Serialize(...) error
- func (m *SupportedLanguages) SetAdditionalData(value map[string]interface{})
- func (m *SupportedLanguages) SetDisplayName(value *string)
- func (m *SupportedLanguages) SetLocale(value *string)
- type SupportedLanguagesRequestBuilder
- type SupportedLanguagesRequestBuilderGetOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SupportedLanguages ¶
type SupportedLanguages struct {
// contains filtered or unexported fields
}
func NewSupportedLanguages ¶
func NewSupportedLanguages() *SupportedLanguages
Instantiates a new supportedLanguages and sets the default values.
func (*SupportedLanguages) GetAdditionalData ¶
func (m *SupportedLanguages) GetAdditionalData() map[string]interface{}
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 (*SupportedLanguages) GetDisplayName ¶
func (m *SupportedLanguages) GetDisplayName() *string
Gets the displayName property value. A name representing the user's locale in natural language, for example, 'English (United States)'.
func (*SupportedLanguages) GetFieldDeserializers ¶
func (m *SupportedLanguages) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*SupportedLanguages) GetLocale ¶
func (m *SupportedLanguages) GetLocale() *string
Gets the locale property value. A locale representation for the user, which includes the user's preferred language and country/region. For example, 'en-us'. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.
func (*SupportedLanguages) IsNil ¶
func (m *SupportedLanguages) IsNil() bool
func (*SupportedLanguages) Serialize ¶
func (m *SupportedLanguages) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*SupportedLanguages) SetAdditionalData ¶
func (m *SupportedLanguages) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*SupportedLanguages) SetDisplayName ¶
func (m *SupportedLanguages) SetDisplayName(value *string)
Sets the displayName property value. A name representing the user's locale in natural language, for example, 'English (United States)'. Parameters:
- value : Value to set for the displayName property.
func (*SupportedLanguages) SetLocale ¶
func (m *SupportedLanguages) SetLocale(value *string)
Sets the locale property value. A locale representation for the user, which includes the user's preferred language and country/region. For example, 'en-us'. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2. Parameters:
- value : Value to set for the locale property.
type SupportedLanguagesRequestBuilder ¶
type SupportedLanguagesRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \users\{user-id}\outlook\microsoft.graph.supportedLanguages()
func NewSupportedLanguagesRequestBuilder ¶
func NewSupportedLanguagesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SupportedLanguagesRequestBuilder
Instantiates a new SupportedLanguagesRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewSupportedLanguagesRequestBuilderInternal ¶
func NewSupportedLanguagesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SupportedLanguagesRequestBuilder
Instantiates a new SupportedLanguagesRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*SupportedLanguagesRequestBuilder) CreateGetRequestInformation ¶
func (m *SupportedLanguagesRequestBuilder) CreateGetRequestInformation(options *SupportedLanguagesRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke function supportedLanguages Parameters:
- options : Options for the request
func (*SupportedLanguagesRequestBuilder) Get ¶
func (m *SupportedLanguagesRequestBuilder) Get(options *SupportedLanguagesRequestBuilderGetOptions) ([]SupportedLanguages, error)
Invoke function supportedLanguages Parameters:
- options : Options for the request
type SupportedLanguagesRequestBuilderGetOptions ¶
type SupportedLanguagesRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Get