Uses of Class
com.docusign.admin.model.DSGroupListResponse
-
Packages that use DSGroupListResponse Package Description com.docusign.admin.api com.docusign.admin.model -
-
Uses of DSGroupListResponse in com.docusign.admin.api
Methods in com.docusign.admin.api that return DSGroupListResponse Modifier and Type Method Description DSGroupListResponseDsGroupsApi. getDSGroups(UUID organizationId, UUID accountId)Get list of DSGroups.DSGroupListResponseDsGroupsApi. getDSGroups(UUID organizationId, UUID accountId, DsGroupsApi.GetDSGroupsOptions options)Get list of DSGroups.Methods in com.docusign.admin.api that return types with arguments of type DSGroupListResponse Modifier and Type Method Description ApiResponse<DSGroupListResponse>DsGroupsApi. getDSGroupsWithHttpInfo(UUID organizationId, UUID accountId, DsGroupsApi.GetDSGroupsOptions options)Get list of DSGroups Required scopes: user_read -
Uses of DSGroupListResponse in com.docusign.admin.model
Methods in com.docusign.admin.model that return DSGroupListResponse Modifier and Type Method Description DSGroupListResponseDSGroupListResponse. accountId(UUID accountId)accountId.DSGroupListResponseDSGroupListResponse. page(Integer page)page.DSGroupListResponseDSGroupListResponse. pageSize(Integer pageSize)pageSize.DSGroupListResponseDSGroupListResponse. totalCount(Integer totalCount)totalCount.
-