|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Path(value="/") public interface ApiRootResource
Root resource for the API. Provides access to the version-specific resources.
Method Summary | |
---|---|
String |
getCurrentVersion()
Fetch the current API version supported by the server. |
RootResourceV1 |
getRootV1()
|
RootResourceV10 |
getRootV10()
|
RootResourceV11 |
getRootV11()
|
RootResourceV12 |
getRootV12()
|
RootResourceV13 |
getRootV13()
|
RootResourceV14 |
getRootV14()
|
RootResourceV15 |
getRootV15()
|
RootResourceV16 |
getRootV16()
|
RootResourceV17 |
getRootV17()
|
RootResourceV18 |
getRootV18()
|
RootResourceV2 |
getRootV2()
|
RootResourceV3 |
getRootV3()
|
RootResourceV4 |
getRootV4()
|
RootResourceV5 |
getRootV5()
|
RootResourceV6 |
getRootV6()
|
RootResourceV7 |
getRootV7()
|
RootResourceV8 |
getRootV8()
|
RootResourceV9 |
getRootV9()
|
Method Detail |
---|
@Path(value="/v1") RootResourceV1 getRootV1()
@Path(value="/v2") RootResourceV2 getRootV2()
@Path(value="/v3") RootResourceV3 getRootV3()
@Path(value="/v4") RootResourceV4 getRootV4()
@Path(value="/v5") RootResourceV5 getRootV5()
@Path(value="/v6") RootResourceV6 getRootV6()
@Path(value="/v7") RootResourceV7 getRootV7()
@Path(value="/v8") RootResourceV8 getRootV8()
@Path(value="/v9") RootResourceV9 getRootV9()
@Path(value="/v10") RootResourceV10 getRootV10()
@Path(value="/v11") RootResourceV11 getRootV11()
@Path(value="/v12") RootResourceV12 getRootV12()
@Path(value="/v13") RootResourceV13 getRootV13()
@Path(value="/v14") RootResourceV14 getRootV14()
@Path(value="/v15") RootResourceV15 getRootV15()
@Path(value="/v16") RootResourceV16 getRootV16()
@Path(value="/v17") RootResourceV17 getRootV17()
@Path(value="/v18") RootResourceV18 getRootV18()
@Path(value="/version") String getCurrentVersion()
Available since API v2.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |