Package com.docusign.esign.model
Class Group
- java.lang.Object
-
- com.docusign.esign.model.Group
-
public class Group extends Object
This object contains information about a group..
-
-
Constructor Summary
Constructors Constructor Description Group()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Group
addUsersItem(UserInfo usersItem)
addUsersItem.Group
dsGroupId(String dsGroupId)
dsGroupId.boolean
equals(Object o)
Compares objects.Group
errorDetails(ErrorDetails errorDetails)
errorDetails.String
getDsGroupId()
.ErrorDetails
getErrorDetails()
Array or errors..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()
.String
getUsersCount()
.Group
groupId(String groupId)
groupId.Group
groupName(String groupName)
groupName.Group
groupType(String groupType)
groupType.int
hashCode()
Returns the HashCode.Group
permissionProfileId(String permissionProfileId)
permissionProfileId.void
setDsGroupId(String dsGroupId)
setDsGroupId.void
setErrorDetails(ErrorDetails errorDetails)
setErrorDetails.void
setGroupId(String groupId)
setGroupId.void
setGroupName(String groupName)
setGroupName.void
setGroupType(String groupType)
setGroupType.void
setPermissionProfileId(String permissionProfileId)
setPermissionProfileId.void
setUsers(List<UserInfo> users)
setUsers.void
setUsersCount(String usersCount)
setUsersCount.String
toString()
Converts the given object to string.Group
users(List<UserInfo> users)
users.Group
usersCount(String usersCount)
usersCount.
-
-
-
Method Detail
-
getDsGroupId
public String getDsGroupId()
.- Returns:
- dsGroupId
-
setDsGroupId
public void setDsGroupId(String dsGroupId)
setDsGroupId.
-
errorDetails
public Group errorDetails(ErrorDetails errorDetails)
errorDetails.- Returns:
- Group
-
getErrorDetails
public ErrorDetails getErrorDetails()
Array or errors..- Returns:
- errorDetails
-
setErrorDetails
public void setErrorDetails(ErrorDetails errorDetails)
setErrorDetails.
-
getGroupId
public String getGroupId()
The DocuSign group ID for the group..- Returns:
- groupId
-
setGroupId
public void setGroupId(String groupId)
setGroupId.
-
getGroupName
public String getGroupName()
The name of the group..- Returns:
- groupName
-
setGroupName
public void setGroupName(String groupName)
setGroupName.
-
getGroupType
public String getGroupType()
The group type..- Returns:
- groupType
-
setGroupType
public void setGroupType(String groupType)
setGroupType.
-
permissionProfileId
public Group permissionProfileId(String permissionProfileId)
permissionProfileId.- Returns:
- Group
-
getPermissionProfileId
public String getPermissionProfileId()
The ID of the permission profile associated with the group..- Returns:
- permissionProfileId
-
setPermissionProfileId
public void setPermissionProfileId(String permissionProfileId)
setPermissionProfileId.
-
getUsersCount
public String getUsersCount()
.- Returns:
- usersCount
-
setUsersCount
public void setUsersCount(String usersCount)
setUsersCount.
-
equals
public boolean equals(Object o)
Compares objects.
-
-