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 ResponseAbstractAttributeListener. 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 ResponseEmailSenderListener. 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 OpenIAMAPICommonOpenIAMAPICommon. 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.
-