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()
AccountResourceget in interface AccountResource@PUT
@Consumes(value={"application/vnd.zanata.account+xml","application/vnd.zanata.account+json"})
org.jboss.resteasy.client.ClientResponse put(Account account)
AccountResourceput in interface AccountResourceaccount - The account information to create/update.Copyright © 2014 Zanata Project. All rights reserved.