Uses of Class
elisa_client.model.MessageType

Packages that use MessageType
elisa_client.model   
elisa_client.service   
 

Uses of MessageType in elisa_client.model
 

Methods in elisa_client.model that return MessageType
static MessageType MessageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MessageType[] MessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of MessageType in elisa_client.service
 

Method parameters in elisa_client.service with type arguments of type MessageType
 OptionMetadataList ElisaClient.getMessageTypeOptions(java.lang.String username, java.lang.String pwd, java.lang.String ssocookiefile, java.lang.Enum<MessageType> msgType)
          Get from logbook configuration the options for a specified message type Method that can be used without user credentials
 java.lang.String ElisaClient.getMessageTypeOptionsxml(java.lang.String username, java.lang.String pwd, java.lang.String ssocookiefile, java.lang.Enum<MessageType> msgType)
           
 SystemAffectedList ElisaClient.getSystemsAffected(java.lang.String username, java.lang.String pwd, java.lang.String ssocookiefile, java.lang.Enum<MessageType> msgType)
          Get from logbook configuration the preset SA for a specified message type Method that can be used without user credentials