Uses of Enum Class
com.blockchyp.client.dto.Weekday
Packages that use Weekday
-
Uses of Weekday in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return WeekdayModifier and TypeMethodDescriptionstatic WeekdayReturns the enum constant of this class with the specified name.static Weekday[]Weekday.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blockchyp.client.dto that return types with arguments of type WeekdayModifier and TypeMethodDescriptionBrandingAsset.getDaysOfWeek()Gets an array of days of the week during which a branding asset should be enabled.Methods in com.blockchyp.client.dto with parameters of type WeekdayModifier and TypeMethodDescriptionvoidBrandingAsset.addDaysOfWeek(Weekday value) Adds a an array of days of the week during which a branding asset should be enabled.Method parameters in com.blockchyp.client.dto with type arguments of type WeekdayModifier and TypeMethodDescriptionvoidBrandingAsset.setDaysOfWeek(Collection<Weekday> value) Sets an array of days of the week during which a branding asset should be enabled.