public interface IProjectIterationResource extends ProjectIterationResource
Modifier and Type | Method and Description |
---|---|
org.jboss.resteasy.client.ClientResponse<ProjectIteration> |
get() |
org.jboss.resteasy.client.ClientResponse |
put(ProjectIteration project) |
head
@GET @Produces(value={"application/vnd.zanata.project.iteration+xml","application/vnd.zanata.project.iteration+json"}) org.jboss.resteasy.client.ClientResponse<ProjectIteration> get()
get
in interface ProjectIterationResource
@PUT @Consumes(value={"application/vnd.zanata.project.iteration+xml","application/vnd.zanata.project.iteration+json"}) org.jboss.resteasy.client.ClientResponse put(ProjectIteration project)
put
in interface ProjectIterationResource
Copyright © 2013 Zanata Project. All rights reserved.