Uses of Class
com.docusign.esign.model.UserInformationList
-
Packages that use UserInformationList Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of UserInformationList in com.docusign.esign.api
Methods in com.docusign.esign.api that return UserInformationList Modifier and Type Method Description UserInformationListUsersApi. callList(String accountId)Retrieves the list of users for the specified account..UserInformationListUsersApi. callList(String accountId, UsersApi.CallListOptions options)Retrieves the list of users for the specified account..UserInformationListUsersApi. updateUsers(String accountId, UserInformationList userInformationList)Change one or more user in the specified account..UserInformationListUsersApi. updateUsers(String accountId, UserInformationList userInformationList, UsersApi.UpdateUsersOptions options)Change one or more user in the specified account..Methods in com.docusign.esign.api that return types with arguments of type UserInformationList Modifier and Type Method Description ApiResponse<UserInformationList>UsersApi. callListWithHttpInfo(String accountId, UsersApi.CallListOptions options)Retrieves the list of users for the specified account.ApiResponse<UserInformationList>UsersApi. updateUsersWithHttpInfo(String accountId, UserInformationList userInformationList, UsersApi.UpdateUsersOptions options)Change one or more user in the specified account.Methods in com.docusign.esign.api with parameters of type UserInformationList Modifier and Type Method Description UserInformationListUsersApi. updateUsers(String accountId, UserInformationList userInformationList)Change one or more user in the specified account..UserInformationListUsersApi. updateUsers(String accountId, UserInformationList userInformationList, UsersApi.UpdateUsersOptions options)Change one or more user in the specified account..ApiResponse<UserInformationList>UsersApi. updateUsersWithHttpInfo(String accountId, UserInformationList userInformationList, UsersApi.UpdateUsersOptions options)Change one or more user in the specified account. -
Uses of UserInformationList in com.docusign.esign.model
Methods in com.docusign.esign.model that return UserInformationList Modifier and Type Method Description UserInformationListUserInformationList. addUsersItem(UserInformation usersItem)addUsersItem.UserInformationListUserInformationList. endPosition(String endPosition)endPosition.UserInformationListUserInformationList. nextUri(String nextUri)nextUri.UserInformationListUserInformationList. previousUri(String previousUri)previousUri.UserInformationListUserInformationList. resultSetSize(String resultSetSize)resultSetSize.UserInformationListUserInformationList. startPosition(String startPosition)startPosition.UserInformationListUserInformationList. totalSetSize(String totalSetSize)totalSetSize.UserInformationListUserInformationList. users(List<UserInformation> users)users.
-