Uses of Class
com.oracle.bmc.identitydomains.model.AppExtensionOpcServiceApp.NextSynchronizationMode
-
Packages that use AppExtensionOpcServiceApp.NextSynchronizationMode Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppExtensionOpcServiceApp.NextSynchronizationMode in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppExtensionOpcServiceApp.NextSynchronizationMode Modifier and Type Method Description static AppExtensionOpcServiceApp.NextSynchronizationMode
AppExtensionOpcServiceApp.NextSynchronizationMode. create(String key)
AppExtensionOpcServiceApp.NextSynchronizationMode
AppExtensionOpcServiceApp. getNextSynchronizationMode()
Next Synchronization Modestatic AppExtensionOpcServiceApp.NextSynchronizationMode
AppExtensionOpcServiceApp.NextSynchronizationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AppExtensionOpcServiceApp.NextSynchronizationMode[]
AppExtensionOpcServiceApp.NextSynchronizationMode. 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.NextSynchronizationMode Modifier and Type Method Description AppExtensionOpcServiceApp.Builder
AppExtensionOpcServiceApp.Builder. nextSynchronizationMode(AppExtensionOpcServiceApp.NextSynchronizationMode nextSynchronizationMode)
Next Synchronization ModeConstructors in com.oracle.bmc.identitydomains.model with parameters of type AppExtensionOpcServiceApp.NextSynchronizationMode Constructor Description AppExtensionOpcServiceApp(String serviceInstanceIdentifier, String region, AppExtensionOpcServiceApp.CurrentFederationMode currentFederationMode, AppExtensionOpcServiceApp.CurrentSynchronizationMode currentSynchronizationMode, AppExtensionOpcServiceApp.NextFederationMode nextFederationMode, AppExtensionOpcServiceApp.NextSynchronizationMode nextSynchronizationMode, Boolean enablingNextFedSyncModes)
Deprecated.
-