Uses of Class
de.xima.fc.mdl.enums.EHttpClient
-
Packages that use EHttpClient Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.proma.manager -
-
Uses of EHttpClient in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EHttpClient Modifier and Type Method Description static EHttpClient
EHttpClient. valueOf(String name)
Returns the enum constant of this type with the specified name.static EHttpClient[]
EHttpClient. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EHttpClient in de.xima.fc.proma.manager
Methods in de.xima.fc.proma.manager with parameters of type EHttpClient Modifier and Type Method Description static de.xima.proma.restclient.pub.gen.ApiBundle
PromaManager. publicPromaApi(EHttpClient client)
This method returns theApiBundle
of the cached public PROMA API.
-