Uses of Enum
de.xima.fc.mdl.enums.EFormRecordMessageSenderContext
Packages that use EFormRecordMessageSenderContext
Package
Description
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 EFormRecordMessageSenderContextModifier and TypeMethodDescriptionfinal SelfDefaultPostFormRecordMessageRequest.BaseBuilder.senderContext(EFormRecordMessageSenderContext senderContext) Optional, but recommended that you set this. -
Uses of EFormRecordMessageSenderContext in de.xima.fc.form_record.api.message
Methods in de.xima.fc.form_record.api.message with parameters of type EFormRecordMessageSenderContextModifier and TypeMethodDescriptionSendMessageRequestBuilder.senderContext(EFormRecordMessageSenderContext senderContext) -
Uses of EFormRecordMessageSenderContext in de.xima.fc.mdl.enums
Subclasses with type arguments of type EFormRecordMessageSenderContext in de.xima.fc.mdl.enumsModifier and TypeClassDescriptionenumEnum providing the default sender contexts.Methods in de.xima.fc.mdl.enums that return EFormRecordMessageSenderContextModifier and TypeMethodDescriptionReturns 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 EFormRecordMessageSenderContextModifier and TypeMethodDescriptionEFormRecordMessageSenderContext.fromString(String value) Get the sender context from the given string.