Uses of Class
org.symphonyoss.symphony.messageml.util.instrument.resolver.ProviderId
-
Packages that use ProviderId Package Description org.symphonyoss.symphony.messageml.util.instrument.resolver -
-
Uses of ProviderId in org.symphonyoss.symphony.messageml.util.instrument.resolver
Methods in org.symphonyoss.symphony.messageml.util.instrument.resolver that return ProviderId Modifier and Type Method Description static ProviderIdProviderId. fromValue(String text)static ProviderIdProviderId. valueOf(String name)Returns the enum constant of this type with the specified name.static ProviderId[]ProviderId. values()Returns an array containing the constants of this enum type, in the order they are declared.
-