public interface IAccountResource extends AccountResource
SERVICE_PATH
Modifier and Type | Method and Description |
---|---|
org.jboss.resteasy.client.ClientResponse<Account> |
get()
Retrieves a user account.
|
org.jboss.resteasy.client.ClientResponse |
put(Account account)
Creates or updates a user account.
|
@GET @Produces(value={"application/vnd.zanata.account+xml","application/vnd.zanata.account+json"}) org.jboss.resteasy.client.ClientResponse<Account> get()
AccountResource
get
in interface AccountResource
@PUT @Consumes(value={"application/vnd.zanata.account+xml","application/vnd.zanata.account+json"}) org.jboss.resteasy.client.ClientResponse put(Account account)
AccountResource
put
in interface AccountResource
account
- The account information to create/update.Copyright © 2017 Zanata Project. All rights reserved.