Uses of Class
org.apache.juneau.rest.client.remote.RemoteOperationArg
Packages that use RemoteOperationArg
- 
Uses of RemoteOperationArg in org.apache.juneau.rest.client.remoteMethods in org.apache.juneau.rest.client.remote that return RemoteOperationArgModifier and TypeMethodDescriptionRemoteOperationMeta.getContentArg()Returns the argument annotated with@Content.Method parameters in org.apache.juneau.rest.client.remote with type arguments of type RemoteOperationArgModifier and TypeMethodDescriptionRemoteOperationMeta.forEachFormDataArg(Consumer<RemoteOperationArg> action) Performs an action on the@FormDataannotated arguments on this Java method.RemoteOperationMeta.forEachHeaderArg(Consumer<RemoteOperationArg> action) Performs an action on the@Headerannotated arguments on this Java method.RemoteOperationMeta.forEachPathArg(Consumer<RemoteOperationArg> action) Performs an action on the@Pathannotated arguments on this Java method.RemoteOperationMeta.forEachQueryArg(Consumer<RemoteOperationArg> action) Performs an action on the@Queryannotated arguments on this Java method.