public static enum AccountMgmtInfo.SyncSituation extends Enum<AccountMgmtInfo.SyncSituation> implements BmcEnum
Last recorded sync situation for the account
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
Enum Constant and Description |
---|
Confirmed |
Disputed |
Found |
Lost |
Matched |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Unmatched |
Modifier and Type | Method and Description |
---|---|
static AccountMgmtInfo.SyncSituation |
create(String key) |
String |
getValue() |
static AccountMgmtInfo.SyncSituation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountMgmtInfo.SyncSituation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountMgmtInfo.SyncSituation Found
public static final AccountMgmtInfo.SyncSituation Matched
public static final AccountMgmtInfo.SyncSituation Unmatched
public static final AccountMgmtInfo.SyncSituation Lost
public static final AccountMgmtInfo.SyncSituation Disputed
public static final AccountMgmtInfo.SyncSituation Confirmed
public static final AccountMgmtInfo.SyncSituation UnknownEnumValue
public static AccountMgmtInfo.SyncSituation[] values()
for (AccountMgmtInfo.SyncSituation c : AccountMgmtInfo.SyncSituation.values()) System.out.println(c);
public static AccountMgmtInfo.SyncSituation 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 AccountMgmtInfo.SyncSituation create(String key)
Copyright © 2016–2024. All rights reserved.