Uses of Interface
de.xima.fc.api.rest.pub.client.form.ApiInvocation
Packages that use ApiInvocation
-
Uses of ApiInvocation in de.xima.fc.api.rest.pub.client.form
Classes in de.xima.fc.api.rest.pub.client.form that implement ApiInvocationModifier and TypeClassDescriptionfinal classDefault implementation of aApiInvocationwhich simply delegates to theApiClient. -
Uses of ApiInvocation in de.xima.fc.api.rest.pub.client.form.api
Methods in de.xima.fc.api.rest.pub.client.form.api that return ApiInvocationModifier and TypeMethodDescriptionFormsApi.GetSingleForm.requestJson()Calls the API with theAcceptheader set toapplication/json; charset=utf-8.FormsApi.GetSingleFormFile.requestJson()Calls the API with theAcceptheader set toapplication/json; charset=utf-8.FormsApi.GetSingleForm.requestJson_v1_0()Calls the API with theAcceptheader set toapplication/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8.FormsApi.GetSingleFormFile.requestJson_v1_0()Calls the API with theAcceptheader set toapplication/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8.FormsApi.DownloadFormFiles.requestOctetStream()Calls the API with theAcceptheader set toapplication/octet-stream; charset=utf-8.FormsApi.DownloadSingleFormFile.requestOctetStream()Calls the API with theAcceptheader set toapplication/octet-stream; charset=utf-8.FormsApi.DownloadFormFiles.requestOctetStream_v1_0()Calls the API with theAcceptheader set toapplication/vnd.xima.fc.api.rest.public+octet-stream; version=1.0; charset=utf-8.FormsApi.DownloadSingleFormFile.requestOctetStream_v1_0()Calls the API with theAcceptheader set toapplication/vnd.xima.fc.api.rest.public+octet-stream; version=1.0; charset=utf-8.