Uses of Class
org.sakaiproject.pasystem.api.AcknowledgementType
-
-
Uses of AcknowledgementType in org.sakaiproject.pasystem.api
Methods in org.sakaiproject.pasystem.api that return AcknowledgementType Modifier and Type Method Description AcknowledgementTypeBanner. calculateAcknowledgementType()Determine the default acknowledgement type for this banner.static AcknowledgementTypeAcknowledgementType. of(String value)static AcknowledgementTypeAcknowledgementType. 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.Methods in org.sakaiproject.pasystem.api with parameters of type AcknowledgementType Modifier and Type Method Description voidAcknowledger. acknowledge(String uuid, String userId, AcknowledgementType acknowledgementType)Mark an item as acknowledged with a specific acknowledgement type.
-