Experimental
Request for searching health resources.
Extends
Constructors
Constructor
new SearchHealthResourcesRequest(
data):SearchHealthResourcesRequest
Experimental
Parameters
data
SearchHealthResourcesRequestInput
Returns
SearchHealthResourcesRequest
Inherited from
Methods
transformInput()
transformInput(
input):PagedRequestInput&object&Required<PagedRequestInput>
Experimental
Allows classes to transform input data (I) into data of type T. This is useful when defaulting certain parameters or otherwise providing a different public api than what the internal api requries
This is the default no-op version of the method that should be overriden when types T and I are not the same or input and output data differ
Parameters
input
SearchHealthResourcesRequestInput
user provided data to transform to type T
Returns
Inherited from
data()
data():
PagedRequestInput&object&Required<PagedRequestInput>
Experimental
Returns data encapsulated by the Request
Returns
Inherited from
toJSON()
toJSON():
PagedRequestInput&object&Required<PagedRequestInput>
Experimental
Method to allow JSON serializers to only serialize the wrapped request data without serializing any of the Request object data
Returns
See
Inherited from
validate()
validate():
BWellTransactionResult<null,ValidationError>
Experimental
Validate the request.
Returns
BWellTransactionResult<null, ValidationError>
a BWellTransactionResult describing any validation errors found
