Uses of Class
de.xima.fc.mdl.enums.EFormRecordMessageSenderContext
-
Packages that use EFormRecordMessageSenderContext Package Description de.xima.fc.common.form_record.chat de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EFormRecordMessageSenderContext in de.xima.fc.common.form_record.chat
Methods in de.xima.fc.common.form_record.chat with parameters of type EFormRecordMessageSenderContext Modifier and Type Method Description Self
DefaultPostFormRecordMessageRequest.BaseBuilder. senderContext(EFormRecordMessageSenderContext senderContext)
Optional, but recommended that you set this. -
Uses of EFormRecordMessageSenderContext in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EFormRecordMessageSenderContext Modifier and Type Method Description static EFormRecordMessageSenderContext
EFormRecordMessageSenderContext. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFormRecordMessageSenderContext[]
EFormRecordMessageSenderContext. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.mdl.enums that return types with arguments of type EFormRecordMessageSenderContext Modifier and Type Method Description static Optional<EFormRecordMessageSenderContext>
EFormRecordMessageSenderContext. fromString(String value)
Get the sender context from the given string.
-