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 SummaryConstructors Constructor Description OCID()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisValid(String ocid)Test if the given OCID matches the expected pattern for OCIDs.
 
- 
- 
- 
Method Detail- 
isValidpublic 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.
 
 
- 
 
-