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(java.lang.String accountId, java.lang.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(java.lang.String accountId, java.lang.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(java.util.List<AuthenticationMethod> authenticationMethods)authenticationMethods.UserProfileUserProfile. companyName(java.lang.String companyName)companyName.UserProfileUserProfile. displayOrganizationInfo(java.lang.String displayOrganizationInfo)displayOrganizationInfo.UserProfileUserProfile. displayPersonalInfo(java.lang.String displayPersonalInfo)displayPersonalInfo.UserProfileUserProfile. displayProfile(java.lang.String displayProfile)displayProfile.UserProfileUserProfile. displayUsageHistory(java.lang.String displayUsageHistory)displayUsageHistory.UserProfileUserProfile. profileImageUri(java.lang.String profileImageUri)profileImageUri.UserProfileUserProfile. title(java.lang.String title)title.UserProfileUserProfile. usageHistory(UsageHistory usageHistory)usageHistory.UserProfileUserProfile. userDetails(UserInformation userDetails)userDetails.UserProfileUserProfile. userProfileLastModifiedDate(java.lang.String userProfileLastModifiedDate)userProfileLastModifiedDate.
-