public static enum AppExtensionOpcServiceApp.NextSynchronizationMode extends Enum<AppExtensionOpcServiceApp.NextSynchronizationMode> implements BmcEnum
Next Synchronization Mode
*Added In:** 18.2.6
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: request - type: string
Enum Constant and Description |
---|
AppAsSource |
AppAsTarget |
None |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static AppExtensionOpcServiceApp.NextSynchronizationMode |
create(String key) |
String |
getValue() |
static AppExtensionOpcServiceApp.NextSynchronizationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppExtensionOpcServiceApp.NextSynchronizationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppExtensionOpcServiceApp.NextSynchronizationMode None
public static final AppExtensionOpcServiceApp.NextSynchronizationMode AppAsTarget
public static final AppExtensionOpcServiceApp.NextSynchronizationMode AppAsSource
public static final AppExtensionOpcServiceApp.NextSynchronizationMode UnknownEnumValue
public static AppExtensionOpcServiceApp.NextSynchronizationMode[] values()
for (AppExtensionOpcServiceApp.NextSynchronizationMode c : AppExtensionOpcServiceApp.NextSynchronizationMode.values()) System.out.println(c);
public static AppExtensionOpcServiceApp.NextSynchronizationMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static AppExtensionOpcServiceApp.NextSynchronizationMode create(String key)
Copyright © 2016–2024. All rights reserved.