Documentation ¶
Index ¶
- func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateGetByIdsResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetByIdsPostRequestBody
- func (m *GetByIdsPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetByIdsPostRequestBody) GetFieldDeserializers() ...
- func (m *GetByIdsPostRequestBody) GetIds() []string
- func (m *GetByIdsPostRequestBody) GetTypes() []string
- func (m *GetByIdsPostRequestBody) Serialize(...) error
- func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetByIdsPostRequestBody) SetIds(value []string)
- func (m *GetByIdsPostRequestBody) SetTypes(value []string)
- type GetByIdsPostRequestBodyable
- type GetByIdsRequestBuilder
- func (m *GetByIdsRequestBuilder) CreatePostRequestInformation(body GetByIdsPostRequestBodyable) (...)
- func (m *GetByIdsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body GetByIdsPostRequestBodyable, ...) (...)
- func (m *GetByIdsRequestBuilder) Post(body GetByIdsPostRequestBodyable) (GetByIdsResponseable, error)
- func (m *GetByIdsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body GetByIdsPostRequestBodyable, ...) (GetByIdsResponseable, error)
- type GetByIdsRequestBuilderPostRequestConfiguration
- type GetByIdsResponse
- func (m *GetByIdsResponse) GetAdditionalData() map[string]interface{}
- func (m *GetByIdsResponse) GetFieldDeserializers() ...
- 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 CreateGetByIdsPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetByIdsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetByIdsResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetByIdsPostRequestBody ¶ added in v0.24.0
type GetByIdsPostRequestBody struct {
// contains filtered or unexported fields
}
GetByIdsPostRequestBody provides operations to call the getByIds method.
func NewGetByIdsPostRequestBody ¶ added in v0.24.0
func NewGetByIdsPostRequestBody() *GetByIdsPostRequestBody
NewGetByIdsPostRequestBody instantiates a new getByIdsPostRequestBody and sets the default values.
func (*GetByIdsPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *GetByIdsPostRequestBody) 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 (*GetByIdsPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *GetByIdsPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetByIdsPostRequestBody) GetIds ¶ added in v0.24.0
func (m *GetByIdsPostRequestBody) GetIds() []string
GetIds gets the ids property value. The ids property
func (*GetByIdsPostRequestBody) GetTypes ¶ added in v0.24.0
func (m *GetByIdsPostRequestBody) GetTypes() []string
GetTypes gets the types property value. The types property
func (*GetByIdsPostRequestBody) Serialize ¶ added in v0.24.0
func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetByIdsPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *GetByIdsPostRequestBody) 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 (*GetByIdsPostRequestBody) SetIds ¶ added in v0.24.0
func (m *GetByIdsPostRequestBody) SetIds(value []string)
SetIds sets the ids property value. The ids property
func (*GetByIdsPostRequestBody) SetTypes ¶ added in v0.24.0
func (m *GetByIdsPostRequestBody) SetTypes(value []string)
SetTypes sets the types property value. The types property
type GetByIdsPostRequestBodyable ¶ added in v0.24.0
type GetByIdsPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetIds() []string GetTypes() []string SetIds(value []string) SetTypes(value []string) }
GetByIdsPostRequestBodyable
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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetByIdsRequestBuilder
NewGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.
func NewGetByIdsRequestBuilderInternal ¶
func NewGetByIdsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetByIdsRequestBuilder
NewGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.
func (*GetByIdsRequestBuilder) CreatePostRequestInformation ¶
func (m *GetByIdsRequestBuilder) CreatePostRequestInformation(body GetByIdsPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action getByIds
func (*GetByIdsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *GetByIdsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action getByIds
func (*GetByIdsRequestBuilder) Post ¶
func (m *GetByIdsRequestBuilder) Post(body GetByIdsPostRequestBodyable) (GetByIdsResponseable, error)
Post invoke action getByIds
func (*GetByIdsRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *GetByIdsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (GetByIdsResponseable, error)
PostWithRequestConfigurationAndResponseHandler invoke action getByIds
type GetByIdsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type GetByIdsRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
GetByIdsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
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(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetByIdsResponse) GetValue ¶ added in v0.13.0
func (m *GetByIdsResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable
GetValue gets the value property value. The value property
func (*GetByIdsResponse) Serialize ¶ added in v0.13.0
func (m *GetByIdsResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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 []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
SetValue sets the value property value. The value property
type GetByIdsResponseable ¶ added in v0.13.0
type GetByIdsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) }
GetByIdsResponseable