Beispiel #1
0
 public Index(Restapi.Account.Index parent, string promptId = null)
 {
     this.parent   = parent;
     this.rc       = parent.rc;
     this.promptId = promptId;
 }
Beispiel #2
0
 public Index(Restapi.Account.Index parent)
 {
     this.parent = parent;
     this.rc     = parent.rc;
 }
Beispiel #3
0
 public Index(Restapi.Account.Index parent, string templateId = null)
 {
     this.parent     = parent;
     this.rc         = parent.rc;
     this.templateId = templateId;
 }
Beispiel #4
0
 public Index(Restapi.Account.Index parent, string recordingId = null)
 {
     this.parent      = parent;
     this.rc          = parent.rc;
     this.recordingId = recordingId;
 }
Beispiel #5
0
 public Index(Restapi.Account.Index parent, string fieldId = null)
 {
     this.parent  = parent;
     this.rc      = parent.rc;
     this.fieldId = fieldId;
 }
Beispiel #6
0
 public Index(Restapi.Account.Index parent, string extensionId = "~")
 {
     this.parent      = parent;
     this.rc          = parent.rc;
     this.extensionId = extensionId;
 }
 public Index(Restapi.Account.Index parent, string callRecordId = null)
 {
     this.parent       = parent;
     this.rc           = parent.rc;
     this.callRecordId = callRecordId;
 }
Beispiel #8
0
 public Index(Restapi.Account.Index parent, string deviceId = null)
 {
     this.parent   = parent;
     this.rc       = parent.rc;
     this.deviceId = deviceId;
 }
Beispiel #9
0
 public Index(Restapi.Account.Index parent, string phoneNumberId = null)
 {
     this.parent        = parent;
     this.rc            = parent.rc;
     this.phoneNumberId = phoneNumberId;
 }
Beispiel #10
0
 public Index(Restapi.Account.Index parent, string groupId = null)
 {
     this.parent  = parent;
     this.rc      = parent.rc;
     this.groupId = groupId;
 }
Beispiel #11
0
 public Index(Restapi.Account.Index parent, string ivrMenuId = null)
 {
     this.parent    = parent;
     this.rc        = parent.rc;
     this.ivrMenuId = ivrMenuId;
 }
Beispiel #12
0
 public Index(Restapi.Account.Index parent, string pagingOnlyGroupId = null)
 {
     this.parent            = parent;
     this.rc                = parent.rc;
     this.pagingOnlyGroupId = pagingOnlyGroupId;
 }
Beispiel #13
0
 public Index(Restapi.Account.Index parent, string locationId = null)
 {
     this.parent     = parent;
     this.rc         = parent.rc;
     this.locationId = locationId;
 }