Package com.oracle.bmc
Class OCID
- java.lang.Object
-
- com.oracle.bmc.OCID
-
public class OCID extends Object
Oracle Cloud Infrastructure unique ID.See documentation.
-
-
Constructor Summary
Constructors Constructor Description OCID()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isValid(String ocid)
Test if the given OCID matches the expected pattern for OCIDs.
-
-
-
Method Detail
-
isValid
public static boolean isValid(String ocid)
Test if the given OCID matches the expected pattern for OCIDs.- Parameters:
ocid
- The string to test.- Returns:
- true if it matches teh pattern, false if not.
-
-