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