Package com.docusign.esign.model
Class WorkspaceSettings
- java.lang.Object
-
- com.docusign.esign.model.WorkspaceSettings
-
- All Implemented Interfaces:
Serializable
public class WorkspaceSettings extends Object implements Serializable
This object provides information about the settings for the workspace..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkspaceSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkspaceSettingscommentsAllowed(String commentsAllowed)commentsAllowed.booleanequals(Object o)Compares objects.StringgetCommentsAllowed().inthashCode()Returns the HashCode.voidsetCommentsAllowed(String commentsAllowed)setCommentsAllowed.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
commentsAllowed
public WorkspaceSettings commentsAllowed(String commentsAllowed)
commentsAllowed.- Returns:
- WorkspaceSettings
-
getCommentsAllowed
public String getCommentsAllowed()
.- Returns:
- commentsAllowed
-
setCommentsAllowed
public void setCommentsAllowed(String commentsAllowed)
setCommentsAllowed.
-
equals
public boolean equals(Object o)
Compares objects.
-
-