Uses of Class
com.docusign.esign.model.UserProfile
-
Packages that use UserProfile Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of UserProfile in com.docusign.esign.api
Methods in com.docusign.esign.api that return UserProfile Modifier and Type Method Description UserProfileUsersApi. getProfile(String accountId, String userId)Retrieves the user profile for a specified user..Methods in com.docusign.esign.api that return types with arguments of type UserProfile Modifier and Type Method Description ApiResponse<UserProfile>UsersApi. getProfileWithHttpInfo(String accountId, String userId)Retrieves the user profile for a specified user.Methods in com.docusign.esign.api with parameters of type UserProfile Modifier and Type Method Description voidUsersApi. updateProfile(String accountId, String userId, UserProfile userProfile)Updates the user profile information for the specified user..ApiResponse<Object>UsersApi. updateProfileWithHttpInfo(String accountId, String userId, UserProfile userProfile)Updates the user profile information for the specified user. -
Uses of UserProfile in com.docusign.esign.model
Methods in com.docusign.esign.model that return UserProfile Modifier and Type Method Description UserProfileUserProfile. addAuthenticationMethodsItem(AuthenticationMethod authenticationMethodsItem)addAuthenticationMethodsItem.UserProfileUserProfile. address(AddressInformation address)address.UserProfileUserProfile. authenticationMethods(List<AuthenticationMethod> authenticationMethods)authenticationMethods.UserProfileUserProfile. companyName(String companyName)companyName.UserProfileUserProfile. displayOrganizationInfo(String displayOrganizationInfo)displayOrganizationInfo.UserProfileUserProfile. displayPersonalInfo(String displayPersonalInfo)displayPersonalInfo.UserProfileUserProfile. displayProfile(String displayProfile)displayProfile.UserProfileUserProfile. displayUsageHistory(String displayUsageHistory)displayUsageHistory.UserProfileUserProfile. profileImageUri(String profileImageUri)profileImageUri.UserProfileUserProfile. title(String title)title.UserProfileUserProfile. usageHistory(UsageHistory usageHistory)usageHistory.UserProfileUserProfile. userDetails(UserInformation userDetails)userDetails.UserProfileUserProfile. userProfileLastModifiedDate(String userProfileLastModifiedDate)userProfileLastModifiedDate.
-