Uses of Class
com.docusign.admin.model.DSGroupResponse
-
Packages that use DSGroupResponse Package Description com.docusign.admin.api com.docusign.admin.model -
-
Uses of DSGroupResponse in com.docusign.admin.api
Methods in com.docusign.admin.api that return DSGroupResponse Modifier and Type Method Description DSGroupResponseDsGroupsApi. addDSGroup(UUID organizationId, UUID accountId, DSGroupAddRequest addRequest)Add a new DSGroup.DSGroupResponseDsGroupsApi. getDSGroup(UUID organizationId, UUID accountId, UUID dsGroupId)Get list of DSGroup.Methods in com.docusign.admin.api that return types with arguments of type DSGroupResponse Modifier and Type Method Description ApiResponse<DSGroupResponse>DsGroupsApi. addDSGroupWithHttpInfo(UUID organizationId, UUID accountId, DSGroupAddRequest addRequest)Add a new DSGroup Required scopes: user_writeApiResponse<DSGroupResponse>DsGroupsApi. getDSGroupWithHttpInfo(UUID organizationId, UUID accountId, UUID dsGroupId)Get list of DSGroup Required scopes: user_read -
Uses of DSGroupResponse in com.docusign.admin.model
Methods in com.docusign.admin.model that return DSGroupResponse Modifier and Type Method Description DSGroupResponseDSGroupResponse. accountId(UUID accountId)accountId.DSGroupResponseDSGroupResponse. accountName(String accountName)accountName.DSGroupResponseDSGroupResponse. description(String description)description.DSGroupResponseDSGroupResponse. dsGroupId(UUID dsGroupId)dsGroupId.DSGroupResponseDSGroupResponse. externalAccountId(Long externalAccountId)externalAccountId.DSGroupResponseAddDSGroupAndUsersResponse. getGroup()Get group.DSGroupResponseDSGroupAndUsersResponse. getGroup()Get group.DSGroupResponseDSGroupResponse. groupId(String groupId)groupId.DSGroupResponseDSGroupResponse. groupName(String groupName)groupName.DSGroupResponseDSGroupResponse. isAdmin(Boolean isAdmin)isAdmin.DSGroupResponseDSGroupResponse. lastModifiedOn(String lastModifiedOn)lastModifiedOn.DSGroupResponseDSGroupResponse. sourceProductName(String sourceProductName)sourceProductName.DSGroupResponseDSGroupResponse. userCount(Integer userCount)userCount.Methods in com.docusign.admin.model that return types with arguments of type DSGroupResponse Modifier and Type Method Description List<DSGroupResponse>AddUserResponseAccountProperties. getDsGroups()Get dsGroups.List<DSGroupResponse>DSGroupListResponse. getDsGroups()Get dsGroups.List<DSGroupResponse>OrganizationUserResponse. getDsGroups()Get dsGroups.Methods in com.docusign.admin.model with parameters of type DSGroupResponse Modifier and Type Method Description OrganizationUserResponseOrganizationUserResponse. addDsGroupsItem(DSGroupResponse dsGroupsItem)addDsGroupsItem.AddDSGroupAndUsersResponseAddDSGroupAndUsersResponse. group(DSGroupResponse group)group.DSGroupAndUsersResponseDSGroupAndUsersResponse. group(DSGroupResponse group)group.voidAddDSGroupAndUsersResponse. setGroup(DSGroupResponse group)setGroup.voidDSGroupAndUsersResponse. setGroup(DSGroupResponse group)setGroup.Method parameters in com.docusign.admin.model with type arguments of type DSGroupResponse Modifier and Type Method Description OrganizationUserResponseOrganizationUserResponse. dsGroups(List<DSGroupResponse> dsGroups)dsGroups.voidOrganizationUserResponse. setDsGroups(List<DSGroupResponse> dsGroups)setDsGroups.
-