Uses of Class
dev.getelements.elements.sdk.model.profile.CreateProfileSignupRequest
Packages that use CreateProfileSignupRequest
-
Uses of CreateProfileSignupRequest in dev.getelements.elements.sdk.model.user
Methods in dev.getelements.elements.sdk.model.user that return types with arguments of type CreateProfileSignupRequestMethod parameters in dev.getelements.elements.sdk.model.user with type arguments of type CreateProfileSignupRequestModifier and TypeMethodDescriptionvoidUserCreateRequest.setProfiles(List<CreateProfileSignupRequest> profiles) -
Uses of CreateProfileSignupRequest in dev.getelements.elements.service.user
Methods in dev.getelements.elements.service.user with parameters of type CreateProfileSignupRequestModifier and TypeMethodDescriptionprotected ProfileAbstractUserService.createProfile(String userId, CreateProfileSignupRequest createProfileSignupRequest) Creates a profile from the supplied user id andCreateProfileSignupRequest.Method parameters in dev.getelements.elements.service.user with type arguments of type CreateProfileSignupRequestModifier and TypeMethodDescriptionAbstractUserService.createProfiles(String userId, List<CreateProfileSignupRequest> createProfileSignupRequests) Creates severalProfiles.