Uses of Class
com.microsoft.azure.toolkit.lib.common.messager.IAzureMessage.Type
-
Packages that use IAzureMessage.Type Package Description com.microsoft.azure.toolkit.lib.common.messager -
-
Uses of IAzureMessage.Type in com.microsoft.azure.toolkit.lib.common.messager
Fields in com.microsoft.azure.toolkit.lib.common.messager declared as IAzureMessage.Type Modifier and Type Field Description protected IAzureMessage.TypeAzureMessage. typeMethods in com.microsoft.azure.toolkit.lib.common.messager that return IAzureMessage.Type Modifier and Type Method Description IAzureMessage.TypeIAzureMessage. getType()static IAzureMessage.TypeIAzureMessage.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static IAzureMessage.Type[]IAzureMessage.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.toolkit.lib.common.messager with parameters of type IAzureMessage.Type Modifier and Type Method Description default IAzureMessageIAzureMessager. buildMessage(IAzureMessage.Type type, AzureString content, String title, Action<?>[] actions, Object payload)Constructors in com.microsoft.azure.toolkit.lib.common.messager with parameters of type IAzureMessage.Type Constructor Description AzureHtmlMessage(IAzureMessage.Type type, AzureString message)
-