You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/docusign/esign/model/AccountSettingsInformation.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2908,10 +2908,10 @@ public AccountSettingsInformation allowDelayedRouting(String allowDelayedRouting
2908
2908
}
2909
2909
2910
2910
/**
2911
-
* .
2911
+
* \"true\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \"false\" otherwise..
2912
2912
* @return allowDelayedRouting
2913
2913
**/
2914
-
@ApiModelProperty(value = "")
2914
+
@ApiModelProperty(value = "\"true\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \"false\" otherwise.")
2915
2915
public String getAllowDelayedRouting() {
2916
2916
return allowDelayedRouting;
2917
2917
}
@@ -5446,10 +5446,10 @@ public AccountSettingsInformation allowScheduledSending(String allowScheduledSen
5446
5446
}
5447
5447
5448
5448
/**
5449
-
* .
5449
+
* \"true\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \"false\" otherwise..
5450
5450
* @return allowScheduledSending
5451
5451
**/
5452
-
@ApiModelProperty(value = "")
5452
+
@ApiModelProperty(value = "\"true\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \"false\" otherwise.")
0 commit comments