Documentation ¶
Index ¶
- type LicenseDetailsItemRequestBuilder
- func (m *LicenseDetailsItemRequestBuilder) CreateDeleteRequestInformation(options *LicenseDetailsItemRequestBuilderDeleteOptions) (...)
- func (m *LicenseDetailsItemRequestBuilder) CreateGetRequestInformation(options *LicenseDetailsItemRequestBuilderGetOptions) (...)
- func (m *LicenseDetailsItemRequestBuilder) CreatePatchRequestInformation(options *LicenseDetailsItemRequestBuilderPatchOptions) (...)
- func (m *LicenseDetailsItemRequestBuilder) Delete(options *LicenseDetailsItemRequestBuilderDeleteOptions) error
- func (m *LicenseDetailsItemRequestBuilder) Get(options *LicenseDetailsItemRequestBuilderGetOptions) (...)
- func (m *LicenseDetailsItemRequestBuilder) Patch(options *LicenseDetailsItemRequestBuilderPatchOptions) error
- type LicenseDetailsItemRequestBuilderDeleteOptions
- type LicenseDetailsItemRequestBuilderGetOptions
- type LicenseDetailsItemRequestBuilderGetQueryParameters
- type LicenseDetailsItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LicenseDetailsItemRequestBuilder ¶ added in v0.12.0
type LicenseDetailsItemRequestBuilder struct {
// contains filtered or unexported fields
}
LicenseDetailsItemRequestBuilder provides operations to manage the licenseDetails property of the microsoft.graph.user entity.
func NewLicenseDetailsItemRequestBuilder ¶ added in v0.12.0
func NewLicenseDetailsItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *LicenseDetailsItemRequestBuilder
NewLicenseDetailsItemRequestBuilder instantiates a new LicenseDetailsItemRequestBuilder and sets the default values.
func NewLicenseDetailsItemRequestBuilderInternal ¶ added in v0.12.0
func NewLicenseDetailsItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *LicenseDetailsItemRequestBuilder
NewLicenseDetailsItemRequestBuilderInternal instantiates a new LicenseDetailsItemRequestBuilder and sets the default values.
func (*LicenseDetailsItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *LicenseDetailsItemRequestBuilder) CreateDeleteRequestInformation(options *LicenseDetailsItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property licenseDetails for me
func (*LicenseDetailsItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *LicenseDetailsItemRequestBuilder) CreateGetRequestInformation(options *LicenseDetailsItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation a collection of this user's license details. Read-only.
func (*LicenseDetailsItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *LicenseDetailsItemRequestBuilder) CreatePatchRequestInformation(options *LicenseDetailsItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property licenseDetails in me
func (*LicenseDetailsItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *LicenseDetailsItemRequestBuilder) Delete(options *LicenseDetailsItemRequestBuilderDeleteOptions) error
Delete delete navigation property licenseDetails for me
func (*LicenseDetailsItemRequestBuilder) Get ¶ added in v0.12.0
func (m *LicenseDetailsItemRequestBuilder) Get(options *LicenseDetailsItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.LicenseDetailsable, error)
Get a collection of this user's license details. Read-only.
func (*LicenseDetailsItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *LicenseDetailsItemRequestBuilder) Patch(options *LicenseDetailsItemRequestBuilderPatchOptions) error
Patch update the navigation property licenseDetails in me
type LicenseDetailsItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type LicenseDetailsItemRequestBuilderDeleteOptions 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 }
LicenseDetailsItemRequestBuilderDeleteOptions options for Delete
type LicenseDetailsItemRequestBuilderGetOptions ¶ added in v0.12.0
type LicenseDetailsItemRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *LicenseDetailsItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
LicenseDetailsItemRequestBuilderGetOptions options for Get
type LicenseDetailsItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type LicenseDetailsItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
LicenseDetailsItemRequestBuilderGetQueryParameters a collection of this user's license details. Read-only.
type LicenseDetailsItemRequestBuilderPatchOptions ¶ added in v0.12.0
type LicenseDetailsItemRequestBuilderPatchOptions struct { // Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.LicenseDetailsable // 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 }
LicenseDetailsItemRequestBuilderPatchOptions options for Patch