Uses of Class
com.moesif.api.models.ActionModel
Packages that use ActionModel
-
Uses of ActionModel in com.moesif.api.controllers
Methods in com.moesif.api.controllers with parameters of type ActionModelModifier and TypeMethodDescriptionvoidAPIController.createAction(ActionModel body) Send a single custom action to the API.voidAPIController.createActionAsync(ActionModel body, APICallBack<HttpResponse> callBack) Send a single custom action to the API asynchronously.Method parameters in com.moesif.api.controllers with type arguments of type ActionModelModifier and TypeMethodDescriptionvoidAPIController.createActionsBatch(List<ActionModel> body) Send multiple custom actions to the API in a single batch.voidAPIController.createActionsBatchAsync(List<ActionModel> body, APICallBack<HttpResponse> callBack) Send multiple custom actions to the API in a single batch asynchronously. -
Uses of ActionModel in com.moesif.api.models
Methods in com.moesif.api.models that return ActionModel