Enum AppExtensionMulticloudServiceAppApp.MulticloudServiceType
- java.lang.Object
-
- java.lang.Enum<AppExtensionMulticloudServiceAppApp.MulticloudServiceType>
-
- com.oracle.bmc.identitydomains.model.AppExtensionMulticloudServiceAppApp.MulticloudServiceType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<AppExtensionMulticloudServiceAppApp.MulticloudServiceType>
- Enclosing class:
- AppExtensionMulticloudServiceAppApp
public static enum AppExtensionMulticloudServiceAppApp.MulticloudServiceType extends Enum<AppExtensionMulticloudServiceAppApp.MulticloudServiceType> implements BmcEnum
Specifies the service type for which the application is configured for multicloud integration.For applicable external service types, app will invoke multicloud service for runtime operations
*Added In:** 2301202328
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: immutable - required: true - returned: request - type: string - uniqueness: none
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AwsCognito
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppExtensionMulticloudServiceAppApp.MulticloudServiceType
create(String key)
String
getValue()
static AppExtensionMulticloudServiceAppApp.MulticloudServiceType
valueOf(String name)
Returns the enum constant of this type with the specified name.static AppExtensionMulticloudServiceAppApp.MulticloudServiceType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AwsCognito
public static final AppExtensionMulticloudServiceAppApp.MulticloudServiceType AwsCognito
-
UnknownEnumValue
public static final AppExtensionMulticloudServiceAppApp.MulticloudServiceType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static AppExtensionMulticloudServiceAppApp.MulticloudServiceType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AppExtensionMulticloudServiceAppApp.MulticloudServiceType c : AppExtensionMulticloudServiceAppApp.MulticloudServiceType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AppExtensionMulticloudServiceAppApp.MulticloudServiceType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static AppExtensionMulticloudServiceAppApp.MulticloudServiceType create(String key)
-
-