Uses of Class
com.adyen.model.management.TerminalActionScheduleDetail
-
Packages that use TerminalActionScheduleDetail Package Description com.adyen.model.management -
-
Uses of TerminalActionScheduleDetail in com.adyen.model.management
Methods in com.adyen.model.management that return TerminalActionScheduleDetail Modifier and Type Method Description static TerminalActionScheduleDetailTerminalActionScheduleDetail. fromJson(String jsonString)Create an instance of TerminalActionScheduleDetail given an JSON stringTerminalActionScheduleDetailTerminalActionScheduleDetail. id(String id)The ID of the action on the specified terminal.TerminalActionScheduleDetailTerminalActionScheduleDetail. terminalId(String terminalId)The unique ID of the terminal that the action applies to.Methods in com.adyen.model.management that return types with arguments of type TerminalActionScheduleDetail Modifier and Type Method Description List<TerminalActionScheduleDetail>ScheduleTerminalActionsResponse. getItems()A list containing a terminal ID and an action ID for each terminal that the action was scheduled for.Methods in com.adyen.model.management with parameters of type TerminalActionScheduleDetail Modifier and Type Method Description ScheduleTerminalActionsResponseScheduleTerminalActionsResponse. addItemsItem(TerminalActionScheduleDetail itemsItem)Method parameters in com.adyen.model.management with type arguments of type TerminalActionScheduleDetail Modifier and Type Method Description ScheduleTerminalActionsResponseScheduleTerminalActionsResponse. items(List<TerminalActionScheduleDetail> items)A list containing a terminal ID and an action ID for each terminal that the action was scheduled for.voidScheduleTerminalActionsResponse. setItems(List<TerminalActionScheduleDetail> items)A list containing a terminal ID and an action ID for each terminal that the action was scheduled for.
-