Package com.docusign.esign.model
Class WorkspaceSettings
- java.lang.Object
-
- com.docusign.esign.model.WorkspaceSettings
-
public class WorkspaceSettings extends Object
WorkspaceSettings
-
-
Constructor Summary
Constructors Constructor Description WorkspaceSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkspaceSettingscommentsAllowed(String commentsAllowed)booleanequals(Object o)StringgetCommentsAllowed()inthashCode()voidsetCommentsAllowed(String commentsAllowed)StringtoString()
-
-
-
Method Detail
-
commentsAllowed
public WorkspaceSettings commentsAllowed(String commentsAllowed)
-
getCommentsAllowed
public String getCommentsAllowed()
- Returns:
- commentsAllowed
-
setCommentsAllowed
public void setCommentsAllowed(String commentsAllowed)
-
-