Documentation ¶
Index ¶
- func CreateChangePasswordRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type ChangePasswordRequestBody
- func (m *ChangePasswordRequestBody) GetAdditionalData() map[string]interface{}
- func (m *ChangePasswordRequestBody) GetCurrentPassword() *string
- func (m *ChangePasswordRequestBody) GetFieldDeserializers() ...
- func (m *ChangePasswordRequestBody) GetNewPassword() *string
- func (m *ChangePasswordRequestBody) Serialize(...) error
- func (m *ChangePasswordRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *ChangePasswordRequestBody) SetCurrentPassword(value *string)
- func (m *ChangePasswordRequestBody) SetNewPassword(value *string)
- type ChangePasswordRequestBodyable
- type ChangePasswordRequestBuilder
- type ChangePasswordRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateChangePasswordRequestBodyFromDiscriminatorValue ¶
func CreateChangePasswordRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateChangePasswordRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type ChangePasswordRequestBody ¶
type ChangePasswordRequestBody struct {
// contains filtered or unexported fields
}
ChangePasswordRequestBody provides operations to call the changePassword method.
func NewChangePasswordRequestBody ¶
func NewChangePasswordRequestBody() *ChangePasswordRequestBody
NewChangePasswordRequestBody instantiates a new changePasswordRequestBody and sets the default values.
func (*ChangePasswordRequestBody) GetAdditionalData ¶
func (m *ChangePasswordRequestBody) 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 (*ChangePasswordRequestBody) GetCurrentPassword ¶
func (m *ChangePasswordRequestBody) GetCurrentPassword() *string
GetCurrentPassword gets the currentPassword property value. The currentPassword property
func (*ChangePasswordRequestBody) GetFieldDeserializers ¶
func (m *ChangePasswordRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ChangePasswordRequestBody) GetNewPassword ¶
func (m *ChangePasswordRequestBody) GetNewPassword() *string
GetNewPassword gets the newPassword property value. The newPassword property
func (*ChangePasswordRequestBody) Serialize ¶
func (m *ChangePasswordRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ChangePasswordRequestBody) SetAdditionalData ¶
func (m *ChangePasswordRequestBody) 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 (*ChangePasswordRequestBody) SetCurrentPassword ¶
func (m *ChangePasswordRequestBody) SetCurrentPassword(value *string)
SetCurrentPassword sets the currentPassword property value. The currentPassword property
func (*ChangePasswordRequestBody) SetNewPassword ¶
func (m *ChangePasswordRequestBody) SetNewPassword(value *string)
SetNewPassword sets the newPassword property value. The newPassword property
type ChangePasswordRequestBodyable ¶
type ChangePasswordRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetCurrentPassword() *string GetNewPassword() *string SetCurrentPassword(value *string) SetNewPassword(value *string) }
ChangePasswordRequestBodyable
type ChangePasswordRequestBuilder ¶
type ChangePasswordRequestBuilder struct {
// contains filtered or unexported fields
}
ChangePasswordRequestBuilder provides operations to call the changePassword method.
func NewChangePasswordRequestBuilder ¶
func NewChangePasswordRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ChangePasswordRequestBuilder
NewChangePasswordRequestBuilder instantiates a new ChangePasswordRequestBuilder and sets the default values.
func NewChangePasswordRequestBuilderInternal ¶
func NewChangePasswordRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ChangePasswordRequestBuilder
NewChangePasswordRequestBuilderInternal instantiates a new ChangePasswordRequestBuilder and sets the default values.
func (*ChangePasswordRequestBuilder) CreatePostRequestInformation ¶
func (m *ChangePasswordRequestBuilder) CreatePostRequestInformation(options *ChangePasswordRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action changePassword
func (*ChangePasswordRequestBuilder) Post ¶
func (m *ChangePasswordRequestBuilder) Post(options *ChangePasswordRequestBuilderPostOptions) error
Post invoke action changePassword
type ChangePasswordRequestBuilderPostOptions ¶
type ChangePasswordRequestBuilderPostOptions struct { // Body ChangePasswordRequestBodyable // 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 }
ChangePasswordRequestBuilderPostOptions options for Post