Uses of Class
com.adyen.model.management.ForceRebootDetails
-
Packages that use ForceRebootDetails Package Description com.adyen.model.management -
-
Uses of ForceRebootDetails in com.adyen.model.management
Methods in com.adyen.model.management that return ForceRebootDetails Modifier and Type Method Description static ForceRebootDetailsForceRebootDetails. fromJson(String jsonString)Create an instance of ForceRebootDetails given an JSON stringForceRebootDetailsScheduleTerminalActionsRequestActionDetails. getForceRebootDetails()Get the actual instance of `ForceRebootDetails`.ForceRebootDetailsForceRebootDetails. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.ForceRebootDetailsForceRebootDetails. type(ForceRebootDetails.TypeEnum type)The type of terminal action.Constructors in com.adyen.model.management with parameters of type ForceRebootDetails Constructor Description ScheduleTerminalActionsRequestActionDetails(ForceRebootDetails o)
-