Documentation ¶
Index ¶
- func CreateGetByIdsRequestBodyFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- func CreateGetByIdsResponseFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type GetByIdsRequestBody
- func (m *GetByIdsRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetByIdsRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetByIdsRequestBody) GetIds() []string
- func (m *GetByIdsRequestBody) GetTypes() []string
- func (m *GetByIdsRequestBody) Serialize(...) error
- func (m *GetByIdsRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetByIdsRequestBody) SetIds(value []string)
- func (m *GetByIdsRequestBody) SetTypes(value []string)
- type GetByIdsRequestBodyable
- type GetByIdsRequestBuilder
- type GetByIdsRequestBuilderPostOptions
- type GetByIdsResponse
- func (m *GetByIdsResponse) GetAdditionalData() map[string]interface{}
- func (m *GetByIdsResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetByIdsResponse) GetValue() ...
- func (m *GetByIdsResponse) Serialize(...) error
- func (m *GetByIdsResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetByIdsResponse) SetValue(...)
- type GetByIdsResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetByIdsRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetByIdsRequestBodyFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateGetByIdsRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetByIdsResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetByIdsRequestBody ¶
type GetByIdsRequestBody struct {
// contains filtered or unexported fields
}
GetByIdsRequestBody provides operations to call the getByIds method.
func NewGetByIdsRequestBody ¶
func NewGetByIdsRequestBody() *GetByIdsRequestBody
NewGetByIdsRequestBody instantiates a new getByIdsRequestBody and sets the default values.
func (*GetByIdsRequestBody) GetAdditionalData ¶
func (m *GetByIdsRequestBody) 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 (*GetByIdsRequestBody) GetFieldDeserializers ¶
func (m *GetByIdsRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetByIdsRequestBody) GetIds ¶
func (m *GetByIdsRequestBody) GetIds() []string
GetIds gets the ids property value.
func (*GetByIdsRequestBody) GetTypes ¶
func (m *GetByIdsRequestBody) GetTypes() []string
GetTypes gets the types property value.
func (*GetByIdsRequestBody) Serialize ¶
func (m *GetByIdsRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetByIdsRequestBody) SetAdditionalData ¶
func (m *GetByIdsRequestBody) 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 (*GetByIdsRequestBody) SetIds ¶
func (m *GetByIdsRequestBody) SetIds(value []string)
SetIds sets the ids property value.
func (*GetByIdsRequestBody) SetTypes ¶
func (m *GetByIdsRequestBody) SetTypes(value []string)
SetTypes sets the types property value.
type GetByIdsRequestBodyable ¶ added in v0.13.0
type GetByIdsRequestBodyable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetIds() []string GetTypes() []string SetIds(value []string) SetTypes(value []string) }
GetByIdsRequestBodyable
type GetByIdsRequestBuilder ¶
type GetByIdsRequestBuilder struct {
// contains filtered or unexported fields
}
GetByIdsRequestBuilder provides operations to call the getByIds method.
func NewGetByIdsRequestBuilder ¶
func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetByIdsRequestBuilder
NewGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.
func NewGetByIdsRequestBuilderInternal ¶
func NewGetByIdsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetByIdsRequestBuilder
NewGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.
func (*GetByIdsRequestBuilder) CreatePostRequestInformation ¶
func (m *GetByIdsRequestBuilder) CreatePostRequestInformation(options *GetByIdsRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action getByIds
func (*GetByIdsRequestBuilder) Post ¶
func (m *GetByIdsRequestBuilder) Post(options *GetByIdsRequestBuilderPostOptions) (GetByIdsResponseable, error)
Post invoke action getByIds
type GetByIdsRequestBuilderPostOptions ¶
type GetByIdsRequestBuilderPostOptions struct { // Body GetByIdsRequestBodyable // 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 }
GetByIdsRequestBuilderPostOptions options for Post
type GetByIdsResponse ¶ added in v0.13.0
type GetByIdsResponse struct {
// contains filtered or unexported fields
}
GetByIdsResponse provides operations to call the getByIds method.
func NewGetByIdsResponse ¶ added in v0.13.0
func NewGetByIdsResponse() *GetByIdsResponse
NewGetByIdsResponse instantiates a new getByIdsResponse and sets the default values.
func (*GetByIdsResponse) GetAdditionalData ¶ added in v0.13.0
func (m *GetByIdsResponse) 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 (*GetByIdsResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *GetByIdsResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetByIdsResponse) GetValue ¶ added in v0.13.0
func (m *GetByIdsResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DirectoryObjectable
GetValue gets the value property value.
func (*GetByIdsResponse) Serialize ¶ added in v0.13.0
func (m *GetByIdsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetByIdsResponse) SetAdditionalData ¶ added in v0.13.0
func (m *GetByIdsResponse) 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 (*GetByIdsResponse) SetValue ¶ added in v0.13.0
func (m *GetByIdsResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DirectoryObjectable)
SetValue sets the value property value.
type GetByIdsResponseable ¶ added in v0.13.0
type GetByIdsResponseable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DirectoryObjectable SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DirectoryObjectable) }
GetByIdsResponseable