Uses of Class
com.oracle.bmc.identitydomains.model.AppExtensionOpcServiceApp.CurrentSynchronizationMode
-
Packages that use AppExtensionOpcServiceApp.CurrentSynchronizationMode Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppExtensionOpcServiceApp.CurrentSynchronizationMode in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppExtensionOpcServiceApp.CurrentSynchronizationMode Modifier and Type Method Description static AppExtensionOpcServiceApp.CurrentSynchronizationMode
AppExtensionOpcServiceApp.CurrentSynchronizationMode. create(String key)
AppExtensionOpcServiceApp.CurrentSynchronizationMode
AppExtensionOpcServiceApp. getCurrentSynchronizationMode()
Current Synchronization Modestatic AppExtensionOpcServiceApp.CurrentSynchronizationMode
AppExtensionOpcServiceApp.CurrentSynchronizationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AppExtensionOpcServiceApp.CurrentSynchronizationMode[]
AppExtensionOpcServiceApp.CurrentSynchronizationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppExtensionOpcServiceApp.CurrentSynchronizationMode Modifier and Type Method Description AppExtensionOpcServiceApp.Builder
AppExtensionOpcServiceApp.Builder. currentSynchronizationMode(AppExtensionOpcServiceApp.CurrentSynchronizationMode currentSynchronizationMode)
Current Synchronization ModeConstructors in com.oracle.bmc.identitydomains.model with parameters of type AppExtensionOpcServiceApp.CurrentSynchronizationMode Constructor Description AppExtensionOpcServiceApp(String serviceInstanceIdentifier, String region, AppExtensionOpcServiceApp.CurrentFederationMode currentFederationMode, AppExtensionOpcServiceApp.CurrentSynchronizationMode currentSynchronizationMode, AppExtensionOpcServiceApp.NextFederationMode nextFederationMode, AppExtensionOpcServiceApp.NextSynchronizationMode nextSynchronizationMode, Boolean enablingNextFedSyncModes)
Deprecated.
-