Documentation ¶
Index ¶
- type AssignLicenseRequestBody
- func (m *AssignLicenseRequestBody) GetAddLicenses() ...
- func (m *AssignLicenseRequestBody) GetAdditionalData() map[string]interface{}
- func (m *AssignLicenseRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *AssignLicenseRequestBody) GetRemoveLicenses() []string
- func (m *AssignLicenseRequestBody) IsNil() bool
- func (m *AssignLicenseRequestBody) Serialize(...) error
- func (m *AssignLicenseRequestBody) SetAddLicenses(...)
- func (m *AssignLicenseRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *AssignLicenseRequestBody) SetRemoveLicenses(value []string)
- type AssignLicenseRequestBuilder
- type AssignLicenseRequestBuilderPostOptions
- type AssignLicenseResponse
- func (m *AssignLicenseResponse) GetAdditionalData() map[string]interface{}
- func (m *AssignLicenseResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *AssignLicenseResponse) GetUser() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.User
- func (m *AssignLicenseResponse) IsNil() bool
- func (m *AssignLicenseResponse) Serialize(...) error
- func (m *AssignLicenseResponse) SetAdditionalData(value map[string]interface{})
- func (m *AssignLicenseResponse) SetUser(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.User)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignLicenseRequestBody ¶
type AssignLicenseRequestBody struct {
// contains filtered or unexported fields
}
AssignLicenseRequestBody
func NewAssignLicenseRequestBody ¶
func NewAssignLicenseRequestBody() *AssignLicenseRequestBody
NewAssignLicenseRequestBody instantiates a new assignLicenseRequestBody and sets the default values.
func (*AssignLicenseRequestBody) GetAddLicenses ¶
func (m *AssignLicenseRequestBody) GetAddLicenses() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AssignedLicense
GetAddLicenses gets the addLicenses property value.
func (*AssignLicenseRequestBody) GetAdditionalData ¶
func (m *AssignLicenseRequestBody) 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 (*AssignLicenseRequestBody) GetFieldDeserializers ¶
func (m *AssignLicenseRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*AssignLicenseRequestBody) GetRemoveLicenses ¶
func (m *AssignLicenseRequestBody) GetRemoveLicenses() []string
GetRemoveLicenses gets the removeLicenses property value.
func (*AssignLicenseRequestBody) IsNil ¶
func (m *AssignLicenseRequestBody) IsNil() bool
func (*AssignLicenseRequestBody) Serialize ¶
func (m *AssignLicenseRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*AssignLicenseRequestBody) SetAddLicenses ¶
func (m *AssignLicenseRequestBody) SetAddLicenses(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AssignedLicense)
SetAddLicenses sets the addLicenses property value.
func (*AssignLicenseRequestBody) SetAdditionalData ¶
func (m *AssignLicenseRequestBody) 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 (*AssignLicenseRequestBody) SetRemoveLicenses ¶
func (m *AssignLicenseRequestBody) SetRemoveLicenses(value []string)
SetRemoveLicenses sets the removeLicenses property value.
type AssignLicenseRequestBuilder ¶
type AssignLicenseRequestBuilder struct {
// contains filtered or unexported fields
}
AssignLicenseRequestBuilder builds and executes requests for operations under \me\microsoft.graph.assignLicense
func NewAssignLicenseRequestBuilder ¶
func NewAssignLicenseRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AssignLicenseRequestBuilder
NewAssignLicenseRequestBuilder instantiates a new AssignLicenseRequestBuilder and sets the default values.
func NewAssignLicenseRequestBuilderInternal ¶
func NewAssignLicenseRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AssignLicenseRequestBuilder
NewAssignLicenseRequestBuilderInternal instantiates a new AssignLicenseRequestBuilder and sets the default values.
func (*AssignLicenseRequestBuilder) CreatePostRequestInformation ¶
func (m *AssignLicenseRequestBuilder) CreatePostRequestInformation(options *AssignLicenseRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action assignLicense
func (*AssignLicenseRequestBuilder) Post ¶
func (m *AssignLicenseRequestBuilder) Post(options *AssignLicenseRequestBuilderPostOptions) (*AssignLicenseResponse, error)
Post invoke action assignLicense
type AssignLicenseRequestBuilderPostOptions ¶
type AssignLicenseRequestBuilderPostOptions struct { // Body *AssignLicenseRequestBody // 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 }
AssignLicenseRequestBuilderPostOptions options for Post
type AssignLicenseResponse ¶
type AssignLicenseResponse struct {
// contains filtered or unexported fields
}
AssignLicenseResponse union type wrapper for classes user
func NewAssignLicenseResponse ¶
func NewAssignLicenseResponse() *AssignLicenseResponse
NewAssignLicenseResponse instantiates a new assignLicenseResponse and sets the default values.
func (*AssignLicenseResponse) GetAdditionalData ¶
func (m *AssignLicenseResponse) 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 (*AssignLicenseResponse) GetFieldDeserializers ¶
func (m *AssignLicenseResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*AssignLicenseResponse) GetUser ¶
func (m *AssignLicenseResponse) GetUser() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.User
GetUser gets the user property value. Union type representation for type user
func (*AssignLicenseResponse) IsNil ¶
func (m *AssignLicenseResponse) IsNil() bool
func (*AssignLicenseResponse) Serialize ¶
func (m *AssignLicenseResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*AssignLicenseResponse) SetAdditionalData ¶
func (m *AssignLicenseResponse) 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 (*AssignLicenseResponse) SetUser ¶
func (m *AssignLicenseResponse) SetUser(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.User)
SetUser sets the user property value. Union type representation for type user