Uses of Class
com.adyen.model.configurationwebhooks.CronSweepSchedule.TypeEnum
-
Packages that use CronSweepSchedule.TypeEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of CronSweepSchedule.TypeEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return CronSweepSchedule.TypeEnum Modifier and Type Method Description static CronSweepSchedule.TypeEnumCronSweepSchedule.TypeEnum. fromValue(String value)CronSweepSchedule.TypeEnumCronSweepSchedule. getType()The schedule type.CronSweepSchedule.TypeEnumCronSweepSchedule.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CronSweepSchedule.TypeEnumCronSweepSchedule.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CronSweepSchedule.TypeEnum[]CronSweepSchedule.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks with parameters of type CronSweepSchedule.TypeEnum Modifier and Type Method Description voidCronSweepSchedule. setType(CronSweepSchedule.TypeEnum type)CronSweepScheduleCronSweepSchedule. type(CronSweepSchedule.TypeEnum type)voidCronSweepSchedule.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CronSweepSchedule.TypeEnum enumeration)
-