Uses of Class
com.adyen.model.balanceplatform.TimeOfDay
-
Packages that use TimeOfDay Package Description com.adyen.model.balanceplatform -
-
Uses of TimeOfDay in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TimeOfDay Modifier and Type Method Description TimeOfDayTimeOfDay. endTime(String endTime)The end time in a time-only ISO-8601 extended offset format.static TimeOfDayTimeOfDay. fromJson(String jsonString)Create an instance of TimeOfDay given an JSON stringTimeOfDayTimeOfDayRestriction. getValue()Get valueTimeOfDayTimeOfDay. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.TimeOfDayTimeOfDay. startTime(String startTime)The start time in a time-only ISO-8601 extended offset format.Methods in com.adyen.model.balanceplatform with parameters of type TimeOfDay Modifier and Type Method Description voidTimeOfDayRestriction. setValue(TimeOfDay value)valueTimeOfDayRestrictionTimeOfDayRestriction. value(TimeOfDay value)value
-