Package | Description |
---|---|
com.blockchyp.client.dto |
Modifier and Type | Method and Description |
---|---|
static Weekday |
Weekday.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Weekday[] |
Weekday.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Collection<Weekday> |
BrandingAsset.getDaysOfWeek()
Gets an array of days of the week during which a branding asset should be enabled.
|
Modifier and Type | Method and Description |
---|---|
void |
BrandingAsset.addDaysOfWeek(Weekday value)
Adds a an array of days of the week during which a branding asset should be enabled.
|
Modifier and Type | Method and Description |
---|---|
void |
BrandingAsset.setDaysOfWeek(Collection<Weekday> value)
Sets an array of days of the week during which a branding asset should be enabled.
|
Copyright © 2022 BlockChyp, Inc.. All rights reserved.