AccountManagementGranular
in package
implements
ModelInterface, ArrayAccess
AccountManagementGranular 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
- getAllowManageAccountSecuritySettings() : string|null
- Gets allow_manage_account_security_settings
- getAllowManageAccountSecuritySettingsMetadata() : SettingsMetadata
- Gets allow_manage_account_security_settings_metadata
- getAllowManageAccountSettings() : string|null
- Gets allow_manage_account_settings
- getAllowManageAccountSettingsMetadata() : SettingsMetadata
- Gets allow_manage_account_settings_metadata
- getAllowManageAdmins() : string|null
- Gets allow_manage_admins
- getAllowManageAdminsMetadata() : SettingsMetadata
- Gets allow_manage_admins_metadata
- getAllowManageConnect() : string|null
- Gets allow_manage_connect
- getAllowManageConnectMetadata() : SettingsMetadata
- Gets allow_manage_connect_metadata
- getAllowManageDocumentRetention() : string|null
- Gets allow_manage_document_retention
- getAllowManageDocumentRetentionMetadata() : SettingsMetadata
- Gets allow_manage_document_retention_metadata
- getAllowManageEnvelopeTransfer() : string|null
- Gets allow_manage_envelope_transfer
- getAllowManageEnvelopeTransferMetadata() : SettingsMetadata
- Gets allow_manage_envelope_transfer_metadata
- getAllowManageGroupsButNotUsers() : string|null
- Gets allow_manage_groups_but_not_users
- getAllowManageGroupsButNotUsersMetadata() : SettingsMetadata
- Gets allow_manage_groups_but_not_users_metadata
- getAllowManageJointAgreements() : string|null
- Gets allow_manage_joint_agreements
- getAllowManageJointAgreementsMetadata() : SettingsMetadata
- Gets allow_manage_joint_agreements_metadata
- getAllowManageReporting() : string|null
- Gets allow_manage_reporting
- getAllowManageReportingMetadata() : SettingsMetadata
- Gets allow_manage_reporting_metadata
- getAllowManageSharing() : string|null
- Gets allow_manage_sharing
- getAllowManageSharingMetadata() : SettingsMetadata
- Gets allow_manage_sharing_metadata
- getAllowManageSigningGroups() : string|null
- Gets allow_manage_signing_groups
- getAllowManageSigningGroupsMetadata() : SettingsMetadata
- Gets allow_manage_signing_groups_metadata
- getAllowManageStamps() : string|null
- Gets allow_manage_stamps
- getAllowManageStampsMetadata() : SettingsMetadata
- Gets allow_manage_stamps_metadata
- getAllowManageUsers() : string|null
- Gets allow_manage_users
- getAllowManageUsersMetadata() : SettingsMetadata
- Gets allow_manage_users_metadata
- getAllowViewUsers() : string|null
- Gets allow_view_users
- 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.
- setAllowManageAccountSecuritySettings() : $this
- Sets allow_manage_account_security_settings
- setAllowManageAccountSecuritySettingsMetadata() : $this
- Sets allow_manage_account_security_settings_metadata
- setAllowManageAccountSettings() : $this
- Sets allow_manage_account_settings
- setAllowManageAccountSettingsMetadata() : $this
- Sets allow_manage_account_settings_metadata
- setAllowManageAdmins() : $this
- Sets allow_manage_admins
- setAllowManageAdminsMetadata() : $this
- Sets allow_manage_admins_metadata
- setAllowManageConnect() : $this
- Sets allow_manage_connect
- setAllowManageConnectMetadata() : $this
- Sets allow_manage_connect_metadata
- setAllowManageDocumentRetention() : $this
- Sets allow_manage_document_retention
- setAllowManageDocumentRetentionMetadata() : $this
- Sets allow_manage_document_retention_metadata
- setAllowManageEnvelopeTransfer() : $this
- Sets allow_manage_envelope_transfer
- setAllowManageEnvelopeTransferMetadata() : $this
- Sets allow_manage_envelope_transfer_metadata
- setAllowManageGroupsButNotUsers() : $this
- Sets allow_manage_groups_but_not_users
- setAllowManageGroupsButNotUsersMetadata() : $this
- Sets allow_manage_groups_but_not_users_metadata
- setAllowManageJointAgreements() : $this
- Sets allow_manage_joint_agreements
- setAllowManageJointAgreementsMetadata() : $this
- Sets allow_manage_joint_agreements_metadata
- setAllowManageReporting() : $this
- Sets allow_manage_reporting
- setAllowManageReportingMetadata() : $this
- Sets allow_manage_reporting_metadata
- setAllowManageSharing() : $this
- Sets allow_manage_sharing
- setAllowManageSharingMetadata() : $this
- Sets allow_manage_sharing_metadata
- setAllowManageSigningGroups() : $this
- Sets allow_manage_signing_groups
- setAllowManageSigningGroupsMetadata() : $this
- Sets allow_manage_signing_groups_metadata
- setAllowManageStamps() : $this
- Sets allow_manage_stamps
- setAllowManageStampsMetadata() : $this
- Sets allow_manage_stamps_metadata
- setAllowManageUsers() : $this
- Sets allow_manage_users
- setAllowManageUsersMetadata() : $this
- Sets allow_manage_users_metadata
- setAllowViewUsers() : $this
- Sets allow_view_users
- 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
= ['allow_manage_account_security_settings' => 'allowManageAccountSecuritySettings', 'allow_manage_account_security_settings_metadata' => 'allowManageAccountSecuritySettingsMetadata', 'allow_manage_account_settings' => 'allowManageAccountSettings', 'allow_manage_account_settings_metadata' => 'allowManageAccountSettingsMetadata', 'allow_manage_admins' => 'allowManageAdmins', 'allow_manage_admins_metadata' => 'allowManageAdminsMetadata', 'allow_manage_connect' => 'allowManageConnect', 'allow_manage_connect_metadata' => 'allowManageConnectMetadata', 'allow_manage_document_retention' => 'allowManageDocumentRetention', 'allow_manage_document_retention_metadata' => 'allowManageDocumentRetentionMetadata', 'allow_manage_envelope_transfer' => 'allowManageEnvelopeTransfer', 'allow_manage_envelope_transfer_metadata' => 'allowManageEnvelopeTransferMetadata', 'allow_manage_groups_but_not_users' => 'allowManageGroupsButNotUsers', 'allow_manage_groups_but_not_users_metadata' => 'allowManageGroupsButNotUsersMetadata', 'allow_manage_joint_agreements' => 'allowManageJointAgreements', 'allow_manage_joint_agreements_metadata' => 'allowManageJointAgreementsMetadata', 'allow_manage_reporting' => 'allowManageReporting', 'allow_manage_reporting_metadata' => 'allowManageReportingMetadata', 'allow_manage_sharing' => 'allowManageSharing', 'allow_manage_sharing_metadata' => 'allowManageSharingMetadata', 'allow_manage_signing_groups' => 'allowManageSigningGroups', 'allow_manage_signing_groups_metadata' => 'allowManageSigningGroupsMetadata', 'allow_manage_stamps' => 'allowManageStamps', 'allow_manage_stamps_metadata' => 'allowManageStampsMetadata', 'allow_manage_users' => 'allowManageUsers', 'allow_manage_users_metadata' => 'allowManageUsersMetadata', 'allow_view_users' => 'allowViewUsers']
$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
= ['allow_manage_account_security_settings' => 'getAllowManageAccountSecuritySettings', 'allow_manage_account_security_settings_metadata' => 'getAllowManageAccountSecuritySettingsMetadata', 'allow_manage_account_settings' => 'getAllowManageAccountSettings', 'allow_manage_account_settings_metadata' => 'getAllowManageAccountSettingsMetadata', 'allow_manage_admins' => 'getAllowManageAdmins', 'allow_manage_admins_metadata' => 'getAllowManageAdminsMetadata', 'allow_manage_connect' => 'getAllowManageConnect', 'allow_manage_connect_metadata' => 'getAllowManageConnectMetadata', 'allow_manage_document_retention' => 'getAllowManageDocumentRetention', 'allow_manage_document_retention_metadata' => 'getAllowManageDocumentRetentionMetadata', 'allow_manage_envelope_transfer' => 'getAllowManageEnvelopeTransfer', 'allow_manage_envelope_transfer_metadata' => 'getAllowManageEnvelopeTransferMetadata', 'allow_manage_groups_but_not_users' => 'getAllowManageGroupsButNotUsers', 'allow_manage_groups_but_not_users_metadata' => 'getAllowManageGroupsButNotUsersMetadata', 'allow_manage_joint_agreements' => 'getAllowManageJointAgreements', 'allow_manage_joint_agreements_metadata' => 'getAllowManageJointAgreementsMetadata', 'allow_manage_reporting' => 'getAllowManageReporting', 'allow_manage_reporting_metadata' => 'getAllowManageReportingMetadata', 'allow_manage_sharing' => 'getAllowManageSharing', 'allow_manage_sharing_metadata' => 'getAllowManageSharingMetadata', 'allow_manage_signing_groups' => 'getAllowManageSigningGroups', 'allow_manage_signing_groups_metadata' => 'getAllowManageSigningGroupsMetadata', 'allow_manage_stamps' => 'getAllowManageStamps', 'allow_manage_stamps_metadata' => 'getAllowManageStampsMetadata', 'allow_manage_users' => 'getAllowManageUsers', 'allow_manage_users_metadata' => 'getAllowManageUsersMetadata', 'allow_view_users' => 'getAllowViewUsers']
$setters
Array of attributes to setter functions (for deserialization of responses)
protected
static array<string|int, string>
$setters
= ['allow_manage_account_security_settings' => 'setAllowManageAccountSecuritySettings', 'allow_manage_account_security_settings_metadata' => 'setAllowManageAccountSecuritySettingsMetadata', 'allow_manage_account_settings' => 'setAllowManageAccountSettings', 'allow_manage_account_settings_metadata' => 'setAllowManageAccountSettingsMetadata', 'allow_manage_admins' => 'setAllowManageAdmins', 'allow_manage_admins_metadata' => 'setAllowManageAdminsMetadata', 'allow_manage_connect' => 'setAllowManageConnect', 'allow_manage_connect_metadata' => 'setAllowManageConnectMetadata', 'allow_manage_document_retention' => 'setAllowManageDocumentRetention', 'allow_manage_document_retention_metadata' => 'setAllowManageDocumentRetentionMetadata', 'allow_manage_envelope_transfer' => 'setAllowManageEnvelopeTransfer', 'allow_manage_envelope_transfer_metadata' => 'setAllowManageEnvelopeTransferMetadata', 'allow_manage_groups_but_not_users' => 'setAllowManageGroupsButNotUsers', 'allow_manage_groups_but_not_users_metadata' => 'setAllowManageGroupsButNotUsersMetadata', 'allow_manage_joint_agreements' => 'setAllowManageJointAgreements', 'allow_manage_joint_agreements_metadata' => 'setAllowManageJointAgreementsMetadata', 'allow_manage_reporting' => 'setAllowManageReporting', 'allow_manage_reporting_metadata' => 'setAllowManageReportingMetadata', 'allow_manage_sharing' => 'setAllowManageSharing', 'allow_manage_sharing_metadata' => 'setAllowManageSharingMetadata', 'allow_manage_signing_groups' => 'setAllowManageSigningGroups', 'allow_manage_signing_groups_metadata' => 'setAllowManageSigningGroupsMetadata', 'allow_manage_stamps' => 'setAllowManageStamps', 'allow_manage_stamps_metadata' => 'setAllowManageStampsMetadata', 'allow_manage_users' => 'setAllowManageUsers', 'allow_manage_users_metadata' => 'setAllowManageUsersMetadata', 'allow_view_users' => 'setAllowViewUsers']
$swaggerFormats
Array of property to format mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerFormats
= ['allow_manage_account_security_settings' => null, 'allow_manage_account_security_settings_metadata' => null, 'allow_manage_account_settings' => null, 'allow_manage_account_settings_metadata' => null, 'allow_manage_admins' => null, 'allow_manage_admins_metadata' => null, 'allow_manage_connect' => null, 'allow_manage_connect_metadata' => null, 'allow_manage_document_retention' => null, 'allow_manage_document_retention_metadata' => null, 'allow_manage_envelope_transfer' => null, 'allow_manage_envelope_transfer_metadata' => null, 'allow_manage_groups_but_not_users' => null, 'allow_manage_groups_but_not_users_metadata' => null, 'allow_manage_joint_agreements' => null, 'allow_manage_joint_agreements_metadata' => null, 'allow_manage_reporting' => null, 'allow_manage_reporting_metadata' => null, 'allow_manage_sharing' => null, 'allow_manage_sharing_metadata' => null, 'allow_manage_signing_groups' => null, 'allow_manage_signing_groups_metadata' => null, 'allow_manage_stamps' => null, 'allow_manage_stamps_metadata' => null, 'allow_manage_users' => null, 'allow_manage_users_metadata' => null, 'allow_view_users' => null]
$swaggerModelName
The original name of the model.
protected
static string
$swaggerModelName
= 'accountManagementGranular'
$swaggerTypes
Array of property to type mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerTypes
= ['allow_manage_account_security_settings' => '?string', 'allow_manage_account_security_settings_metadata' => '\\DocuSign\\eSign\\Model\\SettingsMetadata', 'allow_manage_account_settings' => '?string', 'allow_manage_account_settings_metadata' => '\\DocuSign\\eSign\\Model\\SettingsMetadata', 'allow_manage_admins' => '?string', 'allow_manage_admins_metadata' => '\\DocuSign\\eSign\\Model\\SettingsMetadata', 'allow_manage_connect' => '?string', 'allow_manage_connect_metadata' => '\\DocuSign\\eSign\\Model\\SettingsMetadata', 'allow_manage_document_retention' => '?string', 'allow_manage_document_retention_metadata' => '\\DocuSign\\eSign\\Model\\SettingsMetadata', 'allow_manage_envelope_transfer' => '?string', 'allow_manage_envelope_transfer_metadata' => '\\DocuSign\\eSign\\Model\\SettingsMetadata', 'allow_manage_groups_but_not_users' => '?string', 'allow_manage_groups_but_not_users_metadata' => '\\DocuSign\\eSign\\Model\\SettingsMetadata', 'allow_manage_joint_agreements' => '?string', 'allow_manage_joint_agreements_metadata' => '\\DocuSign\\eSign\\Model\\SettingsMetadata', 'allow_manage_reporting' => '?string', 'allow_manage_reporting_metadata' => '\\DocuSign\\eSign\\Model\\SettingsMetadata', 'allow_manage_sharing' => '?string', 'allow_manage_sharing_metadata' => '\\DocuSign\\eSign\\Model\\SettingsMetadata', 'allow_manage_signing_groups' => '?string', 'allow_manage_signing_groups_metadata' => '\\DocuSign\\eSign\\Model\\SettingsMetadata', 'allow_manage_stamps' => '?string', 'allow_manage_stamps_metadata' => '\\DocuSign\\eSign\\Model\\SettingsMetadata', 'allow_manage_users' => '?string', 'allow_manage_users_metadata' => '\\DocuSign\\eSign\\Model\\SettingsMetadata', 'allow_view_users' => '?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> —getAllowManageAccountSecuritySettings()
Gets allow_manage_account_security_settings
public
getAllowManageAccountSecuritySettings() : string|null
Return values
string|null —getAllowManageAccountSecuritySettingsMetadata()
Gets allow_manage_account_security_settings_metadata
public
getAllowManageAccountSecuritySettingsMetadata() : SettingsMetadata
Return values
SettingsMetadata —getAllowManageAccountSettings()
Gets allow_manage_account_settings
public
getAllowManageAccountSettings() : string|null
Return values
string|null —getAllowManageAccountSettingsMetadata()
Gets allow_manage_account_settings_metadata
public
getAllowManageAccountSettingsMetadata() : SettingsMetadata
Return values
SettingsMetadata —getAllowManageAdmins()
Gets allow_manage_admins
public
getAllowManageAdmins() : string|null
Return values
string|null —getAllowManageAdminsMetadata()
Gets allow_manage_admins_metadata
public
getAllowManageAdminsMetadata() : SettingsMetadata
Return values
SettingsMetadata —getAllowManageConnect()
Gets allow_manage_connect
public
getAllowManageConnect() : string|null
Return values
string|null —getAllowManageConnectMetadata()
Gets allow_manage_connect_metadata
public
getAllowManageConnectMetadata() : SettingsMetadata
Return values
SettingsMetadata —getAllowManageDocumentRetention()
Gets allow_manage_document_retention
public
getAllowManageDocumentRetention() : string|null
Return values
string|null —getAllowManageDocumentRetentionMetadata()
Gets allow_manage_document_retention_metadata
public
getAllowManageDocumentRetentionMetadata() : SettingsMetadata
Return values
SettingsMetadata —getAllowManageEnvelopeTransfer()
Gets allow_manage_envelope_transfer
public
getAllowManageEnvelopeTransfer() : string|null
Return values
string|null —getAllowManageEnvelopeTransferMetadata()
Gets allow_manage_envelope_transfer_metadata
public
getAllowManageEnvelopeTransferMetadata() : SettingsMetadata
Return values
SettingsMetadata —getAllowManageGroupsButNotUsers()
Gets allow_manage_groups_but_not_users
public
getAllowManageGroupsButNotUsers() : string|null
Return values
string|null —getAllowManageGroupsButNotUsersMetadata()
Gets allow_manage_groups_but_not_users_metadata
public
getAllowManageGroupsButNotUsersMetadata() : SettingsMetadata
Return values
SettingsMetadata —getAllowManageJointAgreements()
Gets allow_manage_joint_agreements
public
getAllowManageJointAgreements() : string|null
Return values
string|null —getAllowManageJointAgreementsMetadata()
Gets allow_manage_joint_agreements_metadata
public
getAllowManageJointAgreementsMetadata() : SettingsMetadata
Return values
SettingsMetadata —getAllowManageReporting()
Gets allow_manage_reporting
public
getAllowManageReporting() : string|null
Return values
string|null —getAllowManageReportingMetadata()
Gets allow_manage_reporting_metadata
public
getAllowManageReportingMetadata() : SettingsMetadata
Return values
SettingsMetadata —getAllowManageSharing()
Gets allow_manage_sharing
public
getAllowManageSharing() : string|null
Return values
string|null —getAllowManageSharingMetadata()
Gets allow_manage_sharing_metadata
public
getAllowManageSharingMetadata() : SettingsMetadata
Return values
SettingsMetadata —getAllowManageSigningGroups()
Gets allow_manage_signing_groups
public
getAllowManageSigningGroups() : string|null
Return values
string|null —getAllowManageSigningGroupsMetadata()
Gets allow_manage_signing_groups_metadata
public
getAllowManageSigningGroupsMetadata() : SettingsMetadata
Return values
SettingsMetadata —getAllowManageStamps()
Gets allow_manage_stamps
public
getAllowManageStamps() : string|null
Return values
string|null —getAllowManageStampsMetadata()
Gets allow_manage_stamps_metadata
public
getAllowManageStampsMetadata() : SettingsMetadata
Return values
SettingsMetadata —getAllowManageUsers()
Gets allow_manage_users
public
getAllowManageUsers() : string|null
Return values
string|null —getAllowManageUsersMetadata()
Gets allow_manage_users_metadata
public
getAllowManageUsersMetadata() : SettingsMetadata
Return values
SettingsMetadata —getAllowViewUsers()
Gets allow_view_users
public
getAllowViewUsers() : 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 —setAllowManageAccountSecuritySettings()
Sets allow_manage_account_security_settings
public
setAllowManageAccountSecuritySettings(string|null $allow_manage_account_security_settings) : $this
Parameters
- $allow_manage_account_security_settings : string|null
Return values
$this —setAllowManageAccountSecuritySettingsMetadata()
Sets allow_manage_account_security_settings_metadata
public
setAllowManageAccountSecuritySettingsMetadata(SettingsMetadata $allow_manage_account_security_settings_metadata) : $this
Parameters
- $allow_manage_account_security_settings_metadata : SettingsMetadata
Return values
$this —setAllowManageAccountSettings()
Sets allow_manage_account_settings
public
setAllowManageAccountSettings(string|null $allow_manage_account_settings) : $this
Parameters
- $allow_manage_account_settings : string|null
Return values
$this —setAllowManageAccountSettingsMetadata()
Sets allow_manage_account_settings_metadata
public
setAllowManageAccountSettingsMetadata(SettingsMetadata $allow_manage_account_settings_metadata) : $this
Parameters
- $allow_manage_account_settings_metadata : SettingsMetadata
Return values
$this —setAllowManageAdmins()
Sets allow_manage_admins
public
setAllowManageAdmins(string|null $allow_manage_admins) : $this
Parameters
- $allow_manage_admins : string|null
Return values
$this —setAllowManageAdminsMetadata()
Sets allow_manage_admins_metadata
public
setAllowManageAdminsMetadata(SettingsMetadata $allow_manage_admins_metadata) : $this
Parameters
- $allow_manage_admins_metadata : SettingsMetadata
Return values
$this —setAllowManageConnect()
Sets allow_manage_connect
public
setAllowManageConnect(string|null $allow_manage_connect) : $this
Parameters
- $allow_manage_connect : string|null
Return values
$this —setAllowManageConnectMetadata()
Sets allow_manage_connect_metadata
public
setAllowManageConnectMetadata(SettingsMetadata $allow_manage_connect_metadata) : $this
Parameters
- $allow_manage_connect_metadata : SettingsMetadata
Return values
$this —setAllowManageDocumentRetention()
Sets allow_manage_document_retention
public
setAllowManageDocumentRetention(string|null $allow_manage_document_retention) : $this
Parameters
- $allow_manage_document_retention : string|null
Return values
$this —setAllowManageDocumentRetentionMetadata()
Sets allow_manage_document_retention_metadata
public
setAllowManageDocumentRetentionMetadata(SettingsMetadata $allow_manage_document_retention_metadata) : $this
Parameters
- $allow_manage_document_retention_metadata : SettingsMetadata
Return values
$this —setAllowManageEnvelopeTransfer()
Sets allow_manage_envelope_transfer
public
setAllowManageEnvelopeTransfer(string|null $allow_manage_envelope_transfer) : $this
Parameters
- $allow_manage_envelope_transfer : string|null
Return values
$this —setAllowManageEnvelopeTransferMetadata()
Sets allow_manage_envelope_transfer_metadata
public
setAllowManageEnvelopeTransferMetadata(SettingsMetadata $allow_manage_envelope_transfer_metadata) : $this
Parameters
- $allow_manage_envelope_transfer_metadata : SettingsMetadata
Return values
$this —setAllowManageGroupsButNotUsers()
Sets allow_manage_groups_but_not_users
public
setAllowManageGroupsButNotUsers(string|null $allow_manage_groups_but_not_users) : $this
Parameters
- $allow_manage_groups_but_not_users : string|null
Return values
$this —setAllowManageGroupsButNotUsersMetadata()
Sets allow_manage_groups_but_not_users_metadata
public
setAllowManageGroupsButNotUsersMetadata(SettingsMetadata $allow_manage_groups_but_not_users_metadata) : $this
Parameters
- $allow_manage_groups_but_not_users_metadata : SettingsMetadata
Return values
$this —setAllowManageJointAgreements()
Sets allow_manage_joint_agreements
public
setAllowManageJointAgreements(string|null $allow_manage_joint_agreements) : $this
Parameters
- $allow_manage_joint_agreements : string|null
Return values
$this —setAllowManageJointAgreementsMetadata()
Sets allow_manage_joint_agreements_metadata
public
setAllowManageJointAgreementsMetadata(SettingsMetadata $allow_manage_joint_agreements_metadata) : $this
Parameters
- $allow_manage_joint_agreements_metadata : SettingsMetadata
Return values
$this —setAllowManageReporting()
Sets allow_manage_reporting
public
setAllowManageReporting(string|null $allow_manage_reporting) : $this
Parameters
- $allow_manage_reporting : string|null
Return values
$this —setAllowManageReportingMetadata()
Sets allow_manage_reporting_metadata
public
setAllowManageReportingMetadata(SettingsMetadata $allow_manage_reporting_metadata) : $this
Parameters
- $allow_manage_reporting_metadata : SettingsMetadata
Return values
$this —setAllowManageSharing()
Sets allow_manage_sharing
public
setAllowManageSharing(string|null $allow_manage_sharing) : $this
Parameters
- $allow_manage_sharing : string|null
Return values
$this —setAllowManageSharingMetadata()
Sets allow_manage_sharing_metadata
public
setAllowManageSharingMetadata(SettingsMetadata $allow_manage_sharing_metadata) : $this
Parameters
- $allow_manage_sharing_metadata : SettingsMetadata
Return values
$this —setAllowManageSigningGroups()
Sets allow_manage_signing_groups
public
setAllowManageSigningGroups(string|null $allow_manage_signing_groups) : $this
Parameters
- $allow_manage_signing_groups : string|null
Return values
$this —setAllowManageSigningGroupsMetadata()
Sets allow_manage_signing_groups_metadata
public
setAllowManageSigningGroupsMetadata(SettingsMetadata $allow_manage_signing_groups_metadata) : $this
Parameters
- $allow_manage_signing_groups_metadata : SettingsMetadata
Return values
$this —setAllowManageStamps()
Sets allow_manage_stamps
public
setAllowManageStamps(string|null $allow_manage_stamps) : $this
Parameters
- $allow_manage_stamps : string|null
Return values
$this —setAllowManageStampsMetadata()
Sets allow_manage_stamps_metadata
public
setAllowManageStampsMetadata(SettingsMetadata $allow_manage_stamps_metadata) : $this
Parameters
- $allow_manage_stamps_metadata : SettingsMetadata
Return values
$this —setAllowManageUsers()
Sets allow_manage_users
public
setAllowManageUsers(string|null $allow_manage_users) : $this
Parameters
- $allow_manage_users : string|null
Return values
$this —setAllowManageUsersMetadata()
Sets allow_manage_users_metadata
public
setAllowManageUsersMetadata(SettingsMetadata $allow_manage_users_metadata) : $this
Parameters
- $allow_manage_users_metadata : SettingsMetadata
Return values
$this —setAllowViewUsers()
Sets allow_view_users
public
setAllowViewUsers(string|null $allow_view_users) : $this
Parameters
- $allow_view_users : 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> —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