Documentation
¶
Index ¶
- type SchemaExtensionRequestBuilder
- func (m *SchemaExtensionRequestBuilder) CreateDeleteRequestInformation(options *SchemaExtensionRequestBuilderDeleteOptions) (...)
- func (m *SchemaExtensionRequestBuilder) CreateGetRequestInformation(options *SchemaExtensionRequestBuilderGetOptions) (...)
- func (m *SchemaExtensionRequestBuilder) CreatePatchRequestInformation(options *SchemaExtensionRequestBuilderPatchOptions) (...)
- func (m *SchemaExtensionRequestBuilder) Delete(options *SchemaExtensionRequestBuilderDeleteOptions) error
- func (m *SchemaExtensionRequestBuilder) Get(options *SchemaExtensionRequestBuilderGetOptions) (...)
- func (m *SchemaExtensionRequestBuilder) Patch(options *SchemaExtensionRequestBuilderPatchOptions) error
- type SchemaExtensionRequestBuilderDeleteOptions
- type SchemaExtensionRequestBuilderGetOptions
- type SchemaExtensionRequestBuilderGetQueryParameters
- type SchemaExtensionRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchemaExtensionRequestBuilder ¶
type SchemaExtensionRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \schemaExtensions\{schemaExtension-id}
func NewSchemaExtensionRequestBuilder ¶
func NewSchemaExtensionRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SchemaExtensionRequestBuilder
Instantiates a new SchemaExtensionRequestBuilder 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 NewSchemaExtensionRequestBuilderInternal ¶
func NewSchemaExtensionRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SchemaExtensionRequestBuilder
Instantiates a new SchemaExtensionRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*SchemaExtensionRequestBuilder) CreateDeleteRequestInformation ¶
func (m *SchemaExtensionRequestBuilder) CreateDeleteRequestInformation(options *SchemaExtensionRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Delete entity from schemaExtensions Parameters:
- options : Options for the request
func (*SchemaExtensionRequestBuilder) CreateGetRequestInformation ¶
func (m *SchemaExtensionRequestBuilder) CreateGetRequestInformation(options *SchemaExtensionRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Get entity from schemaExtensions by key Parameters:
- options : Options for the request
func (*SchemaExtensionRequestBuilder) CreatePatchRequestInformation ¶
func (m *SchemaExtensionRequestBuilder) CreatePatchRequestInformation(options *SchemaExtensionRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Update entity in schemaExtensions Parameters:
- options : Options for the request
func (*SchemaExtensionRequestBuilder) Delete ¶
func (m *SchemaExtensionRequestBuilder) Delete(options *SchemaExtensionRequestBuilderDeleteOptions) error
Delete entity from schemaExtensions Parameters:
- options : Options for the request
func (*SchemaExtensionRequestBuilder) Get ¶
func (m *SchemaExtensionRequestBuilder) Get(options *SchemaExtensionRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SchemaExtension, error)
Get entity from schemaExtensions by key Parameters:
- options : Options for the request
func (*SchemaExtensionRequestBuilder) Patch ¶
func (m *SchemaExtensionRequestBuilder) Patch(options *SchemaExtensionRequestBuilderPatchOptions) error
Update entity in schemaExtensions Parameters:
- options : Options for the request
type SchemaExtensionRequestBuilderDeleteOptions ¶
type SchemaExtensionRequestBuilderDeleteOptions 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 Delete
type SchemaExtensionRequestBuilderGetOptions ¶
type SchemaExtensionRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *SchemaExtensionRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
Options for Get
type SchemaExtensionRequestBuilderGetQueryParameters ¶
type SchemaExtensionRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select_escaped []string
}
Get entity from schemaExtensions by key
type SchemaExtensionRequestBuilderPatchOptions ¶
type SchemaExtensionRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SchemaExtension
// 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 Patch