Uses of Class
com.oracle.bmc.identitydomains.model.AccountMgmtInfo.SyncSituation
-
Packages that use AccountMgmtInfo.SyncSituation Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AccountMgmtInfo.SyncSituation in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AccountMgmtInfo.SyncSituation Modifier and Type Method Description static AccountMgmtInfo.SyncSituation
AccountMgmtInfo.SyncSituation. create(String key)
AccountMgmtInfo.SyncSituation
AccountMgmtInfo. getSyncSituation()
Last recorded sync situation for the accountstatic AccountMgmtInfo.SyncSituation
AccountMgmtInfo.SyncSituation. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccountMgmtInfo.SyncSituation[]
AccountMgmtInfo.SyncSituation. 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 AccountMgmtInfo.SyncSituation Modifier and Type Method Description AccountMgmtInfo.Builder
AccountMgmtInfo.Builder. syncSituation(AccountMgmtInfo.SyncSituation syncSituation)
Last recorded sync situation for the accountConstructors in com.oracle.bmc.identitydomains.model with parameters of type AccountMgmtInfo.SyncSituation Constructor Description AccountMgmtInfo(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String uid, String name, String compositeKey, Boolean active, String accountType, Boolean isAccount, Boolean favorite, Boolean doNotPerformActionOnTarget, Boolean doNotBackFillGrants, String lastAccessed, String syncTimestamp, AccountMgmtInfo.SyncSituation syncSituation, String syncResponse, Boolean previewOnly, AccountMgmtInfo.OperationContext operationContext, AccountMgmtInfoObjectClass objectClass, AccountMgmtInfoResourceType resourceType, List<AccountMgmtInfoMatchingOwners> matchingOwners, AccountMgmtInfoUserWalletArtifact userWalletArtifact, AccountMgmtInfoApp app, AccountMgmtInfoOwner owner)
Deprecated.
-