UpdateProfileRequest

Request object for updating user profile information

Request object for updating user profile information.

Constructors

Constructor

new UpdateProfileRequest(data): UpdateProfileRequest

Parameters

data

UpdateProfileRequestInput

Returns

UpdateProfileRequest

Inherited from

ValidationRequest<UpdateProfileRequestInput>.constructor

Methods

data()

data(): UpdateProfileRequestInput

Returns data encapsulated by the Request

Returns

UpdateProfileRequestInput

Inherited from

ValidationRequest.data


toJSON()

toJSON(): UpdateProfileRequestInput

Method to allow JSON serializers to only serialize the wrapped request data without serializing any of the Request object data

Returns

UpdateProfileRequestInput

See

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#description

Inherited from

ValidationRequest.toJSON


validate()

validate(): BWellTransactionResult<null, ValidationError>

Validate the request.

Returns

BWellTransactionResult<null, ValidationError>

a BWellTransactionResult describing any validation errors found

Inherited from

ValidationRequest.validate