public static String getNotNullString(String value){
String returnValue = "";
if (value != null) {
str = value.trim();
}
return returnValue ;
}
Search Overview - SailPoint Identity Services https://documentation.sailpoint.com/saas/help/search/index.html
No comments:
Post a Comment