Uses of Class
org.openiam.api.connector.operations.CommonConnectorOperation
-
Packages that use CommonConnectorOperation Package Description org.openiam.api.connector.operations -
-
Uses of CommonConnectorOperation in org.openiam.api.connector.operations
Methods in org.openiam.api.connector.operations that return CommonConnectorOperation Modifier and Type Method Description static CommonConnectorOperation
CommonConnectorOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommonConnectorOperation[]
CommonConnectorOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-