Uses of Enum Class
edu.internet2.middleware.grouper.app.messagingProvisioning.GrouperMessagingFormatType
Packages that use GrouperMessagingFormatType
-
Uses of GrouperMessagingFormatType in edu.internet2.middleware.grouper.app.messagingProvisioning
Methods in edu.internet2.middleware.grouper.app.messagingProvisioning that return GrouperMessagingFormatTypeModifier and TypeMethodDescriptionGrouperMessagingConfiguration.getMessagingFormatType()static GrouperMessagingFormatTypeReturns the enum constant of this class with the specified name.static GrouperMessagingFormatTypeGrouperMessagingFormatType.valueOfIgnoreCase(String input, boolean exceptionIfNotFound) static GrouperMessagingFormatType[]GrouperMessagingFormatType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouper.app.messagingProvisioning with parameters of type GrouperMessagingFormatTypeModifier and TypeMethodDescriptionvoidGrouperMessagingConfiguration.setMessagingFormatType(GrouperMessagingFormatType messagingFormatType)