Uses of Class
org.openiam.mq.constants.api.AMMenuAPI
-
Packages that use AMMenuAPI Package Description org.openiam.authmanager.mq org.openiam.mq.constants.api -
-
Uses of AMMenuAPI in org.openiam.authmanager.mq
Methods in org.openiam.authmanager.mq with parameters of type AMMenuAPI Modifier and Type Method Description Response
AMMenuQueueListener. processingApiRequest(AMMenuAPI api, MenuRequest request)
-
Uses of AMMenuAPI in org.openiam.mq.constants.api
Methods in org.openiam.mq.constants.api that return AMMenuAPI Modifier and Type Method Description static AMMenuAPI
AMMenuAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static AMMenuAPI[]
AMMenuAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-