Uses of Interface
com.broadleafcommerce.data.tracking.core.interlink.Argument
Packages that use Argument
-
Uses of Argument in com.broadleafcommerce.data.tracking.core.interlink
Classes in com.broadleafcommerce.data.tracking.core.interlink that implement ArgumentModifier and TypeClassDescriptionclassThis argument will be used as the body of the HTTP POST, PUT, or PATCH call.classType of argument used for localjava.lang.reflect.Methodcalls.classThis argument is used for url template replacement (seeInterlinkRequest.withUri(String)).Methods in com.broadleafcommerce.data.tracking.core.interlink that return types with arguments of type ArgumentMethod parameters in com.broadleafcommerce.data.tracking.core.interlink with type arguments of type ArgumentModifier and TypeMethodDescriptionvoidInterlinkRequest.setArguments(List<Argument<?>> arguments) InterlinkRequest.withArguments(List<Argument<?>> arguments) One or more argument objects that may either be used as direct method call params, serialized as JSON in request body posts, or replaced into url templates.