Uses of Class
com.jk.services.client.workflow.models.NewPayloadRequestModel
Packages that use NewPayloadRequestModel
-
Uses of NewPayloadRequestModel in com.jk.services.client.workflow
Methods in com.jk.services.client.workflow that return NewPayloadRequestModelModifier and TypeMethodDescriptionJKWorkflowServiceClient.insert
(NewPayloadRequestModel model) This method inserts an object into the service.Methods in com.jk.services.client.workflow with parameters of type NewPayloadRequestModelModifier and TypeMethodDescriptionJKWorkflowServiceClient.insert
(NewPayloadRequestModel model) This method inserts an object into the service. -
Uses of NewPayloadRequestModel in com.jk.services.client.workflow.models
Methods in com.jk.services.client.workflow.models that return NewPayloadRequestModelModifier and TypeMethodDescriptionNewPayloadRequestModel.withAction
(String action) This method sets the action associated with this pay-load request model and returns this instance.This method sets the body content associated with this pay-load request model and returns this instance.NewPayloadRequestModel.withEntity
(String entity) This method sets the entity associated with this pay-load request model and return this instance.This method sets the ID for this pay-load request model and returns this instance.NewPayloadRequestModel.withSystem
(String system) This method sets the system associated with this pay-load request model and returns this instance.