Uses of Interface
ch.ivyteam.ivy.rest.client.IRestClientContext
-
Packages that use IRestClientContext Package Description ch.ivyteam.ivy.environment ch.ivyteam.ivy.rest.client -
-
Uses of IRestClientContext in ch.ivyteam.ivy.environment
Fields in ch.ivyteam.ivy.environment declared as IRestClientContext Modifier and Type Field Description IRestClientContextIvy. restAccess torest clients.Methods in ch.ivyteam.ivy.environment that return IRestClientContext Modifier and Type Method Description static IRestClientContextIvy. rest()Access torest clients. -
Uses of IRestClientContext in ch.ivyteam.ivy.rest.client
Methods in ch.ivyteam.ivy.rest.client that return IRestClientContext Modifier and Type Method Description static IRestClientContextIRestClientContext. current()Gets the current rest client context.
-