public class Group extends Object
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
Group |
addUsersItem(UserInfo usersItem) |
boolean |
equals(Object o) |
Group |
errorDetails(ErrorDetails errorDetails) |
ErrorDetails |
getErrorDetails()
Get errorDetails
|
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() |
Group |
groupId(String groupId) |
Group |
groupName(String groupName) |
Group |
groupType(String groupType) |
int |
hashCode() |
Group |
permissionProfileId(String permissionProfileId) |
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() |
Group |
users(List<UserInfo> users) |
public Group errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getGroupId()
public void setGroupId(String groupId)
public String getGroupName()
public void setGroupName(String groupName)
public String getGroupType()
public void setGroupType(String groupType)
public String getPermissionProfileId()
public void setPermissionProfileId(String permissionProfileId)
Copyright © 2017. All rights reserved.