Uses of Class
org.camunda.community.rest.client.dto.UserProfileDto
Packages that use UserProfileDto
-
Uses of UserProfileDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return UserProfileDtoModifier and TypeMethodDescriptionUserApi.getUserProfile(String id) Get Profile Retrieves a user's profile.UserApi.getUserProfile(String id, Map<String, String> additionalHeaders) Get Profile Retrieves a user's profile.Methods in org.camunda.community.rest.client.api that return types with arguments of type UserProfileDtoModifier and TypeMethodDescriptionUserApi.getUsers(String id, String idIn, String firstName, String firstNameLike, String lastName, String lastNameLike, String email, String emailLike, String memberOfGroup, String memberOfTenant, String potentialStarter, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get List Query for a list of users using a list of parameters.UserApi.getUsers(String id, String idIn, String firstName, String firstNameLike, String lastName, String lastNameLike, String email, String emailLike, String memberOfGroup, String memberOfTenant, String potentialStarter, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get List Query for a list of users using a list of parameters.Methods in org.camunda.community.rest.client.api with parameters of type UserProfileDtoModifier and TypeMethodDescriptionvoidUserApi.updateProfile(String id, UserProfileDto userProfileDto) Update User Profile Updates the profile information of an already existing user.voidUserApi.updateProfile(String id, UserProfileDto userProfileDto, Map<String, String> additionalHeaders) Update User Profile Updates the profile information of an already existing user. -
Uses of UserProfileDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return UserProfileDtoModifier and TypeMethodDescriptionPasswordPolicyRequestDto.getProfile()Get profileUserDto.getProfile()Get profileMethods in org.camunda.community.rest.client.dto with parameters of type UserProfileDtoModifier and TypeMethodDescriptionPasswordPolicyRequestDto.profile(UserProfileDto profile) UserDto.profile(UserProfileDto profile) voidPasswordPolicyRequestDto.setProfile(UserProfileDto profile) voidUserDto.setProfile(UserProfileDto profile)