public interface UserResource
Modifier and Type | Method and Description |
---|---|
ResourceOptionsDto |
availableOperations(javax.ws.rs.core.UriInfo context) |
void |
deleteUser() |
UserProfileDto |
getUserProfile(javax.ws.rs.core.UriInfo context) |
void |
updateCredentials(UserCredentialsDto account) |
void |
updateProfile(UserProfileDto profile) |
void deleteUser()
UserProfileDto getUserProfile(@Context javax.ws.rs.core.UriInfo context)
void updateProfile(UserProfileDto profile)
void updateCredentials(UserCredentialsDto account)
ResourceOptionsDto availableOperations(@Context javax.ws.rs.core.UriInfo context)
Copyright © 2015. All rights reserved.