@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class Group extends Object
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ErrorDetails |
getErrorDetails() |
String |
getGroupId()
The DocuSign group ID for the group.
|
String |
getGroupName()
The name of the group.
|
String |
getGroupType()
The group type.
|
String |
getPermissionProfileId()
The ID of the permission profile associated with the group.
|
List<UserInfo> |
getUsers() |
int |
hashCode() |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setGroupId(String groupId) |
void |
setGroupName(String groupName) |
void |
setGroupType(String groupType) |
void |
setPermissionProfileId(String permissionProfileId) |
void |
setUsers(List<UserInfo> users) |
String |
toString() |
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getGroupId()
The DocuSign group ID for the group.
public void setGroupId(String groupId)
public String getGroupName()
The name of the group.
public void setGroupName(String groupName)
public String getGroupType()
The group type.
public void setGroupType(String groupType)
public String getPermissionProfileId()
The ID of the permission profile associated with the group.
public void setPermissionProfileId(String permissionProfileId)
Copyright © 2017. All Rights Reserved.