public class OCID extends Object
Oracle Cloud Infrastructure unique ID.
See documentation.
| Constructor and Description |
|---|
OCID() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValid(String ocid)
Test if the given OCID matches the expected pattern for OCIDs.
|
public static boolean isValid(String ocid)
Test if the given OCID matches the expected pattern for OCIDs.
ocid - The string to test.Copyright © 2016–2024. All rights reserved.