Documentation ¶
Index ¶
- func CreateGetByIdsRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateGetByIdsResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetByIdsRequestBody
- func (m *GetByIdsRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetByIdsRequestBody) GetFieldDeserializers() ...
- 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() ...
- 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 ¶
func CreateGetByIdsRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetByIdsRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetByIdsResponseFromDiscriminatorValue ¶
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetByIdsRequestBody) GetIds ¶
func (m *GetByIdsRequestBody) GetIds() []string
GetIds gets the ids property value. The ids property
func (*GetByIdsRequestBody) GetTypes ¶
func (m *GetByIdsRequestBody) GetTypes() []string
GetTypes gets the types property value. The types property
func (*GetByIdsRequestBody) Serialize ¶
func (m *GetByIdsRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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. The ids property
func (*GetByIdsRequestBody) SetTypes ¶
func (m *GetByIdsRequestBody) SetTypes(value []string)
SetTypes sets the types property value. The types property
type GetByIdsRequestBodyable ¶
type GetByIdsRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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 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(options *GetByIdsRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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 Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
GetByIdsRequestBuilderPostOptions options for Post
type GetByIdsResponse ¶
type GetByIdsResponse struct {
// contains filtered or unexported fields
}
GetByIdsResponse provides operations to call the getByIds method.
func NewGetByIdsResponse ¶
func NewGetByIdsResponse() *GetByIdsResponse
NewGetByIdsResponse instantiates a new getByIdsResponse and sets the default values.
func (*GetByIdsResponse) GetAdditionalData ¶
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 ¶
func (m *GetByIdsResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetByIdsResponse) GetValue ¶
func (m *GetByIdsResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable
GetValue gets the value property value. The value property
func (*GetByIdsResponse) Serialize ¶
func (m *GetByIdsResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetByIdsResponse) SetAdditionalData ¶
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 ¶
func (m *GetByIdsResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
SetValue sets the value property value. The value property
type GetByIdsResponseable ¶
type GetByIdsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) }
GetByIdsResponseable