ForgottenPasswordInformation
in package
implements
ModelInterface, ArrayAccess
ForgottenPasswordInformation Class Doc Comment
Tags
Interfaces, Classes, Traits and Enums
- ModelInterface
- Interface abstracting model access.
- ArrayAccess
Table of Contents
- DISCRIMINATOR = null
- $attributeMap : array<string|int, string>
- Array of attributes where the key is the local name, and the value is the original name
- $container : array<string|int, mixed>
- Associative array for storing property values
- $getters : array<string|int, string>
- Array of attributes to getter functions (for serialization of requests)
- $setters : array<string|int, string>
- Array of attributes to setter functions (for deserialization of responses)
- $swaggerFormats : array<string|int, string>
- Array of property to format mappings. Used for (de)serialization
- $swaggerModelName : string
- The original name of the model.
- $swaggerTypes : array<string|int, string>
- Array of property to type mappings. Used for (de)serialization
- __construct() : mixed
- Constructor
- __toString() : string
- Gets the string presentation of the object
- attributeMap() : array<string|int, mixed>
- Array of attributes where the key is the local name, and the value is the original name
- getForgottenPasswordAnswer1() : string|null
- Gets forgotten_password_answer1
- getForgottenPasswordAnswer2() : string|null
- Gets forgotten_password_answer2
- getForgottenPasswordAnswer3() : string|null
- Gets forgotten_password_answer3
- getForgottenPasswordAnswer4() : string|null
- Gets forgotten_password_answer4
- getForgottenPasswordQuestion1() : string|null
- Gets forgotten_password_question1
- getForgottenPasswordQuestion2() : string|null
- Gets forgotten_password_question2
- getForgottenPasswordQuestion3() : string|null
- Gets forgotten_password_question3
- getForgottenPasswordQuestion4() : string|null
- Gets forgotten_password_question4
- getModelName() : string
- The original name of the model.
- getters() : array<string|int, mixed>
- Array of attributes to getter functions (for serialization of requests)
- listInvalidProperties() : array<string|int, mixed>
- Show all the invalid properties with reasons.
- offsetExists() : bool
- Returns true if offset exists. False otherwise.
- offsetGet() : mixed
- Gets offset.
- offsetSet() : void
- Sets value based on offset.
- offsetUnset() : void
- Unsets offset.
- setForgottenPasswordAnswer1() : $this
- Sets forgotten_password_answer1
- setForgottenPasswordAnswer2() : $this
- Sets forgotten_password_answer2
- setForgottenPasswordAnswer3() : $this
- Sets forgotten_password_answer3
- setForgottenPasswordAnswer4() : $this
- Sets forgotten_password_answer4
- setForgottenPasswordQuestion1() : $this
- Sets forgotten_password_question1
- setForgottenPasswordQuestion2() : $this
- Sets forgotten_password_question2
- setForgottenPasswordQuestion3() : $this
- Sets forgotten_password_question3
- setForgottenPasswordQuestion4() : $this
- Sets forgotten_password_question4
- setters() : array<string|int, mixed>
- Array of attributes to setter functions (for deserialization of responses)
- swaggerFormats() : array<string|int, mixed>
- Array of property to format mappings. Used for (de)serialization
- swaggerTypes() : array<string|int, mixed>
- Array of property to type mappings. Used for (de)serialization
- valid() : bool
- Validate all the properties in the model return true if all passed
Constants
DISCRIMINATOR
public
mixed
DISCRIMINATOR
= null
Properties
$attributeMap
Array of attributes where the key is the local name, and the value is the original name
protected
static array<string|int, string>
$attributeMap
= ['forgotten_password_answer1' => 'forgottenPasswordAnswer1', 'forgotten_password_answer2' => 'forgottenPasswordAnswer2', 'forgotten_password_answer3' => 'forgottenPasswordAnswer3', 'forgotten_password_answer4' => 'forgottenPasswordAnswer4', 'forgotten_password_question1' => 'forgottenPasswordQuestion1', 'forgotten_password_question2' => 'forgottenPasswordQuestion2', 'forgotten_password_question3' => 'forgottenPasswordQuestion3', 'forgotten_password_question4' => 'forgottenPasswordQuestion4']
$container
Associative array for storing property values
protected
array<string|int, mixed>
$container
= []
$getters
Array of attributes to getter functions (for serialization of requests)
protected
static array<string|int, string>
$getters
= ['forgotten_password_answer1' => 'getForgottenPasswordAnswer1', 'forgotten_password_answer2' => 'getForgottenPasswordAnswer2', 'forgotten_password_answer3' => 'getForgottenPasswordAnswer3', 'forgotten_password_answer4' => 'getForgottenPasswordAnswer4', 'forgotten_password_question1' => 'getForgottenPasswordQuestion1', 'forgotten_password_question2' => 'getForgottenPasswordQuestion2', 'forgotten_password_question3' => 'getForgottenPasswordQuestion3', 'forgotten_password_question4' => 'getForgottenPasswordQuestion4']
$setters
Array of attributes to setter functions (for deserialization of responses)
protected
static array<string|int, string>
$setters
= ['forgotten_password_answer1' => 'setForgottenPasswordAnswer1', 'forgotten_password_answer2' => 'setForgottenPasswordAnswer2', 'forgotten_password_answer3' => 'setForgottenPasswordAnswer3', 'forgotten_password_answer4' => 'setForgottenPasswordAnswer4', 'forgotten_password_question1' => 'setForgottenPasswordQuestion1', 'forgotten_password_question2' => 'setForgottenPasswordQuestion2', 'forgotten_password_question3' => 'setForgottenPasswordQuestion3', 'forgotten_password_question4' => 'setForgottenPasswordQuestion4']
$swaggerFormats
Array of property to format mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerFormats
= ['forgotten_password_answer1' => null, 'forgotten_password_answer2' => null, 'forgotten_password_answer3' => null, 'forgotten_password_answer4' => null, 'forgotten_password_question1' => null, 'forgotten_password_question2' => null, 'forgotten_password_question3' => null, 'forgotten_password_question4' => null]
$swaggerModelName
The original name of the model.
protected
static string
$swaggerModelName
= 'forgottenPasswordInformation'
$swaggerTypes
Array of property to type mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerTypes
= ['forgotten_password_answer1' => '?string', 'forgotten_password_answer2' => '?string', 'forgotten_password_answer3' => '?string', 'forgotten_password_answer4' => '?string', 'forgotten_password_question1' => '?string', 'forgotten_password_question2' => '?string', 'forgotten_password_question3' => '?string', 'forgotten_password_question4' => '?string']
Methods
__construct()
Constructor
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
Associated array of property values initializing the model
Return values
mixed —__toString()
Gets the string presentation of the object
public
__toString() : string
Return values
string —attributeMap()
Array of attributes where the key is the local name, and the value is the original name
public
static attributeMap() : array<string|int, mixed>
Return values
array<string|int, mixed> —getForgottenPasswordAnswer1()
Gets forgotten_password_answer1
public
getForgottenPasswordAnswer1() : string|null
Return values
string|null —getForgottenPasswordAnswer2()
Gets forgotten_password_answer2
public
getForgottenPasswordAnswer2() : string|null
Return values
string|null —getForgottenPasswordAnswer3()
Gets forgotten_password_answer3
public
getForgottenPasswordAnswer3() : string|null
Return values
string|null —getForgottenPasswordAnswer4()
Gets forgotten_password_answer4
public
getForgottenPasswordAnswer4() : string|null
Return values
string|null —getForgottenPasswordQuestion1()
Gets forgotten_password_question1
public
getForgottenPasswordQuestion1() : string|null
Return values
string|null —getForgottenPasswordQuestion2()
Gets forgotten_password_question2
public
getForgottenPasswordQuestion2() : string|null
Return values
string|null —getForgottenPasswordQuestion3()
Gets forgotten_password_question3
public
getForgottenPasswordQuestion3() : string|null
Return values
string|null —getForgottenPasswordQuestion4()
Gets forgotten_password_question4
public
getForgottenPasswordQuestion4() : string|null
Return values
string|null —getModelName()
The original name of the model.
public
getModelName() : string
Return values
string —getters()
Array of attributes to getter functions (for serialization of requests)
public
static getters() : array<string|int, mixed>
Return values
array<string|int, mixed> —listInvalidProperties()
Show all the invalid properties with reasons.
public
listInvalidProperties() : array<string|int, mixed>
Return values
array<string|int, mixed> —invalid properties with reasons
offsetExists()
Returns true if offset exists. False otherwise.
public
offsetExists(int $offset) : bool
Parameters
- $offset : int
-
Offset
Return values
bool —offsetGet()
Gets offset.
public
offsetGet(int $offset) : mixed
Parameters
- $offset : int
-
Offset
Return values
mixed —offsetSet()
Sets value based on offset.
public
offsetSet(int $offset, mixed $value) : void
Parameters
- $offset : int
-
Offset
- $value : mixed
-
Value to be set
Return values
void —offsetUnset()
Unsets offset.
public
offsetUnset(int $offset) : void
Parameters
- $offset : int
-
Offset
Return values
void —setForgottenPasswordAnswer1()
Sets forgotten_password_answer1
public
setForgottenPasswordAnswer1(string|null $forgotten_password_answer1) : $this
Parameters
- $forgotten_password_answer1 : string|null
-
The answer to the first forgotten password challenge question.
Return values
$this —setForgottenPasswordAnswer2()
Sets forgotten_password_answer2
public
setForgottenPasswordAnswer2(string|null $forgotten_password_answer2) : $this
Parameters
- $forgotten_password_answer2 : string|null
-
The answer to the second forgotten password challenge question.
Return values
$this —setForgottenPasswordAnswer3()
Sets forgotten_password_answer3
public
setForgottenPasswordAnswer3(string|null $forgotten_password_answer3) : $this
Parameters
- $forgotten_password_answer3 : string|null
-
The answer to the third forgotten password challenge question.
Return values
$this —setForgottenPasswordAnswer4()
Sets forgotten_password_answer4
public
setForgottenPasswordAnswer4(string|null $forgotten_password_answer4) : $this
Parameters
- $forgotten_password_answer4 : string|null
-
The answer to the fourth forgotten password challenge question.
Return values
$this —setForgottenPasswordQuestion1()
Sets forgotten_password_question1
public
setForgottenPasswordQuestion1(string|null $forgotten_password_question1) : $this
Parameters
- $forgotten_password_question1 : string|null
-
The first challenge question presented to a user who has forgotten their password.
Return values
$this —setForgottenPasswordQuestion2()
Sets forgotten_password_question2
public
setForgottenPasswordQuestion2(string|null $forgotten_password_question2) : $this
Parameters
- $forgotten_password_question2 : string|null
-
The second challenge question presented to a user who has forgotten their password.
Return values
$this —setForgottenPasswordQuestion3()
Sets forgotten_password_question3
public
setForgottenPasswordQuestion3(string|null $forgotten_password_question3) : $this
Parameters
- $forgotten_password_question3 : string|null
-
The third challenge question presented to a user who has forgotten their password.
Return values
$this —setForgottenPasswordQuestion4()
Sets forgotten_password_question4
public
setForgottenPasswordQuestion4(string|null $forgotten_password_question4) : $this
Parameters
- $forgotten_password_question4 : string|null
-
The fourth challenge question presented to a user who has forgotten their password.
Return values
$this —setters()
Array of attributes to setter functions (for deserialization of responses)
public
static setters() : array<string|int, mixed>
Return values
array<string|int, mixed> —swaggerFormats()
Array of property to format mappings. Used for (de)serialization
public
static swaggerFormats() : array<string|int, mixed>
Return values
array<string|int, mixed> —swaggerTypes()
Array of property to type mappings. Used for (de)serialization
public
static swaggerTypes() : array<string|int, mixed>
Return values
array<string|int, mixed> —valid()
Validate all the properties in the model return true if all passed
public
valid() : bool
Return values
bool —True if all properties are valid