Uses of Class
org.teamapps.model.controlcenter.MessageRecipientType
| Package | Description |
|---|---|
| org.teamapps.model.controlcenter |
-
Uses of MessageRecipientType in org.teamapps.model.controlcenter
Methods in org.teamapps.model.controlcenter that return MessageRecipientType Modifier and Type Method Description MessageRecipientTypeMessage. getMessageRecipientType()MessageRecipientTypeUdbMessage. getMessageRecipientType()static MessageRecipientTypeMessageRecipientType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MessageRecipientType[]MessageRecipientType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.model.controlcenter with parameters of type MessageRecipientType Modifier and Type Method Description MessageQueryMessageQuery. messageRecipientType(org.teamapps.universaldb.index.enumeration.EnumFilterType filterType, MessageRecipientType... enums)MessageQueryUdbMessageQuery. messageRecipientType(org.teamapps.universaldb.index.enumeration.EnumFilterType filterType, MessageRecipientType... enums)MessageQueryMessageQuery. orMessageRecipientType(org.teamapps.universaldb.index.enumeration.EnumFilterType filterType, MessageRecipientType... enums)MessageQueryUdbMessageQuery. orMessageRecipientType(org.teamapps.universaldb.index.enumeration.EnumFilterType filterType, MessageRecipientType... enums)MessageMessage. setMessageRecipientType(MessageRecipientType value)MessageUdbMessage. setMessageRecipientType(MessageRecipientType value)