| Modifier and Type | Method and Description |
|---|---|
AcknowledgementType |
Banner.calculateAcknowledgementType()
Determine the default acknowledgement type for this banner.
|
static AcknowledgementType |
AcknowledgementType.of(String value) |
static AcknowledgementType |
AcknowledgementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcknowledgementType[] |
AcknowledgementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Acknowledger.acknowledge(String uuid,
String userId,
AcknowledgementType acknowledgementType)
Mark an item as acknowledged with a specific acknowledgement type.
|
Copyright © 2003–2020 Sakai Project. All rights reserved.