ReportInProductGet
in package
implements
ModelInterface, ArrayAccess
ReportInProductGet 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
- getAuthenticationSuccessFilter() : string|null
- Gets authentication_success_filter
- getCustomFieldFilter() : string|null
- Gets custom_field_filter
- getDateRangeCustomFromDate() : string|null
- Gets date_range_custom_from_date
- getDateRangeCustomToDate() : string|null
- Gets date_range_custom_to_date
- getDateRangeFilter() : string|null
- Gets date_range_filter
- getDisplayOrder() : string|null
- Gets display_order
- getEnvelopeDateTypeFilter() : string|null
- Gets envelope_date_type_filter
- getEnvelopeRecipientNameContainsFilter() : string|null
- Gets envelope_recipient_name_contains_filter
- getEnvelopeStatusFilter() : string|null
- Gets envelope_status_filter
- getEnvelopeSubjectContainsFilter() : string|null
- Gets envelope_subject_contains_filter
- getFields() : array<string|int, ReportInProductField>
- Gets fields
- getLastScheduledExecutionDate() : string|null
- Gets last_scheduled_execution_date
- getLastScheduledExecutionSuccessDate() : string|null
- Gets last_scheduled_execution_success_date
- getMaxDownloadRows() : string|null
- Gets max_download_rows
- getMaxGridRows() : string|null
- Gets max_grid_rows
- getMaxScheduledRows() : string|null
- Gets max_scheduled_rows
- getModelName() : string
- The original name of the model.
- getPeriodLengthFilter() : string|null
- Gets period_length_filter
- getReportCustomizedId() : string|null
- Gets report_customized_id
- getReportDescription() : string|null
- Gets report_description
- getReportId() : string|null
- Gets report_id
- getReportName() : string|null
- Gets report_name
- getReportType() : string|null
- Gets report_type
- getRunUri() : string|null
- Gets run_uri
- getSaveUri() : string|null
- Gets save_uri
- getScheduleId() : string|null
- Gets schedule_id
- getSentByDetails() : ReportInProductSentByDetails
- Gets sent_by_details
- getSentByFilter() : string|null
- Gets sent_by_filter
- getSentByIds() : string|null
- Gets sent_by_ids
- getSortFieldDirection() : string|null
- Gets sort_field_direction
- getSortFieldName() : string|null
- Gets sort_field_name
- getters() : array<string|int, mixed>
- Array of attributes to getter functions (for serialization of requests)
- getVerificationStatusFilter() : string|null
- Gets verification_status_filter
- 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.
- setAuthenticationSuccessFilter() : $this
- Sets authentication_success_filter
- setCustomFieldFilter() : $this
- Sets custom_field_filter
- setDateRangeCustomFromDate() : $this
- Sets date_range_custom_from_date
- setDateRangeCustomToDate() : $this
- Sets date_range_custom_to_date
- setDateRangeFilter() : $this
- Sets date_range_filter
- setDisplayOrder() : $this
- Sets display_order
- setEnvelopeDateTypeFilter() : $this
- Sets envelope_date_type_filter
- setEnvelopeRecipientNameContainsFilter() : $this
- Sets envelope_recipient_name_contains_filter
- setEnvelopeStatusFilter() : $this
- Sets envelope_status_filter
- setEnvelopeSubjectContainsFilter() : $this
- Sets envelope_subject_contains_filter
- setFields() : $this
- Sets fields
- setLastScheduledExecutionDate() : $this
- Sets last_scheduled_execution_date
- setLastScheduledExecutionSuccessDate() : $this
- Sets last_scheduled_execution_success_date
- setMaxDownloadRows() : $this
- Sets max_download_rows
- setMaxGridRows() : $this
- Sets max_grid_rows
- setMaxScheduledRows() : $this
- Sets max_scheduled_rows
- setPeriodLengthFilter() : $this
- Sets period_length_filter
- setReportCustomizedId() : $this
- Sets report_customized_id
- setReportDescription() : $this
- Sets report_description
- setReportId() : $this
- Sets report_id
- setReportName() : $this
- Sets report_name
- setReportType() : $this
- Sets report_type
- setRunUri() : $this
- Sets run_uri
- setSaveUri() : $this
- Sets save_uri
- setScheduleId() : $this
- Sets schedule_id
- setSentByDetails() : $this
- Sets sent_by_details
- setSentByFilter() : $this
- Sets sent_by_filter
- setSentByIds() : $this
- Sets sent_by_ids
- setSortFieldDirection() : $this
- Sets sort_field_direction
- setSortFieldName() : $this
- Sets sort_field_name
- setters() : array<string|int, mixed>
- Array of attributes to setter functions (for deserialization of responses)
- setVerificationStatusFilter() : $this
- Sets verification_status_filter
- 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
= ['authentication_success_filter' => 'authenticationSuccessFilter', 'custom_field_filter' => 'customFieldFilter', 'date_range_custom_from_date' => 'dateRangeCustomFromDate', 'date_range_custom_to_date' => 'dateRangeCustomToDate', 'date_range_filter' => 'dateRangeFilter', 'display_order' => 'displayOrder', 'envelope_date_type_filter' => 'envelopeDateTypeFilter', 'envelope_recipient_name_contains_filter' => 'envelopeRecipientNameContainsFilter', 'envelope_status_filter' => 'envelopeStatusFilter', 'envelope_subject_contains_filter' => 'envelopeSubjectContainsFilter', 'fields' => 'fields', 'last_scheduled_execution_date' => 'lastScheduledExecutionDate', 'last_scheduled_execution_success_date' => 'lastScheduledExecutionSuccessDate', 'max_download_rows' => 'maxDownloadRows', 'max_grid_rows' => 'maxGridRows', 'max_scheduled_rows' => 'maxScheduledRows', 'period_length_filter' => 'periodLengthFilter', 'report_customized_id' => 'reportCustomizedId', 'report_description' => 'reportDescription', 'report_id' => 'reportId', 'report_name' => 'reportName', 'report_type' => 'reportType', 'run_uri' => 'runUri', 'save_uri' => 'saveUri', 'schedule_id' => 'scheduleId', 'sent_by_details' => 'sentByDetails', 'sent_by_filter' => 'sentByFilter', 'sent_by_ids' => 'sentByIds', 'sort_field_direction' => 'sortFieldDirection', 'sort_field_name' => 'sortFieldName', 'verification_status_filter' => 'verificationStatusFilter']
$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
= ['authentication_success_filter' => 'getAuthenticationSuccessFilter', 'custom_field_filter' => 'getCustomFieldFilter', 'date_range_custom_from_date' => 'getDateRangeCustomFromDate', 'date_range_custom_to_date' => 'getDateRangeCustomToDate', 'date_range_filter' => 'getDateRangeFilter', 'display_order' => 'getDisplayOrder', 'envelope_date_type_filter' => 'getEnvelopeDateTypeFilter', 'envelope_recipient_name_contains_filter' => 'getEnvelopeRecipientNameContainsFilter', 'envelope_status_filter' => 'getEnvelopeStatusFilter', 'envelope_subject_contains_filter' => 'getEnvelopeSubjectContainsFilter', 'fields' => 'getFields', 'last_scheduled_execution_date' => 'getLastScheduledExecutionDate', 'last_scheduled_execution_success_date' => 'getLastScheduledExecutionSuccessDate', 'max_download_rows' => 'getMaxDownloadRows', 'max_grid_rows' => 'getMaxGridRows', 'max_scheduled_rows' => 'getMaxScheduledRows', 'period_length_filter' => 'getPeriodLengthFilter', 'report_customized_id' => 'getReportCustomizedId', 'report_description' => 'getReportDescription', 'report_id' => 'getReportId', 'report_name' => 'getReportName', 'report_type' => 'getReportType', 'run_uri' => 'getRunUri', 'save_uri' => 'getSaveUri', 'schedule_id' => 'getScheduleId', 'sent_by_details' => 'getSentByDetails', 'sent_by_filter' => 'getSentByFilter', 'sent_by_ids' => 'getSentByIds', 'sort_field_direction' => 'getSortFieldDirection', 'sort_field_name' => 'getSortFieldName', 'verification_status_filter' => 'getVerificationStatusFilter']
$setters
Array of attributes to setter functions (for deserialization of responses)
protected
static array<string|int, string>
$setters
= ['authentication_success_filter' => 'setAuthenticationSuccessFilter', 'custom_field_filter' => 'setCustomFieldFilter', 'date_range_custom_from_date' => 'setDateRangeCustomFromDate', 'date_range_custom_to_date' => 'setDateRangeCustomToDate', 'date_range_filter' => 'setDateRangeFilter', 'display_order' => 'setDisplayOrder', 'envelope_date_type_filter' => 'setEnvelopeDateTypeFilter', 'envelope_recipient_name_contains_filter' => 'setEnvelopeRecipientNameContainsFilter', 'envelope_status_filter' => 'setEnvelopeStatusFilter', 'envelope_subject_contains_filter' => 'setEnvelopeSubjectContainsFilter', 'fields' => 'setFields', 'last_scheduled_execution_date' => 'setLastScheduledExecutionDate', 'last_scheduled_execution_success_date' => 'setLastScheduledExecutionSuccessDate', 'max_download_rows' => 'setMaxDownloadRows', 'max_grid_rows' => 'setMaxGridRows', 'max_scheduled_rows' => 'setMaxScheduledRows', 'period_length_filter' => 'setPeriodLengthFilter', 'report_customized_id' => 'setReportCustomizedId', 'report_description' => 'setReportDescription', 'report_id' => 'setReportId', 'report_name' => 'setReportName', 'report_type' => 'setReportType', 'run_uri' => 'setRunUri', 'save_uri' => 'setSaveUri', 'schedule_id' => 'setScheduleId', 'sent_by_details' => 'setSentByDetails', 'sent_by_filter' => 'setSentByFilter', 'sent_by_ids' => 'setSentByIds', 'sort_field_direction' => 'setSortFieldDirection', 'sort_field_name' => 'setSortFieldName', 'verification_status_filter' => 'setVerificationStatusFilter']
$swaggerFormats
Array of property to format mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerFormats
= ['authentication_success_filter' => null, 'custom_field_filter' => null, 'date_range_custom_from_date' => null, 'date_range_custom_to_date' => null, 'date_range_filter' => null, 'display_order' => null, 'envelope_date_type_filter' => null, 'envelope_recipient_name_contains_filter' => null, 'envelope_status_filter' => null, 'envelope_subject_contains_filter' => null, 'fields' => null, 'last_scheduled_execution_date' => null, 'last_scheduled_execution_success_date' => null, 'max_download_rows' => null, 'max_grid_rows' => null, 'max_scheduled_rows' => null, 'period_length_filter' => null, 'report_customized_id' => null, 'report_description' => null, 'report_id' => null, 'report_name' => null, 'report_type' => null, 'run_uri' => null, 'save_uri' => null, 'schedule_id' => null, 'sent_by_details' => null, 'sent_by_filter' => null, 'sent_by_ids' => null, 'sort_field_direction' => null, 'sort_field_name' => null, 'verification_status_filter' => null]
$swaggerModelName
The original name of the model.
protected
static string
$swaggerModelName
= 'reportInProductGet'
$swaggerTypes
Array of property to type mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerTypes
= ['authentication_success_filter' => '?string', 'custom_field_filter' => '?string', 'date_range_custom_from_date' => '?string', 'date_range_custom_to_date' => '?string', 'date_range_filter' => '?string', 'display_order' => '?string', 'envelope_date_type_filter' => '?string', 'envelope_recipient_name_contains_filter' => '?string', 'envelope_status_filter' => '?string', 'envelope_subject_contains_filter' => '?string', 'fields' => '\\DocuSign\\eSign\\Model\\ReportInProductField[]', 'last_scheduled_execution_date' => '?string', 'last_scheduled_execution_success_date' => '?string', 'max_download_rows' => '?string', 'max_grid_rows' => '?string', 'max_scheduled_rows' => '?string', 'period_length_filter' => '?string', 'report_customized_id' => '?string', 'report_description' => '?string', 'report_id' => '?string', 'report_name' => '?string', 'report_type' => '?string', 'run_uri' => '?string', 'save_uri' => '?string', 'schedule_id' => '?string', 'sent_by_details' => '\\DocuSign\\eSign\\Model\\ReportInProductSentByDetails', 'sent_by_filter' => '?string', 'sent_by_ids' => '?string', 'sort_field_direction' => '?string', 'sort_field_name' => '?string', 'verification_status_filter' => '?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> —getAuthenticationSuccessFilter()
Gets authentication_success_filter
public
getAuthenticationSuccessFilter() : string|null
Return values
string|null —getCustomFieldFilter()
Gets custom_field_filter
public
getCustomFieldFilter() : string|null
Return values
string|null —getDateRangeCustomFromDate()
Gets date_range_custom_from_date
public
getDateRangeCustomFromDate() : string|null
Return values
string|null —getDateRangeCustomToDate()
Gets date_range_custom_to_date
public
getDateRangeCustomToDate() : string|null
Return values
string|null —getDateRangeFilter()
Gets date_range_filter
public
getDateRangeFilter() : string|null
Return values
string|null —getDisplayOrder()
Gets display_order
public
getDisplayOrder() : string|null
Return values
string|null —getEnvelopeDateTypeFilter()
Gets envelope_date_type_filter
public
getEnvelopeDateTypeFilter() : string|null
Return values
string|null —getEnvelopeRecipientNameContainsFilter()
Gets envelope_recipient_name_contains_filter
public
getEnvelopeRecipientNameContainsFilter() : string|null
Return values
string|null —getEnvelopeStatusFilter()
Gets envelope_status_filter
public
getEnvelopeStatusFilter() : string|null
Return values
string|null —getEnvelopeSubjectContainsFilter()
Gets envelope_subject_contains_filter
public
getEnvelopeSubjectContainsFilter() : string|null
Return values
string|null —getFields()
Gets fields
public
getFields() : array<string|int, ReportInProductField>
Return values
array<string|int, ReportInProductField> —getLastScheduledExecutionDate()
Gets last_scheduled_execution_date
public
getLastScheduledExecutionDate() : string|null
Return values
string|null —getLastScheduledExecutionSuccessDate()
Gets last_scheduled_execution_success_date
public
getLastScheduledExecutionSuccessDate() : string|null
Return values
string|null —getMaxDownloadRows()
Gets max_download_rows
public
getMaxDownloadRows() : string|null
Return values
string|null —getMaxGridRows()
Gets max_grid_rows
public
getMaxGridRows() : string|null
Return values
string|null —getMaxScheduledRows()
Gets max_scheduled_rows
public
getMaxScheduledRows() : string|null
Return values
string|null —getModelName()
The original name of the model.
public
getModelName() : string
Return values
string —getPeriodLengthFilter()
Gets period_length_filter
public
getPeriodLengthFilter() : string|null
Return values
string|null —getReportCustomizedId()
Gets report_customized_id
public
getReportCustomizedId() : string|null
Return values
string|null —getReportDescription()
Gets report_description
public
getReportDescription() : string|null
Return values
string|null —getReportId()
Gets report_id
public
getReportId() : string|null
Return values
string|null —getReportName()
Gets report_name
public
getReportName() : string|null
Return values
string|null —getReportType()
Gets report_type
public
getReportType() : string|null
Return values
string|null —getRunUri()
Gets run_uri
public
getRunUri() : string|null
Return values
string|null —getSaveUri()
Gets save_uri
public
getSaveUri() : string|null
Return values
string|null —getScheduleId()
Gets schedule_id
public
getScheduleId() : string|null
Return values
string|null —getSentByDetails()
Gets sent_by_details
public
getSentByDetails() : ReportInProductSentByDetails
Return values
ReportInProductSentByDetails —getSentByFilter()
Gets sent_by_filter
public
getSentByFilter() : string|null
Return values
string|null —getSentByIds()
Gets sent_by_ids
public
getSentByIds() : string|null
Return values
string|null —getSortFieldDirection()
Gets sort_field_direction
public
getSortFieldDirection() : string|null
Return values
string|null —getSortFieldName()
Gets sort_field_name
public
getSortFieldName() : string|null
Return values
string|null —getters()
Array of attributes to getter functions (for serialization of requests)
public
static getters() : array<string|int, mixed>
Return values
array<string|int, mixed> —getVerificationStatusFilter()
Gets verification_status_filter
public
getVerificationStatusFilter() : string|null
Return values
string|null —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 —setAuthenticationSuccessFilter()
Sets authentication_success_filter
public
setAuthenticationSuccessFilter(string|null $authentication_success_filter) : $this
Parameters
- $authentication_success_filter : string|null
Return values
$this —setCustomFieldFilter()
Sets custom_field_filter
public
setCustomFieldFilter(string|null $custom_field_filter) : $this
Parameters
- $custom_field_filter : string|null
Return values
$this —setDateRangeCustomFromDate()
Sets date_range_custom_from_date
public
setDateRangeCustomFromDate(string|null $date_range_custom_from_date) : $this
Parameters
- $date_range_custom_from_date : string|null
Return values
$this —setDateRangeCustomToDate()
Sets date_range_custom_to_date
public
setDateRangeCustomToDate(string|null $date_range_custom_to_date) : $this
Parameters
- $date_range_custom_to_date : string|null
Return values
$this —setDateRangeFilter()
Sets date_range_filter
public
setDateRangeFilter(string|null $date_range_filter) : $this
Parameters
- $date_range_filter : string|null
Return values
$this —setDisplayOrder()
Sets display_order
public
setDisplayOrder(string|null $display_order) : $this
Parameters
- $display_order : string|null
Return values
$this —setEnvelopeDateTypeFilter()
Sets envelope_date_type_filter
public
setEnvelopeDateTypeFilter(string|null $envelope_date_type_filter) : $this
Parameters
- $envelope_date_type_filter : string|null
Return values
$this —setEnvelopeRecipientNameContainsFilter()
Sets envelope_recipient_name_contains_filter
public
setEnvelopeRecipientNameContainsFilter(string|null $envelope_recipient_name_contains_filter) : $this
Parameters
- $envelope_recipient_name_contains_filter : string|null
Return values
$this —setEnvelopeStatusFilter()
Sets envelope_status_filter
public
setEnvelopeStatusFilter(string|null $envelope_status_filter) : $this
Parameters
- $envelope_status_filter : string|null
Return values
$this —setEnvelopeSubjectContainsFilter()
Sets envelope_subject_contains_filter
public
setEnvelopeSubjectContainsFilter(string|null $envelope_subject_contains_filter) : $this
Parameters
- $envelope_subject_contains_filter : string|null
Return values
$this —setFields()
Sets fields
public
setFields(array<string|int, ReportInProductField> $fields) : $this
Parameters
- $fields : array<string|int, ReportInProductField>
Return values
$this —setLastScheduledExecutionDate()
Sets last_scheduled_execution_date
public
setLastScheduledExecutionDate(string|null $last_scheduled_execution_date) : $this
Parameters
- $last_scheduled_execution_date : string|null
Return values
$this —setLastScheduledExecutionSuccessDate()
Sets last_scheduled_execution_success_date
public
setLastScheduledExecutionSuccessDate(string|null $last_scheduled_execution_success_date) : $this
Parameters
- $last_scheduled_execution_success_date : string|null
Return values
$this —setMaxDownloadRows()
Sets max_download_rows
public
setMaxDownloadRows(string|null $max_download_rows) : $this
Parameters
- $max_download_rows : string|null
Return values
$this —setMaxGridRows()
Sets max_grid_rows
public
setMaxGridRows(string|null $max_grid_rows) : $this
Parameters
- $max_grid_rows : string|null
Return values
$this —setMaxScheduledRows()
Sets max_scheduled_rows
public
setMaxScheduledRows(string|null $max_scheduled_rows) : $this
Parameters
- $max_scheduled_rows : string|null
Return values
$this —setPeriodLengthFilter()
Sets period_length_filter
public
setPeriodLengthFilter(string|null $period_length_filter) : $this
Parameters
- $period_length_filter : string|null
Return values
$this —setReportCustomizedId()
Sets report_customized_id
public
setReportCustomizedId(string|null $report_customized_id) : $this
Parameters
- $report_customized_id : string|null
Return values
$this —setReportDescription()
Sets report_description
public
setReportDescription(string|null $report_description) : $this
Parameters
- $report_description : string|null
Return values
$this —setReportId()
Sets report_id
public
setReportId(string|null $report_id) : $this
Parameters
- $report_id : string|null
Return values
$this —setReportName()
Sets report_name
public
setReportName(string|null $report_name) : $this
Parameters
- $report_name : string|null
Return values
$this —setReportType()
Sets report_type
public
setReportType(string|null $report_type) : $this
Parameters
- $report_type : string|null
Return values
$this —setRunUri()
Sets run_uri
public
setRunUri(string|null $run_uri) : $this
Parameters
- $run_uri : string|null
Return values
$this —setSaveUri()
Sets save_uri
public
setSaveUri(string|null $save_uri) : $this
Parameters
- $save_uri : string|null
Return values
$this —setScheduleId()
Sets schedule_id
public
setScheduleId(string|null $schedule_id) : $this
Parameters
- $schedule_id : string|null
Return values
$this —setSentByDetails()
Sets sent_by_details
public
setSentByDetails(ReportInProductSentByDetails $sent_by_details) : $this
Parameters
- $sent_by_details : ReportInProductSentByDetails
-
sent_by_details
Return values
$this —setSentByFilter()
Sets sent_by_filter
public
setSentByFilter(string|null $sent_by_filter) : $this
Parameters
- $sent_by_filter : string|null
Return values
$this —setSentByIds()
Sets sent_by_ids
public
setSentByIds(string|null $sent_by_ids) : $this
Parameters
- $sent_by_ids : string|null
Return values
$this —setSortFieldDirection()
Sets sort_field_direction
public
setSortFieldDirection(string|null $sort_field_direction) : $this
Parameters
- $sort_field_direction : string|null
Return values
$this —setSortFieldName()
Sets sort_field_name
public
setSortFieldName(string|null $sort_field_name) : $this
Parameters
- $sort_field_name : string|null
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> —setVerificationStatusFilter()
Sets verification_status_filter
public
setVerificationStatusFilter(string|null $verification_status_filter) : $this
Parameters
- $verification_status_filter : string|null
Return values
$this —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